diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw index bbc7713475..91a4597cb1 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw +++ b/src/core/Microsoft.PowerToys.Settings.UI/Strings/en-us/Resources.resw @@ -648,6 +648,9 @@ About Shortcut Guide + + Shortcut Guide + GitHub repository diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml index 6df946513a..07a217e754 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/ShortcutGuidePage.xaml @@ -56,7 +56,8 @@ Style="{StaticResource SettingsGroupTitleStyle}" Foreground="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled, Converter={StaticResource ModuleEnabledToForegroundConverter}}"/> - @@ -68,7 +69,8 @@ Value="{x:Bind Mode=TwoWay, Path=ViewModel.PressTime}" IsEnabled="{x:Bind Mode=OneWay, Path=ViewModel.IsEnabled}" SmallChange="50" - LargeChange="100"/> + LargeChange="100" + AutomationProperties.LabeledBy="{Binding ElementName=ShortcutGuide_PressTime}"/> - + - - + Margin="{StaticResource HeaderTextTopMargin}" + AutomationProperties.LabeledBy="{Binding ElementName=ShortcutGuide_Theme}"> + @@ -124,7 +130,7 @@ HorizontalAlignment="Left" Margin="{StaticResource SmallTopBottomMargin}" RelativePanel.Below="DescriptionPanel"> - +