From fad5a3ac69e1632da1e533618740be7eb4621502 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Tue, 10 Mar 2026 19:59:48 +0100 Subject: [PATCH] Adding NEW tag to KBM and Dock (#46048) ## Summary of the Pull Request image ## PR Checklist - [] Closes: #xxx - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx ## Detailed Description of the Pull Request / Additional comments ## Validation Steps Performed --- .../Settings/SettingsWindow.xaml | 6 +++++- .../Strings/en-us/Resources.resw | 4 ++++ .../Microsoft.CmdPal.UI/Styles/Settings.xaml | 21 +++++++++++++++++++ .../SettingsXAML/Views/ShellPage.xaml | 11 +++++++--- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/SettingsWindow.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/SettingsWindow.xaml index c7c8af6ab1..16abbc68a2 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/SettingsWindow.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Settings/SettingsWindow.xaml @@ -76,7 +76,11 @@ x:Name="DockSettingsPageNavItem" x:Uid="Settings_GeneralPage_NavigationViewItem_Dock" Icon="{ui:FontIcon Glyph=}" - Tag="Dock" /> + Tag="Dock"> + + + + 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 ea73381b1a..70c9d64e08 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 @@ -973,4 +973,8 @@ Right-click to remove the key combination, thereby deactivating the shortcut. Learn more about Command Palette Dock + + NEW + Must be all caps + \ No newline at end of file diff --git a/src/modules/cmdpal/Microsoft.CmdPal.UI/Styles/Settings.xaml b/src/modules/cmdpal/Microsoft.CmdPal.UI/Styles/Settings.xaml index 89c01814eb..0d6189dcb5 100644 --- a/src/modules/cmdpal/Microsoft.CmdPal.UI/Styles/Settings.xaml +++ b/src/modules/cmdpal/Microsoft.CmdPal.UI/Styles/Settings.xaml @@ -22,4 +22,25 @@ Orientation="Vertical" Spacing="{StaticResource SettingsCardSpacing}" /> + + diff --git a/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml b/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml index 81fb31ca48..0cfb826fcf 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/Views/ShellPage.xaml @@ -296,15 +296,20 @@ AutomationProperties.AutomationId="InputOutputNavItem" Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/InputOutput.png}" SelectsOnInvoked="False"> + + + - - + Icon="{ui:BitmapIcon Source=/Assets/Settings/Icons/KeyboardManager.png}"> + + + +