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>
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>