sufreak
Senior Member
Posts: 204
Joined: Jul 2010
Reputation: 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
Posting Freak
Posts: 1,476
Joined: Jul 2010
Reputation: 52
Location: Germany
|
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
|
|
find
quote
|
bmcclure937
Fan
Posts: 659
Joined: Dec 2010
Reputation: 5
Location: Ohio
|
Yes. You simply add to the <global> part of the XML file.
|
|
find
quote
|