Fix Accessibility issues of the FancyZones Settings page (#6045)

* Added automation property for the button

* Added an automation property name for the glyph

* added name automation property for the shortcut window

* fixed the name null for zone highlight button

* fixed the name for the inactive color dropdown

* fixed the accessibility issue with the border color downdown button

* fixed the issue with dropdowb buttons

* add description to the image

* Capitalize Z otherwise it reads it in an expected way

* made the naming generic as it the custom window is not only specific to fancyzones but is also used by colorpicker and PTRun to set their shortcut
This commit is contained in:
Alekhya
2020-08-21 12:21:23 -07:00
committed by GitHub
parent b5dec2e935
commit f6b5840e0e
3 changed files with 32 additions and 13 deletions

View File

@@ -288,6 +288,9 @@
<data name="Appearance_GroupSettings.Text" xml:space="preserve">
<value>Appearance</value>
</data>
<data name="Fancyzones_Image.AutomationProperties.Name" xml:space="preserve">
<value>FancyZones windows</value>
</data>
<data name="FancyZones_Description.Text" xml:space="preserve">
<value>Create window layouts to help make multi-tasking easy.</value>
</data>
@@ -309,6 +312,12 @@
<data name="FancyZones_HotkeyEditorControl.Header" xml:space="preserve">
<value>Open zones editor</value>
</data>
<data name="SettingsPage_SetShortcut.AutomationProperties.Name" xml:space="preserve">
<value>Set Shortcut</value>
</data>
<data name="SettingsPage_SetShortcut_Glyph.AutomationProperties.Name" xml:space="preserve">
<value>Information Symbol</value>
</data>
<data name="FancyZones_LaunchEditorButtonControl.Text" xml:space="preserve">
<value>Launch zones editor</value>
</data>