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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
;Keymap
;Keymap
:Cut and paste the following into a new text document and save as '''keyboard.xml''' and place in <code>[[userdata]]/keymaps/</code>
:Cut and paste the following into a new text document and save as '''keyboard.xml''' and place in <code>[[userdata]]/keymaps/</code>
<source lang="xml" div="enclose">
<syntaxhighlight lang="xml" enclose="div">
<keymap>
<keymap>
   <FullscreenVideo>
   <FullscreenVideo>
Line 23: Line 23:
   </FullscreenVideo>
   </FullscreenVideo>
</keymap>
</keymap>
</source>
</syntaxhighlight>


[[Category:Custom keymaps]]
[[Category:Custom keymaps]]
[[Category:Pivos XIOS]]
[[Category:Pivos XIOS]]

Revision as of 20:17, 25 July 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
    • 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>