Jump to content


davidas

Member Since 27 Aug 2014
Offline Last Active 01 Jan 2015 17:56
-----

Posts I've Made

In Topic: keymap.xml not working anymore

27 August 2014 - 11:37

If the buttons do not function normally around ok as in previous img, so I edited the keymap, if possible ....

If after pressing ok infobar exiting the program, I think it is wrong, it is key info

Why then when pressing channel up and down do not switch right program, they open the channel list-service list?

it's just a garbled and finish keymap.xml it should go fix, but it is not, why?


In Topic: keymap.xml not working anymore

27 August 2014 - 10:36

I have the same problem (et4000 with openpli 4.0) when the first img 4.0 keymap work with this setup
<map context = "InfobarChannelSelection">
<key id = "KEY_LEFT" MAPT = "zapUp" flags = "mr" />
<key id = "KEY_RIGHT" MAPT = "zapDown" flags = "mr" />
<key id = "KEY_UP" MAPT = "switchChannelUp" flags = "mr" />
<key id = "KEY_DOWN" MAPT = "switchChannelDown" flags = "mr" />
<key id = "KEY_PREVIOUS" MAPT = "historyBack" flags = "mr" />
<key id = "KEY_NEXT" MAPT = "historyNext" flags = "mr" />
<key id = "KEY_BACK" MAPT = "historyBack" flags = "mr" />
<key id = "KEY_FORWARD" MAPT = "historyNext" flags = "mr" />
<key id = "KEY_OK" MAPT = "openServiceList" flags = "m" />
<key id = "BTN_0" MAPT = "zapUp" flags = "mr" />
<key id = "BTN_1" MAPT = "zapDown" flags = "mr" />
</ map>

in newer img 4.0 is already this
<map context = "InfobarChannelSelection">
   <key id = "KEY_LEFT" MAPT = "keyLeft" flags = "mr" />
   <key id = "KEY_RIGHT" MAPT = "KeyRight" flags = "mr" />
   <key id = "KEY_UP" MAPT = "keyUp" flags = "mr" />
   <key id = "KEY_DOWN" MAPT = "keyDown" flags = "mr" />
   <key id = "KEY_PREVIOUS" MAPT = "historyBack" flags = "mr" />
   <key id = "KEY_NEXT" MAPT = "historyNext" flags = "mr" />
   <key id = "KEY_BACK" MAPT = "historyBack" flags = "mr" />
   <key id = "KEY_FORWARD" MAPT = "historyNext" flags = "mr" />
   <key id = "KEY_CHANNELUP" MAPT = "keyChannelUp" flags = "m" />
   <key id = "KEY_CHANNELDOWN" MAPT = "keyChannelDown" flags = "m" />
   <key id = "BTN_0" MAPT = "zapUp" flags = "mr" />
   <key id = "BTN_1" MAPT = "zapDown" flags = "mr" />
  </ map>

I'm used to from the past when pressing ok with přemapováním button to open the service list - a list of programs


when I change the keymap, or add a line
<key id = "KEY_OK" MAPT = "openServiceList" flags = "m" />

so is this setting after restart e2 broken button does not respond

how it can be modified to remapping, or after treatment keymap.xml buttons work?

thanks