Kodi Community Forum

Full Version: Keyboard.xml
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to change my keymap so that the red key on my MCE remote will take Kodi from fullscreen to a window and back. I have looked through the file and found the following that I think I need to modify; <u mod="ctrl">Notification(MCEKeypress, DVD subtitle, 3)</u>. I used show key and got this; <tab>Notification(Key, tab, 3)</tab> when I pressed the button I am trying to map.. I have tried several combinations but cant get it work work to submit send the equivalent of a \. Any help is appreciated.

Thanks
Code:
<keymap>
  <global>
    <keyboard>
      <!-- Put your key mappings here -->
      <tab>togglefullscreen</tab>
    </keyboard>
  </global>
</keymap>

Save that keyboard.xml in your userdata/keymaps folder. Does that work?

edit: sorry, i previously had just <tab>fullscreen</tab> there. its been updated