From 85eddfc536a9b5dc7b2d9c7c92b15bf8a502d1b4 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 11 Oct 2021 17:39:01 +0200 Subject: [PATCH] [FZ Editor] Open settings (#13727) * Deeplink support * Fixes * Typo fix * Update MainWindow.xaml.cs Co-authored-by: Laute --- .github/actions/spell-check/expect.txt | 1 + .../editor/FancyZonesEditor/MainWindow.xaml | 15 +++++++++++++++ .../editor/FancyZonesEditor/MainWindow.xaml.cs | 15 +++++++++++++++ .../Properties/Resources.Designer.cs | 9 +++++++++ .../FancyZonesEditor/Properties/Resources.resx | 9 ++++++--- 5 files changed, 46 insertions(+), 3 deletions(-) diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index b76b8d3231..e2448a9fbd 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -184,6 +184,7 @@ Browsable bsd bstr bti +btn BTNFACE Bto buf diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml index e0a6e24116..17419741c8 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml +++ b/src/modules/fancyzones/editor/FancyZonesEditor/MainWindow.xaml @@ -327,6 +327,21 @@ ItemsSource="{Binding MonitorInfoForViewModel}" /> + + /// Looks up a localized string similar to Open settings. + /// + public static string OpenSettings { + get { + return ResourceManager.GetString("OpenSettings", resourceCulture); + } + } + /// /// Looks up a localized string similar to px. /// diff --git a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx index 23d0018ce6..c0fac817b9 100644 --- a/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx +++ b/src/modules/fancyzones/editor/FancyZonesEditor/Properties/Resources.resx @@ -338,7 +338,7 @@ Keyboard Navigation: - + - [Shift]+S to split currently focused zone. @@ -346,7 +346,7 @@ - Tab to cycle zones and resizers. - Delete to remove the focused resizer. - Arrows to move the focused resizer. - + Hold Shift key for vertical split. A segmenter visual for splitting one item into two. This would be the vertical line. Shift key is referring to key on keyboard @@ -374,7 +374,10 @@ Edit layout - + custom layout was created successfully. + + Open settings + \ No newline at end of file