Archive:Alternative keymaps for Nyxboard

From Official Kodi Wiki
Revision as of 02:54, 29 October 2011 by Ned Scott (talk | contribs) (from http://forum.xbmc.org/showthread.php?t=112385)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Cut and paste the following into a new text document and save as keyboard.xml:

<keymap>
  <global>
    <keyboard name="Motorola Nyxboard Hybrid">
      <f3 mod="shift">ContextMenu</f3>
      <f4 mod="shift">FullScreen</f4>
      <f5 mod="shift">ShowSubtitles</f5>
      <f6 mod="shift">Playlist</f6>
      <f3>ZoomOut</f3>
      <f4>ZoomIn</f4> 
    </keyboard>
 </global>
 <FullscreenVideo>
    <keyboard>
      <left>SmallStepBack</left>
    </keyboard>
 </FullscreenVideo>
  <MyVideoLibrary>
    <keyboard>
      <two>JUMPSMS2</two>
      <two>JumpSMS2</two>
      <three>JumpSMS3</three>
      <four>JumpSMS4</four>
      <five>JumpSMS5</five>
      <six>JumpSMS6</six>
      <seven>JumpSMS7</seven>
      <eight>JumpSMS8</eight>
      <nine>JumpSMS9</nine>
    </keyboard>
  </MyVideoLibrary>
</keymap>