diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml index 7611e743e8..8b49e30aa2 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Controls/HotkeySettingsControl.xaml @@ -5,16 +5,18 @@ xmlns:local="using:Microsoft.PowerToys.Settings.UI.Controls" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + AutomationProperties.Name="{x:Bind Header, Mode=OneTime}" mc:Ignorable="d" d:DesignHeight="300" d:DesignWidth="400"> - - - - + + + + + @@ -24,7 +26,7 @@ Foreground="{Binding Path=IsEnabled, ElementName=HotkeyTextBox, Converter={StaticResource ModuleEnabledToForegroundConverter}}" /> - Open zones editor - Enter shortcut + Set shortcut Information Symbol @@ -768,13 +768,4 @@ A reboot may be required for changes to these settings to take effect - - Open Color Picker - - - Open zones editor - - - Open PowerToys Run - \ No newline at end of file