Using JumpSMS

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sufreak Offline
Senior Member
Posts: 204
Joined: Jul 2010
Reputation: 1
Post: #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>
find quote
mad-max Online
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
Post: #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>

[Image: obi3o55x.jpg]
[Image: 7c8w3bu8.png]

- - - Tribute to Metallica - - -

If I managed to help you, please click my reputation
find quote
bmcclure937 Offline
Fan
Posts: 659
Joined: Dec 2010
Reputation: 5
Location: Ohio
Post: #3
Yes. You simply add to the <global> part of the XML file.
find quote