Archive:Alternative keymaps for Boxee Box remote

From Official Kodi Wiki
Revision as of 12:23, 30 December 2011 by Ned Scott (talk | contribs)
Jump to navigation Jump to search

Makes the front escape button do back instead of PreviousMenu, makes up/down into volume controls when on fullscreen video, and makes Period (.) toggle full screen.

Cut and paste the following into a new text document and save as keyboard.xml and place in userdata/keymaps/

<keymap>
  <global>
    <keyboard>
      <escape>Back</escape>
      <period>FullScreen</period>
    </keyboard>
  </global>
  <FullscreenVideo>
    <keyboard>
      <period>FullScreen</period>
      <comma>StepBack</comma>
      <up>VolumeUp</up>
      <down>VolumeDown</down>
    </keyboard>
  </FullscreenVideo>
</keymap>