From 3f4336697e5aa11a9f1ddb761f7082819ac23c55 Mon Sep 17 00:00:00 2001 From: Niels Laute Date: Tue, 13 Oct 2020 23:30:29 +0200 Subject: [PATCH] Improvements --- .../Controls/HotkeySettingsControl.xaml | 12 +++++++----- .../Strings/en-us/Resources.resw | 11 +---------- 2 files changed, 8 insertions(+), 15 deletions(-) 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