corrects syntax
This commit is contained in:
@@ -237,50 +237,34 @@
|
|||||||
class="User"
|
class="User"
|
||||||
displayName="$(string.StickyKeys_Display)"
|
displayName="$(string.StickyKeys_Display)"
|
||||||
explainText="$(string.StickyKeys_Explain)"
|
explainText="$(string.StickyKeys_Explain)"
|
||||||
presentation="$(presentation.StickyKeys_PresentationID)"
|
|
||||||
key="Control Panel\Accessibility\StickyKeys"
|
key="Control Panel\Accessibility\StickyKeys"
|
||||||
|
valueName="Flags"
|
||||||
>
|
>
|
||||||
<parentCategory ref="cwp"/>
|
<parentCategory ref="cwp"/>
|
||||||
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||||
<elements>
|
<enabledValue>
|
||||||
<enum id="StickyKeys_Enum" valueName="Flags">
|
<string>510</string>
|
||||||
<item displayName="$(string.StickyKeys_On)">
|
</enabledValue>
|
||||||
<value>
|
<disabledValue>
|
||||||
<string value="510"/>
|
<string>506</string>
|
||||||
</value>
|
</disabledValue>
|
||||||
</item>
|
|
||||||
<item displayName="$(string.StickyKeys_Off)">
|
|
||||||
<value>
|
|
||||||
<string value="506"/>
|
|
||||||
</value>
|
|
||||||
</item>
|
|
||||||
</enum>
|
|
||||||
</elements>
|
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
name="FilterKeys"
|
name="FilterKeys"
|
||||||
class="User"
|
class="User"
|
||||||
displayName="$(string.FilterKeys_Display)"
|
displayName="$(string.FilterKeys_Display)"
|
||||||
explainText="$(string.FilterKeys_Explain)"
|
explainText="$(string.FilterKeys_Explain)"
|
||||||
presentation="$(presentation.FilterKeys_PresentationID)"
|
|
||||||
key="Control Panel\Accessibility\Keyboard Response"
|
key="Control Panel\Accessibility\Keyboard Response"
|
||||||
|
valueName="Flags"
|
||||||
>
|
>
|
||||||
<parentCategory ref="cwp"/>
|
<parentCategory ref="cwp"/>
|
||||||
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||||
<elements>
|
<enabledValue>
|
||||||
<enum id="FilterKeys_Enum" valueName="Flags">
|
<string>126</string>
|
||||||
<item displayName="$(string.FilterKeys_On)">
|
</enabledValue>
|
||||||
<value>
|
<disabledValue>
|
||||||
<string value="126"/>
|
<string>122</string>
|
||||||
</value>
|
</disabledValue>
|
||||||
</item>
|
|
||||||
<item displayName="$(string.FilterKeys_Off)">
|
|
||||||
<value>
|
|
||||||
<string value="122"/>
|
|
||||||
</value>
|
|
||||||
</item>
|
|
||||||
</enum>
|
|
||||||
</elements>
|
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
name="ItemCheckBoxes"
|
name="ItemCheckBoxes"
|
||||||
@@ -381,7 +365,7 @@
|
|||||||
<delete/>
|
<delete/>
|
||||||
</enabledValue>
|
</enabledValue>
|
||||||
<disabledValue>
|
<disabledValue>
|
||||||
<string value="Hide"/>
|
<string>Hide</string>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
@@ -398,7 +382,7 @@
|
|||||||
<delete/>
|
<delete/>
|
||||||
</enabledValue>
|
</enabledValue>
|
||||||
<disabledValue>
|
<disabledValue>
|
||||||
<string value="Hide"/>
|
<string>Hide</string>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
@@ -415,7 +399,7 @@
|
|||||||
<delete/>
|
<delete/>
|
||||||
</enabledValue>
|
</enabledValue>
|
||||||
<disabledValue>
|
<disabledValue>
|
||||||
<string value="Hide"/>
|
<string>Hide</string>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
@@ -432,7 +416,7 @@
|
|||||||
<delete/>
|
<delete/>
|
||||||
</enabledValue>
|
</enabledValue>
|
||||||
<disabledValue>
|
<disabledValue>
|
||||||
<string value="Hide"/>
|
<string>Hide</string>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
@@ -449,7 +433,7 @@
|
|||||||
<delete/>
|
<delete/>
|
||||||
</enabledValue>
|
</enabledValue>
|
||||||
<disabledValue>
|
<disabledValue>
|
||||||
<string value="Hide"/>
|
<string>Hide</string>
|
||||||
</disabledValue>
|
</disabledValue>
|
||||||
</policy>
|
</policy>
|
||||||
<policy
|
<policy
|
||||||
|
@@ -119,8 +119,6 @@ When set to "Disabled" verbose setatus messages will not be shown.</string>
|
|||||||
When set to "On" the feature will be enabled.
|
When set to "On" the feature will be enabled.
|
||||||
|
|
||||||
When set to "Off" the feature will be disabled.</string>
|
When set to "Off" the feature will be disabled.</string>
|
||||||
<string id="StickyKeys_On">On</string>
|
|
||||||
<string id="StickyKeys_Off">Off</string>
|
|
||||||
|
|
||||||
<!-- FilterKeys -->
|
<!-- FilterKeys -->
|
||||||
<string id="FilterKeys_Display">Filter Keys</string>
|
<string id="FilterKeys_Display">Filter Keys</string>
|
||||||
@@ -129,8 +127,6 @@ When set to "Off" the feature will be disabled.</string>
|
|||||||
When set to "On" the feature will be enabled.
|
When set to "On" the feature will be enabled.
|
||||||
|
|
||||||
When set to "Off" 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 -->
|
<!-- ItemCheckBoxes -->
|
||||||
<string id="ItemCheckBoxes_Display">Item Check Boxes</string>
|
<string id="ItemCheckBoxes_Display">Item Check Boxes</string>
|
||||||
@@ -229,12 +225,6 @@ When set to "Disabled" the feature will be disabled.</string>
|
|||||||
<presentation id="SearchBoxSize_PresentationID">
|
<presentation id="SearchBoxSize_PresentationID">
|
||||||
<dropdownList refId="SearchBoxSize_Enum" noSort="false">Size</dropdownList>
|
<dropdownList refId="SearchBoxSize_Enum" noSort="false">Size</dropdownList>
|
||||||
</presentation>
|
</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>
|
</presentationTable>
|
||||||
</resources>
|
</resources>
|
||||||
</policyDefinitionResources>
|
</policyDefinitionResources>
|
Reference in New Issue
Block a user