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