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.

Changing keymap

Pilou

Vu+ Newbie
Hello,

It is probably a question of personal taste but I have change the channel + / - back to the zap function (was calling the bouquet menu like up / down arrow). You need to edit usr/share/enigma2/keymap.xml, the up / down mix is not a mistake, was working the other way around :
Code:
    <map context="InfobarChannelSelection">
        ...
        <key id="KEY_CHANNELUP" mapto="zapDown" flags="m" />
        <key id="KEY_CHANNELDOWN" mapto="zapUp" flags="m" />
        ...

Now, I would like to have CoolTVGuide pressing on the EPG keyboard, is it possible to have it directly without going through "long blue" or "long EPG" taste ?

Cheers, Pilou.
 
Why not just use Multiquickbutton which is available from the addon server this will do everything you want and more without changing the keymap files.
 
Hello,

It is probably a question of personal taste but I have change the channel + / - back to the zap function (was calling the bouquet menu like up / down arrow). You need to edit usr/share/enigma2/keymap.xml, the up / down mix is not a mistake, was working the other way around :
Code:
    <map context="InfobarChannelSelection">
        ...
        <key id="KEY_CHANNELUP" mapto="zapDown" flags="m" />
        <key id="KEY_CHANNELDOWN" mapto="zapUp" flags="m" />
        ...

Now, I would like to have CoolTVGuide pressing on the EPG keyboard, is it possible to have it directly without going through "long blue" or "long EPG" taste ?

Cheers, Pilou.
Yes, you can easily do that with multiquickbotton
 
Back
Top