So I will answer by myself :
you can use any key (e.g. Home key) for wake up from standby and continue to use the power key for going in standby (for configuring a logitech harmony it's better to have discrete power)
simply edit the /usr/share/enigma/Keymap.xml and find :
<map context="StandbyActions">
<key id="KEY_POWER" mapto="power" flags="m" />
</map>
Replace it with :
<map context="StandbyActions">
<key id="KEY_HOME" mapto="power" flags="m" />
</map>
and now, the Home key will power up the dream (from simple standby, not deepstandby that I don't use)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.