Win Advanced MCE Remote Mapper Tool
#20
Hi, Welcome to XBMC.

In the software, the button ID 34 corresponds to 'Eject'. Change the 'Key' value to say 'F12' or any combination of your choice and apply to registry. Create a keyboard.xml file in your xbmc application data folder which is usually under C:\Users\<your username>\AppData\Roaming\XBMC\userdata\keymaps. Enter %appdata% in Win 7 start search box to open the Roaming folder. You can copy the keyboard.xml file from 'C:\Program Files\XBMC\system\keymaps' if it is not present. Open this xml file in notepad++ and add <f12>XBMC.ejecttray</f12> in the global section as shown below:

Code:
<keymap>
  <global>
    <keyboard>
    
      <f12>XBMC.ejecttray</f12>
      <p>Play</p>
      <q>playlist.clear</q>
      <f>FastForward</f>
Reply


Messages In This Thread
RE: Advanced MCE Remote Mapper Tool - by baijuxavior - 2013-05-18, 18:55
RE: Advanced MCE Remote Mapper Tool - by o007 - 2013-10-22, 19:28
RE: Advanced MCE Remote Mapper Tool - by o007 - 2014-01-19, 02:07
Advanced MCE Remote Mapper Tool - by Kpitn - 2013-06-11, 18:07
RE: Advanced MCE Remote Mapper Tool - by o007 - 2013-10-22, 00:03
RE: Advanced MCE Remote Mapper Tool - by o007 - 2013-10-22, 18:52
RE: Advanced MCE Remote Mapper Tool - by mtrr - 2017-04-09, 07:48
Netflix challenge - by Jutzi - 2019-06-06, 14:44
Logout Mark Read Team Forum Stats Members Help
Advanced MCE Remote Mapper Tool3