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
 

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
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)
 
Top