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

From Official Kodi Wiki
Jump to navigation Jump to search
Line 2: Line 2:
Alternative keymaps for the Pivos XIOS remote, as suggested by the community.
Alternative keymaps for the Pivos XIOS remote, as suggested by the community.


==Keymap 1==
== Keymap 1 ==
[[File:Pivos XIOX remote.png|right|border|211px]]
[[File:Pivos XIOX remote.png|right|border|211px]]
Should work on both Android and Linux versions.
Should work on both Android and Linux versions.


;What it does (changes in bold)
=== What it does ===
''Changes from the default are shown in bold print.''
 
;Global
;Global
# Contextual menu
# Contextual menu
Line 30: Line 32:




;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>
<syntaxhighlight lang="xml" enclose="div">
<syntaxhighlight lang="xml" enclose="div">

Revision as of 07:10, 11 January 2014

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

Keymap 1

Pivos XIOX remote.png

Should work on both Android and Linux versions.

What it does

Changes from the default are shown in bold print.

Global
  1. Contextual menu
  2. Power/sleep
  3. Directional pad: Up, Down, Right, Left
  4. Select/Play
  5. Volume (on side)
  6. Back
  7. Info
Playback
  1. Small step back (-7 seconds)
  2. Power/sleep
  3. Directional pad:
    • Up: +10 minutes or next chapter
    • Down: -10 minutes or previous chapter
    • Right: +30 seconds
    • Left: -30 seconds
  4. Play/pause
  5. Volume (on side)
  6. Stop
  7. On-Screen-Display controls


Keymap

Cut and paste the following into a new text document and save as keyboard.xml and place in userdata/keymaps/
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
  <FullscreenVideo>
    <keyboard>
      <c>SmallStepBack</c>
      <menu>SmallStepBack</menu>
      <backspace>Stop</backspace>
      <i>OSD</i>
      <return>Play</return>
    </keyboard>
  </FullscreenVideo>
  <VideoOSD>
    <keyboard>
      <i>Back</i>
    </keyboard>
  </VideoOSD>
</keymap>