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

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


{{hidden|headerstyle=background:#ccccff|style=background:#ccccff|Show all controls|
{| class="NavFrame collapsible collapsed" style="border:none; background:#ccccff"
! class="NavHead" style="font-weight:bold; background:transparent; text-align:center; background:#ccccff" | Show all controls
|-
| class="NavContent" style="font-weight:normal; background-color:transparent; text-align:left; " |
 
;Global
;Global
# Contextual menu
# Contextual menu
Line 34: Line 38:
# Volume (on side)
# Volume (on side)
# '''Stop'''
# '''Stop'''
# '''On-Screen-Display controls'''}}
# '''On-Screen-Display controls'''
|}





Revision as of 07:06, 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
  • 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/
<?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>