Quick XML edit?

Soldato
Joined
5 Mar 2007
Posts
2,852
Location
Macclesfield
Hello,

I’d like to get my Harmony one remote working with XBMC, I’m having loads of trouble. I’ve found the below but need to edit it (and I’m clueless!). Basically I’d like the button for subs (t) etc. moved to the number keys. (the below apparently works with the receiver I have (ORtek VRC-1100 MCE) I just need to edit it slightly. Anyone willing to help?

<!-- ORtek Vista MCE Remote Control VRC-1100
-->
<keymap>
<global>
<keyboard>
<t mod="ctrl,shift">XBMC.ActivateWindow(MyPrograms)</t>
<m mod="ctrl">XBMC.ActivateWindow(MyMusic)</m>
<i mod="ctrl">XBMC.ActivateWindow(MyPictures)</i>
<e mod="ctrl">XBMC.ActivateWindow(MyVideos)</e>
<o mod="ctrl">ContextMenu</o>
<g mod="ctrl">Info</g>
<t mod="ctrl">OSD</t>
<m mod="ctrl,shift">PreviousMenu</m>
<backspace>ParentDir</backspace>
<return>Select</return>
<up>Up</up>
<left>Left</left>
<right>Right</right>
<down>Down</down>
<volume_up>VolumeUp</volume_up>
<volume_down>VolumeDown</volume_down>
<pageup>-</pageup>
<pagedown>-</pagedown>
<volume_mute>Mute</volume_mute>
<b mod="ctrl,shift">Rewind</b>
<f mod="ctrl,shift">FastForward</f>
<prev_track>SkipPrevious</prev_track>
<next_track>SkipNext</next_track>
<stop>Stop</stop>
<play_pause>Play</play_pause>
<r mod="ctrl">Screenshot</r>
<numpadzero>-</numpadzero>
<numpadone>FullScreen</numpadone>
<numpadtwo>-</numpadtwo>
<numpadthree>-</numpadthree>
<numpadfour>-</numpadfour>
<numpadfive>-</numpadfive>
<numpadsix>-</numpadsix>
<numpadseven>-</numpadseven>
<numpadeight>-</numpadeight>
<numpadnine>-</numpadnine>
</keyboard>
</global>
</keymap>
 
<t mod="ctrl">OSD</t> is that the line you mean? if so then...<numpadzero>OSD</numpadzero> ?

i don't use xbmc btw so i could be very wrong...
 
That could be right! I’ll give it a go in a min. basically I want the “1” button on the remote to map to “t” (as the remote doesn’t have letters), your help is appreciated (regardless of the outcome!).

Cheers

Edit,

not tried it yet but i think it could be something like...


<t mod=<numpadtwo>-</numpadtwo></t>

guess work to be honest

Edit 2,

the above doesn't work...:(
 
Last edited:
Can't get this to work...

if it helps, the remote is working (If i open notepad and press "2" on the remote it does enter 2, all i need is to map the "2" button to "t" on the keyboard, any takers?

Thanks for any help
 
Back
Top Bottom