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

From Official Kodi Wiki
Jump to navigation Jump to search
>Alcoheca
(Undo revision 47653 by Alcoheca (talk))
>NedBot
m (Robot: Cosmetic changes)
Line 24: Line 24:
</keymap>
</keymap>
</pre>
</pre>
[[Category:Custom keymaps]]
[[Category:Custom keymaps]]

Revision as of 14:41, 27 April 2013

See also: Boxee Box remote

Simulates Apple remote on front face. Makes the front escape button do back instead of PreviousMenu (and Stop on FullScreenVideo), makes up/down into volume controls when on FullScreenVideo, and makes Period (.) toggle FullScreen.

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>