Kodi Community Forum
Using JumpSMS - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Using JumpSMS (/showthread.php?tid=94809)



Using JumpSMS - sufreak - 2011-02-20

I have started using JumpSMS keys. Is there a way to set it to work on my harmony remote globally rather than on each independent library?

Here is my keymaps file.
Code:
<keymap>
  <global>
    <keyboard>
      <k>UpdateLibrary(video)</k>
      <b>XBMC.ShutDown()</b>
      <w>ToggleWatched</w>-->
    </keyboard>
  </global>
<MyVideoLibrary>    
   <keyboard>
      <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>
<MyMusicLibrary>
    
<keyboard>
      <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>

</MyMusicLibrary>
</keymap>



- mad-max - 2011-02-20

sufreak Wrote:I have started using JumpSMS keys. Is there a way to set it to work on my harmony remote globally rather than on each independent library?

What about adding it into the global settings:

Code:
<keymap>
  <global>
    <keyboard>
      <k>UpdateLibrary(video)</k>
      <b>XBMC.ShutDown()</b>
      <w>ToggleWatched</w>
      <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>
  </global>



- bmcclure937 - 2011-02-21

Yes. You simply add to the <global> part of the XML file.