Using JumpSMS
#1
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>
Reply
#2
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>
- - - Tribute to Metallica - - -
If I managed to help you, please click my reputation
Reply
#3
Yes. You simply add to the <global> part of the XML file.
Reply

Logout Mark Read Team Forum Stats Members Help
Using JumpSMS0