Archive:Alternative keymaps for Nyxboard: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<section begin=listsummary />Adds SMS-style text entry function to number pad, makes adds ContextMenu, FullScreen, ShowSubtitles, and Playlist to the colored buttons. Some other stuff as well.<section end=listsummary />
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>
<pre><keymap>
<pre><keymap>

Revision as of 02:24, 8 January 2012

Adds SMS-style text entry function to number pad, makes adds ContextMenu, FullScreen, ShowSubtitles, and Playlist to the colored buttons. Some other stuff as well.

Cut and paste the following into a new text document and save as keyboard.xml and place in userdata/keymaps/

<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>
      <one>JUMPSMS1</one>
      <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>