2017-11-20 20:28:18 +00:00
|
|
|
<config>
|
|
|
|
<input name="numlock_enabled" rom="numlock" node="numlock">
|
|
|
|
<attribute name="enabled" /> </input>
|
|
|
|
|
|
|
|
<output node="remap">
|
|
|
|
<if>
|
2018-08-14 14:42:49 +00:00
|
|
|
<has_value input="numlock_enabled" value="no"/>
|
2017-11-20 20:28:18 +00:00
|
|
|
<then>
|
|
|
|
<inline>
|
2018-08-14 14:42:49 +00:00
|
|
|
<key name="KEY_KP0" to="KEY_INSERT"/>
|
|
|
|
<key name="KEY_KP1" to="KEY_END"/>
|
|
|
|
<key name="KEY_KP2" to="KEY_DOWN"/>
|
|
|
|
<key name="KEY_KP3" to="KEY_PAGEDOWN"/>
|
|
|
|
<key name="KEY_KP4" to="KEY_LEFT"/>
|
2019-09-03 13:25:34 +00:00
|
|
|
<key name="KEY_KP5" to="KEY_RESERVED"/>
|
2018-08-14 14:42:49 +00:00
|
|
|
<key name="KEY_KP6" to="KEY_RIGHT"/>
|
|
|
|
<key name="KEY_KP7" to="KEY_HOME"/>
|
|
|
|
<key name="KEY_KP8" to="KEY_UP"/>
|
|
|
|
<key name="KEY_KP9" to="KEY_PAGEUP"/>
|
|
|
|
<key name="KEY_KPDOT" to="KEY_DELETE"/>
|
2017-11-20 20:28:18 +00:00
|
|
|
</inline>
|
|
|
|
</then>
|
|
|
|
</if>
|
|
|
|
</output>
|
|
|
|
</config>
|