mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Fix Code Related PT Run Accessibility issues (#5610)
* set the name automation properties for the result elements * Added name properties to search box * removed the name for the grid * localized the automation property names of the launcher control * Localized the automation name property for the result list * Uncommented out the Hide() function which was commented out to run Accessibility Insights * modified resources from static to dynamic * reverted access modifier to internal as we are no longer using this * updated csproj file
This commit is contained in:
@@ -132,4 +132,16 @@
|
||||
<system:String x:Key="update_wox_update_files">업데이트 파일</system:String>
|
||||
<system:String x:Key="update_wox_update_upadte_description">업데이트 설명</system:String>
|
||||
|
||||
<!--Automation Properties-->
|
||||
<system:String x:Key="AppIcon">Application Icon</system:String>
|
||||
<system:String x:Key="ContextMenuItem">Context Menu Item</system:String>
|
||||
<system:String x:Key="ContextMenuItemAdditionalInformation">Context Menu Item Additional Information</system:String>
|
||||
<system:String x:Key="ContextMenuIcon">Context Menu Icon</system:String>
|
||||
<system:String x:Key="ContextMenuItemsCollection">Context Menu Items Collection</system:String>
|
||||
<system:String x:Key="Query">Query</system:String>
|
||||
<system:String x:Key="Results">Results</system:String>
|
||||
<system:String x:Key="SearchIcon">Search Icon</system:String>
|
||||
<system:String x:Key="Subtitle">Subtitle</system:String>
|
||||
<system:String x:Key="Title">Title</system:String>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user