From be1968aaa5cedf759bd1b30cb846d5cd122a586a Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Mon, 24 Mar 2025 21:13:24 +0100 Subject: [PATCH] [CmdPal] Minor tweaks to the General settingspage (#38120) Minor tweaks to the General settingspage --- .../Settings/GeneralPage.xaml | 42 +++++++++---------- .../Strings/en-us/Resources.resw | 18 +++++--- 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml index 4dafd75622..e8a36e618a 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/GeneralPage.xaml @@ -33,30 +33,28 @@ --> - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - + diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Strings/en-us/Resources.resw b/src/modules/cmdpal/Microsoft.CmdPal.UI/Strings/en-us/Resources.resw index 1e80c38dd3..03e8c40eaa 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Strings/en-us/Resources.resw +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Strings/en-us/Resources.resw @@ -326,13 +326,13 @@ Right-click to remove the key combination, thereby deactivating the shortcut.Go home when activated - If enabled, the Command Palette will return to the home page when activated. + Automatically opens the home page upon activation Highlight search on activate - When enabled, the previous search text will be selected when the app is opened. + Selects the previous search text at launch Show app details @@ -344,13 +344,13 @@ Right-click to remove the key combination, thereby deactivating the shortcut.Backspace goes back - When enabled, pressing backspace when the search text is empty will take you back. + If the search field is empty, backspace returns to the previous page - Single-click activates + Single-click activation - When enabled, single click activates list items. When disabled, single click selects and double click activates. + Choose how to interact with list items: single-click to activate, or single-click to select and double-click to activate Windows Command Palette @@ -359,7 +359,7 @@ Right-click to remove the key combination, thereby deactivating the shortcut.© 2025. All rights reserved. - View GitHub Repo + View GitHub repository Extension SDK docs @@ -379,4 +379,10 @@ Right-click to remove the key combination, thereby deactivating the shortcut. Open Command Palette settings + + Activation + + + Behavior + \ No newline at end of file