Archive:Alternative keymaps for Pivos XIOS DS remote

From Official Kodi Wiki
Jump to navigation Jump to search

Keymap 1

What it does
  • Fullscreen video
    • Left does SmallStepBack
    • Back will stop the video
    • Menu will show the On-Screen-Display controls
    • Select will Play/Pause
Keymap
Cut and paste the following into a new text document and save as keyboard.xml and place in userdata/keymaps/
<keymap>
  <FullscreenVideo>
    <keyboard>
      <left>SmallStepBack</left>
      <backspace>Stop</backspace>
      <c>OSD</c>
      <return>play</return>
    </keyboard>
  </FullscreenVideo>
</keymap>