Archive:Alternative keymaps for Pivos XIOS DS remote: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
Line 7: Line 7:
**Left does SmallStepBack (-7s) instead of StepBack (-30s)
**Left does SmallStepBack (-7s) instead of StepBack (-30s)
**Back will stop the video
**Back will stop the video
**Menu will show the On-Screen-Display controls
**Info will show the On-Screen-Display controls
**Select will Play/Pause
**Select will Play/Pause


Line 18: Line 18:
       <left>SmallStepBack</left>
       <left>SmallStepBack</left>
       <backspace>Stop</backspace>
       <backspace>Stop</backspace>
       <c>OSD</c>
       <i>OSD</i>
       <return>Play</return>
       <return>Play</return>
     </keyboard>
     </keyboard>
   </FullscreenVideo>
   </FullscreenVideo>
  <VideoOSD>
    <i>Back</i>
  </VideoOSD>
</keymap>
</keymap>
</syntaxhighlight>
</syntaxhighlight>

Revision as of 02:24, 6 November 2013

Alternative keymaps for the Pivos XIOS remote, as suggested by the community.

Keymap 1

What it does
  • Fullscreen video
    • Left does SmallStepBack (-7s) instead of StepBack (-30s)
    • Back will stop the video
    • Info 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>
      <i>OSD</i>
      <return>Play</return>
    </keyboard>
  </FullscreenVideo>
  <VideoOSD>
    <i>Back</i>
  </VideoOSD>
</keymap>