Kodi Community Forum
[LINUX] Keysonic Wireless Keyboard Keymap.xml ACK-616RF - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: [LINUX] Keysonic Wireless Keyboard Keymap.xml ACK-616RF (/showthread.php?tid=64506)



[LINUX] Keysonic Wireless Keyboard Keymap.xml ACK-616RF - halfwheel - 2009-12-19

Only works in XBMC version 9.04
If you have a Keysonic Wireless Keyboard model ACK-616RF you can use these commands to create a more user friendly short-cut experience.

key press: Function/Command:

Windows key Home page/main menu
I Movie Info
F1 Video menu page
F2 Music menu page
F3 Pictures menu page
>> Fast Forward (x2, x4, x....32)
<< rewind (x2, x4, x....32)

You will need to create a Keymap.xml file

then cut and paste this into the file:

<keymap>
<global>
<gamepad>
</gamepad>
<remote>
</remote>
<keyboard>
<key id="61531">XBMC.ActivateWindow(Home)</key>
<key id="61532">XBMC.ActivateWindow(Home)</key>
<key id="61552">XBMC.ActivateWindow(MyVideos)</key>
<key id="61553">XBMC.ActivateWindow(MyMusic)</key>
<key id="61554">XBMC.ActivateWindow(MyPictures)</key>
<key id="61482">Screenshot</key>
<key id="179">XBMC.ActivateWindow(Home)</key>
<key id="65456">FastForward</key>
<key id="65457">Rewind</key>
<key id="61533">ContextMenu</key>
<key id="61513">CodecInfo</key>
</keyboard>
<universalremote>
</universalremote>
</global>
<Home>
</Home>
</keymap>


Ignore this keymap.xml in camelot release 9.11 (it is broken) - halfwheel - 2009-12-30

this keymap does not work in XBMC Camelot 9.11