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

From Official Kodi Wiki
Jump to navigation Jump to search
Line 11: Line 11:
** '''4.''' Select will Play/Pause
** '''4.''' Select will Play/Pause


 
{{hidden|headerstyle=background:#ccccff|style=background:#ccccff|Show all controls|
{{hidden|Show all controls|
;Global
;Global
# Contextual menu
# Contextual menu

Revision as of 02:06, 21 November 2013

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

Keymap 1

Pivos XIOX remote.png
What it does
  • Fullscreen video
    • 1. Menu does SmallStepBack (-7s)
    • 6. Back will stop the video
    • 7. Info will show the On-Screen-Display controls
    • 4. 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>
      <c>SmallStepBack</c>
      <backspace>Stop</backspace>
      <i>OSD</i>
      <return>Play</return>
    </keyboard>
  </FullscreenVideo>
  <VideoOSD>
    <keyboard>
      <i>Back</i>
    </keyboard>
  </VideoOSD>
</keymap>