Archive:Alternative keymaps for Boxee Box remote

From Official Kodi Wiki
Jump to navigation Jump to search

Alternative keymaps for the Boxee Box remote, as suggested by the community.

Keymap 1

What it does
  • Global
    • Escape button will do back instead of PreviousMenu
  • Full Screen video
    • Escape will stop video
    • Left will do SmallStepBack (-7s) instead of StepBack (-30s)
Keymap
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>
    </keyboard>
  </global>
  <FullscreenVideo>
    <keyboard>
      <up>VolumeUp</up>
      <down>VolumeDown</down>
      <left>SmallStepBack</left>
      <escape>Stop</escape>
    </keyboard>
  </FullscreenVideo>
</keymap>