Builtin function XBMC.Suspend()
#1
Hi folks,
I'm using xbmc svn 24200 on Linux Slackware 13 x86.
I would like use the builtin function XBMC.Suspend() with the power key of my remote Hauppauge (the silver and black one).
So I did this configuration:
Lircmap.xml:

Code:
<lircmap>
<remote device="Hauppauge_350">
      ........
      ........
  <power>Power</power>
      ........
      ........
</remote>
</lircmap>

Keymap.xml

Code:
<keymap>
  <global>
    <remote>
      ................
      ................
      <power>XBMC.Suspend()</power>
      ................
      ................
   </remote>
</global>
</keymap>

The result is that my htpc does a poweroff instead a suspend Sad
I'm sure I did a mistake but I don't understand where...
Thanks for your patience and help
Reply
#2
Maybe a stupid question but why don't you just setup "Suspend" as "Power button action" in XBMC settings menu?
Reply

Logout Mark Read Team Forum Stats Members Help
Builtin function XBMC.Suspend()0