Archive:Alternative keymaps for Boxee Box remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
;What it does
;What it does
*Global
*Global
**Makes the front escape button do <code>back</code> instead of <code>PreviousMenu</code>
**Escape button will do <code>back</code> instead of <code>PreviousMenu</code>
*Full Screen video
*Full Screen video
**Escape will stop video
**Escape will stop video

Revision as of 20:06, 25 July 2013

See also: Boxee Box remote

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>