Custom keyboard.xml not working the way it should
#1
I am right now trying to customize my keymap and ran into the problem that when I redefine a button for another window, Kodi seems to ignore that one.

Minimal example of a keyboard.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <Global>
    <keyboard>
      <c>ContextMenu</c
    </keyboard>
  </Global>
  <Home>
    <keyboard>
      <c>PreviousMenu</c>
    </keyboard>
  </Home>
</keymap>

Kodi doesn't give an error about the keymap (which is placed in .kodi/userdata/keymaps/). But when pressing "c" on the home window, the debug log says something like:

Code:
DEBUG: OnKey: c .... pressed, action is ContextMenu

which means that the option set in the Home section in Keyboard.xml is being ignored. Any ideas?

I'm on Kodi Version 2:14.1~git20150130.1238-final-0trusty
Reply

Logout Mark Read Team Forum Stats Members Help
Custom keyboard.xml not working the way it should0