From 85fa644acaa69194c7cf60e0b62acfc0a6f9b742 Mon Sep 17 00:00:00 2001 From: Alekhya Date: Tue, 8 Sep 2020 10:25:53 -0700 Subject: [PATCH] Fix KBM Settings page Property related and screen reader Accessibility issues (#6289) * Add accessible names for the KBM key remapping list and list item * Add accessible name for the shortcut list item * Add accessible name for shortcut remapping list * Added accessible names to all icons * Add accessible name for image * Fix font icon narrator issue --- .../Strings/en-us/Resources.resw | 24 +++++++++++++++++++ .../Views/KeyboardManagerPage.xaml | 19 +++++++++++---- 2 files changed, 39 insertions(+), 4 deletions(-) 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 832563e337..de6385c1de 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 @@ -197,6 +197,30 @@ Remap shortcuts Keyboard Manager remap shortcuts header + + Current Key Remappings + + + Current Shortcut Remappings + + + Key Remapping + + + Shortcut Remapping + + + Remapped to + + + Remapped to + + + For Target Application + + + Keyboard Manager + Quick and simple system-wide color picker. diff --git a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml index 5e2a04221f..fc7cf459bc 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml +++ b/src/core/Microsoft.PowerToys.Settings.UI/Views/KeyboardManagerPage.xaml @@ -18,7 +18,9 @@ - @@ -87,7 +91,9 @@ - - @@ -159,6 +166,8 @@ VerticalAlignment="Center" Margin="5,0,5,0"/> - +