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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


;Keymap
;Keymap
: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">
<source lang="xml" div="enclose">
<keymap>
<keymap>

Revision as of 19:51, 25 July 2013

Keymap 1

What it does
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>