Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84834

Re-mapping remote control keys

$
0
0
I have a problem remapping the keys on my remote control. Mos work and most like I expect to, but I would like to map some keys and remap others.

I am using OpenElec 3.0.6 with an Amulet Devices MCE remote control.

My problem keys are highlighted in red. Neither "RestartApp" or "Reboot" works.

Also, just to test, I am trying to switch the functionality of the "KEY_INFO" and "KEY_DELETE". but "KEY_INFO" still brings up the Information screen, as it did before I added to the xml's below.

All other remappings works just fine.

I have created/changed Userdata\keymaps\remote.xml to ...
Quote:
<keymap>
<global>
<remote>
<guide>XBMC.ActivateWindowAndFocus(MyPVR, 31,0, 10,0)</guide>
<livetv>XBMC.ActivateWindowAndFocus(MyPVR, 32,0, 11,0)</livetv>
<left>StepBack</left>
<right>StepForward</right>
<up>BigStepForward</up>
<down>BigStepBack</down>
<back>SmallStepBack</back>
<restart>RestartApp</restart>
<dvd>Reboot</dvd>

<remote>
</global>
<home>
<remote>
<info>XBMC.ActivateWindow(Weather)</info>
<clear>XBMC.ActivateWindow(SystemInfo)</clear>

<hash>XBMC.ActivateWindow(Settings)</hash>
</remote>
</home></keymap>[/

And \Userdata\Lircmap.xml to...

Quote:
<lircmap>
<remote device="devinput">
<!-- global -->
<guide>KEY_EPG</guide>
<livetv>KEY_TUNER</livetv>
<left>KEY_LEFT</left>
<right>KEY_RIGHT</right>
<up>KEY_UP</up>
<down>KEY_DOWN</down>
<back>KEY_EXIT</back>
<restart>KEY_RED</restart>
<dvd>KEY_DVD</dvd>

<!-- home -->
<info>KEY_INFO</info>
<clear>KEY_DELETE</clear>

<hash>KEY_NUMERIC_POUND</hash>
</remote>
</lircmap>

Any help appriciated Big Grin
ThMoJe

Viewing all articles
Browse latest Browse all 84834

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>