This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

IR discrete codes

badubo

Vu+ Newbie
Hi,

Is there a way to have discrete code for power on and power off (for learning a logitech harmony)
Thanks in advance
 
Hi,

Is there a way to have discrete code for power on and power off (for learning a logitech harmony)
Thanks in advance
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)
 
Back
Top