Hi all,
I am trying to use my keymap.xml file as I previously did before with 9.2.6 but it doesn't seem to work with my remote or my mini keyboard.
The contents of my keymap.xml file is listed below:
Thank you in advance,
Shedrock
Hi all,
I am trying to use my keymap.xml file as I previously did before with 9.2.6 but it doesn't seem to work with my remote or my mini keyboard.
The contents of my keymap.xml file is listed below:
Thank you in advance,
Shedrock
Maybe a parse error. Try this keyboard.xml instead of your keymap.xml:
<keymap>
<global>
<keyboard>
<r>XBMC.ReloadSkin()</r>
<one>XBMC.CleanLibrary(video)</one>
<two>XBMC.UpdateLibrary(video)</two>
<three>RunScript(script.trakt,action=sync,silent=False)</three>
<five>XBMC.ReloadSkin()</five>
<nine>XBMC.CleanLibrary(music)</nine>
<f8>RestartApp</f8>
<s>SendClick(8)</s>
<key id="50">contextmenu</key>
</keyboard>
</global>
</keymap>
Display More
Thank you very much. It worked perfectly.
Regards,
Shedrock