corrects syntax
This commit is contained in:
@@ -237,50 +237,34 @@
|
||||
class="User"
|
||||
displayName="$(string.StickyKeys_Display)"
|
||||
explainText="$(string.StickyKeys_Explain)"
|
||||
presentation="$(presentation.StickyKeys_PresentationID)"
|
||||
key="Control Panel\Accessibility\StickyKeys"
|
||||
valueName="Flags"
|
||||
>
|
||||
<parentCategory ref="cwp"/>
|
||||
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||
<elements>
|
||||
<enum id="StickyKeys_Enum" valueName="Flags">
|
||||
<item displayName="$(string.StickyKeys_On)">
|
||||
<value>
|
||||
<string value="510"/>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.StickyKeys_Off)">
|
||||
<value>
|
||||
<string value="506"/>
|
||||
</value>
|
||||
</item>
|
||||
</enum>
|
||||
</elements>
|
||||
<enabledValue>
|
||||
<string>510</string>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string>506</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
name="FilterKeys"
|
||||
class="User"
|
||||
displayName="$(string.FilterKeys_Display)"
|
||||
explainText="$(string.FilterKeys_Explain)"
|
||||
presentation="$(presentation.FilterKeys_PresentationID)"
|
||||
key="Control Panel\Accessibility\Keyboard Response"
|
||||
valueName="Flags"
|
||||
>
|
||||
<parentCategory ref="cwp"/>
|
||||
<supportedOn ref="SUPPORTED_WIN7_LATER"/>
|
||||
<elements>
|
||||
<enum id="FilterKeys_Enum" valueName="Flags">
|
||||
<item displayName="$(string.FilterKeys_On)">
|
||||
<value>
|
||||
<string value="126"/>
|
||||
</value>
|
||||
</item>
|
||||
<item displayName="$(string.FilterKeys_Off)">
|
||||
<value>
|
||||
<string value="122"/>
|
||||
</value>
|
||||
</item>
|
||||
</enum>
|
||||
</elements>
|
||||
<enabledValue>
|
||||
<string>126</string>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string>122</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
name="ItemCheckBoxes"
|
||||
@@ -381,7 +365,7 @@
|
||||
<delete/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string value="Hide"/>
|
||||
<string>Hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
@@ -398,7 +382,7 @@
|
||||
<delete/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string value="Hide"/>
|
||||
<string>Hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
@@ -415,7 +399,7 @@
|
||||
<delete/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string value="Hide"/>
|
||||
<string>Hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
@@ -432,7 +416,7 @@
|
||||
<delete/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string value="Hide"/>
|
||||
<string>Hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
@@ -449,7 +433,7 @@
|
||||
<delete/>
|
||||
</enabledValue>
|
||||
<disabledValue>
|
||||
<string value="Hide"/>
|
||||
<string>Hide</string>
|
||||
</disabledValue>
|
||||
</policy>
|
||||
<policy
|
||||
|
Reference in New Issue
Block a user