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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{see also|Pivos XIOS}}
{{see also|Archive:Pivos_XIOS_DS}}
Alternative keymaps for the Pivos XIOS remote, as suggested by the community.
Alternative keymaps for the Pivos XIOS DSremote, as suggested by the community.


==Keymap 1==
== Installing keymaps ==
{{keymap install instructions}}
 
== 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
=== What it does ===
*Fullscreen video
''Changes from the default are shown in bold print.''
** '''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


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


;Playback
;Video playback
# '''Small step back (-7 seconds)'''
# '''Small step back (-7 seconds)'''
# Power/sleep
# Power/sleep
Line 34: Line 32:
# Volume (on side)
# Volume (on side)
# '''Stop'''
# '''Stop'''
# '''On-Screen-Display controls'''}}
# '''On-Screen-Display controls'''




;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">
Line 44: Line 42:
   <FullscreenVideo>
   <FullscreenVideo>
     <keyboard>
     <keyboard>
       <c>SmallStepBack</c>
       <c>seek(-7)</c>
       <menu>SmallStepBack</menu>
       <menu>SmallStepBack</menu>
       <backspace>Stop</backspace>
       <backspace>Stop</backspace>
Line 60: Line 58:
{{-}}
{{-}}


[[Category:Custom keymaps|Pivos]]
 
[[Category:Pivos XIOS]]
[[Category:Hardware-Archived]]

Latest revision as of 05:20, 10 July 2020

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

Installing keymaps

There are a few methods to load custom keymaps on Kodi.

File manager

Kodi's built in file manager can be used to copy files from a network file share (such as SMB/Windows sharing), or a USB thumb drive, to the userdata folder.

  1. Save the keymap you want to use as a plain text file as "keymap.xml" (it can be anything as long as it ends in .xml) on the file share.
  2. Go to the File Manager in Kodi. For the default skin, Confluence, highlight the "System" tab and then select the submenu "File manager" option.
  3. Add the file share as a source in the "A" window, then navigate to where the keymap file is.
  4. In the "B" window go do the Profile directory which will be the userdata folder, then open the keymaps folder.
  5. Highlight the keymap file from the "A" window, then press menu, and then select copy. This will copy the selected keymap to the Fire TV's userdata folder.
  6. Now just restart Kodi to load the new keymap.

Copy directly to userdata folder

  1. Save the keymap you want to use as a plain text file as "keymap.xml" (it can be anything as long as it ends in .xml)
  2. Use a file manager of your choice, such as the one build into your OS, and copy this file to the userdata folder within the keymaps folder.

The Userdata folder is a subfolder of the Kodi Data Folder and is located as shown in the table below.

Operating system Userdata Folder
Android Android/data/org.xbmc.kodi/files/.kodi/userdata/ (see note)
iOS /private/var/mobile/Library/Preferences/Kodi/userdata/
LibreELEC /storage/.kodi/userdata/
Linux ~/.kodi/userdata/
macOS /Users/<your_user_name>/Library/Application Support/Kodi/userdata/
Nvidia Shield (SMB) smb://<nvidiashieldurl>/internal/Android/data/org.xbmc.kodi/files/.kodi/userdata
OSMC /home/osmc/.kodi/userdata/
tvOS /private/var/mobile/Library/Preferences/Kodi/userdata/
Windows %APPDATA%\Kodi\userdata
Windows Portable <Install location chosen by you>\portable_data\userdata\
Windows via Microsoft Store %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\
Windows Xbox %LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\
Note: In some Android setups the path may be slightly different to the one stated above.


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
Video 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>seek(-7)</c>
      <menu>SmallStepBack</menu>
      <backspace>Stop</backspace>
      <i>OSD</i>
      <return>Play</return>
    </keyboard>
  </FullscreenVideo>
  <VideoOSD>
    <keyboard>
      <i>Back</i>
    </keyboard>
  </VideoOSD>
</keymap>