Key mapping noob
#1
I am want to map my sleep button on my windows remote to send the shutdown command to xbmc but I am struggling to make a keymapping xml.
The only key I want mapping is the sleep button could someone quickly show me how this should be written in the xml.

Thanks
Reply
#2
Code:
<keymap>
  <global>
    <remote>
      <power>XBMC.Suspend()</power>
    </remote>
  </global>
</keymap>
Reply
#3
You can also use http://forum.xbmc.org/showthread.php?tid=164252 and change the power button to 'S'. No need to edit the keymap files.
Reply

Logout Mark Read Team Forum Stats Members Help
Key mapping noob0