filter-sticky keys

This commit is contained in:
2022-04-12 16:11:22 -05:00
parent a03184680b
commit dc0090615d
2 changed files with 46 additions and 45 deletions

View File

@@ -116,16 +116,21 @@ When set to "Disabled" verbose setatus messages will not be shown.</string>
<string id="StickyKeys_Display">Sticky Keys</string>
<string id="StickyKeys_Explain">This configuration option enables/disables the Stickey Keys accessibility feature. Probably best not to turn this off in a real corporate environment.
When set to "Enabled" the feature will be enabled.
When set to "On" the feature will be enabled.
When set to "Off" the feature will be disabled.</string>
<string id="StickyKeys_On">On</string>
<string id="StickyKeys_Off">Off</string>
When set to "Disabled" the feature will be disabled.</string>
<!-- FilterKeys -->
<string id="FilterKeys_Display">Filter Keys</string>
<string id="FilterKeys_Explain">This configuration option enables/disables the Filter Keys accessibility feature. Probably best not to turn this off in a real corporate environment.
When set to "Enabled" the feature will be enabled.
When set to "On" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
When set to "Off" the feature will be disabled.</string>
<string id="FilterKeys_On">On</string>
<string id="FilterKeys_Off">Off</string>
<!-- ItemCheckBoxes -->
<string id="ItemCheckBoxes_Display">Item Check Boxes</string>
@@ -213,14 +218,6 @@ When set to "Disabled" the feature will be disabled.</string>
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
<!-- WeatherInTaskbar -->
<string id="WeatherInTaskbar_Display">Show Weather in Taskbar</string>
<string id="WeatherInTaskbar_Explain">This configuration option enables/disables the display of the weather in the taskbar.
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
</stringTable>
@@ -230,7 +227,13 @@ When set to "Disabled" the feature will be disabled.</string>
<dropdownList refId="ClassicTaskbarMenuPosition_Enum" noSort="false">Position</dropdownList>
</presentation>
<presentation id="SearchBoxSize_PresentationID">
<dropdownList refId="SearchBoxSize_Enum" noSort="false">Position</dropdownList>
<dropdownList refId="SearchBoxSize_Enum" noSort="false">Size</dropdownList>
</presentation>
<presentation id="StickyKeys_PresentationID">
<dropdownList refId="StickyKeys_Enum" noSort="false">Mode</dropdownList>
</presentation>
<presentation id="FilterKeys_PresentationID">
<dropdownList refId="FilterKeys_Enum" noSort="false">Mode</dropdownList>
</presentation>
</presentationTable>
</resources>