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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
       <up>VolumeUp</up>
       <up>VolumeUp</up>
       <down>VolumeDown</down>
       <down>VolumeDown</down>
      <escape>Stop</escape>
     </keyboard>
     </keyboard>
   </FullscreenVideo>
   </FullscreenVideo>

Revision as of 18:09, 5 January 2012

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>
      <escape>Stop</escape>
    </keyboard>
  </FullscreenVideo>
</keymap>