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 3: Line 3:


==Keymap 1==
==Keymap 1==
[[File:Pivos XIOX remote.png|right|border|211px]]
;What it does
;What it does
*Fullscreen video
*Fullscreen video
**Menu does SmallStepBack (-7s)
** '''1.''' Menu does SmallStepBack (-7s)
**Back will stop the video
** '''6.''' Back will stop the video
**Info will show the On-Screen-Display controls
** '''7.''' Info will show the On-Screen-Display controls
**Select will Play/Pause
** '''4.''' Select will Play/Pause
 
 
{{hidden|Show all controls|
;Global
# Contextual menu
# Power/sleep
# Directional pad: Up, Down, Right, Left
# Select/Play
# Volume (on side)
# Back
# Info on linux. Some kind of clock thing on Android.
 
;Playback
# '''Small step back (-7 seconds)'''
# Power/sleep
# Directional pad:
## '''Up:''' +10 minutes or next chapter
## '''Down:''' -10 minutes or previous chapter
## '''Right:''' +30 seconds
## '''Left:''' -30 seconds
# '''Play/pause'''
# Volume (on side)
# '''Stop'''
# '''On-Screen-Display controls'''}}
 


;Keymap
;Keymap
Line 29: Line 55:
</keymap>
</keymap>
</syntaxhighlight>
</syntaxhighlight>
{{-}}


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

Revision as of 02:02, 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>