Archive:Alternative keymaps for Nyxboard: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>NedBot
m (Robot: Cosmetic changes)
No edit summary
Line 1: Line 1:
:''See also: '''[[Motorola Nyxboard Hybrid]]'''''
:''See also: '''[[Motorola Nyxboard Hybrid]]'''''
 
Alternative keymaps for the Motorola Nyxboard Hybrid remote, as suggested by the community.
<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 />


The default keymap can be seen at https://github.com/xbmc/xbmc/blob/master/system/keymaps/nyxboard/keyboard.xml
The default keymap can be seen at https://github.com/xbmc/xbmc/blob/master/system/keymaps/nyxboard/keyboard.xml
==Keymap 1==
;What it does
* Adds SMS-style text entry function to number pad
* 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 <code>[[userdata]]/keymaps/</code>
;Keymap
<pre><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">
<keymap>
   <global>
   <global>
     <keyboard name="Motorola Nyxboard Hybrid">
     <keyboard name="Motorola Nyxboard Hybrid">
Line 36: Line 42:
   </MyVideoLibrary>
   </MyVideoLibrary>
</keymap>
</keymap>
</pre>
</source>


[[Category:Custom keymaps]]
[[Category:Custom keymaps]]

Revision as of 19:59, 25 July 2013

See also: Motorola Nyxboard Hybrid

Alternative keymaps for the Motorola Nyxboard Hybrid remote, as suggested by the community.

The default keymap can be seen at https://github.com/xbmc/xbmc/blob/master/system/keymaps/nyxboard/keyboard.xml

Keymap 1

What it does
  • Adds SMS-style text entry function to number pad
  • adds ContextMenu, FullScreen, ShowSubtitles, and Playlist to the colored buttons
  • Some other stuff as well.
Keymap
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>    <!-- Red -->
      <f4 mod="shift">FullScreen</f4>     <!-- Green -->
      <f5 mod="shift">ShowSubtitles</f5>  <!-- Yellow -->
      <f6 mod="shift">Playlist</f6>       <!-- Blue -->
      <f3>ZoomOut</f3>
      <f4>ZoomIn</f4> 
    </keyboard>
 </global>
 <FullscreenVideo>
    <keyboard name="Motorola Nyxboard Hybrid">
      <left>SmallStepBack</left>
    </keyboard>
 </FullscreenVideo>
  <MyVideoLibrary>
    <keyboard name="Motorola Nyxboard Hybrid">
      <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>