
Originally Posted by
satlubitel
Hi all,
I would like to modify my keymap.xml in usr/share/enigma2 and especially 2 keys and assign different function.
Currently I have:
Up/Down – calls channel list
</> - Zap/change the channels 1 step up/down
I need to have Up/Down – Zap/change the channels 1 step up/down
Could someone point me out to the part/section or the keymap.xml that is related to those functions?
Mu idea is to see how/what is assigned to </> and do same for Up/Down buttons.
Also is it only in 1 place/section I have to edit or more….
Do you think the idea I have is going to bring the result I am looking for?
Thanks for your advices
Cheers!
Note: I am using Premium/RC4/HD16_2.17 with applied mapping for RES as help/keymap.xml located in /usr/lib/enigma2/python/Plugins/Extensions/setupGlass16/ is deleted and left there only keymap2.xml
Hi satlubitel, I use a keymap.xml (rename it removing .txt) similar one you need. It's based on hfml's keymap.
It work so:
Up-Down: change channel (next-previous)
Ok: channel list
Exit: info
Radio: radio mode
Resolution: tv mode
REC: start record
and the other as always.
My last goal is to have volume settings via left/right but if I enable it I can't move page by page in channel list (for example).
Try this one and let me know if there's other changes you need. We can study how to apply them.
I had to rename the ones from skin (as you mentioned).
Anyway the section to edit is:
Code:
<map context="InfobarChannelSelection">
<key id="KEY_DOWN" mapto="zapUp" flags="mr" />
<key id="KEY_UP" mapto="zapDown" flags="mr" />
<key id="KEY_OK" mapto="openServiceList" flags="mr" />
<key id="KEY_PREVIOUS" mapto="historyBack" flags="mr" />
<key id="KEY_NEXT" mapto="historyNext" flags="mr" />
<key id="KEY_BACK" mapto="historyBack" flags="mr" />
<key id="KEY_FORWARD" mapto="historyNext" flags="mr" />
<key id="KEY_CHANNELUP" mapto="openServiceList" flags="m" />
<key id="KEY_CHANNELDOWN" mapto="openServiceList" flags="m" />
<key id="BTN_0" mapto="zapUp" flags="mr" />
<key id="BTN_1" mapto="zapDown" flags="mr" />
</map>
SNL
Bookmarks