diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-08-25 02:02:16 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-08-25 02:02:16 +0000 |
| commit | 192ebca707866e0c95bf6737c2a6a6e7fa1551b0 (patch) | |
| tree | ada65072bd673f19d62bce5e85d736fa0b4782c3 /lib/python/Plugins/Extensions | |
| parent | 09f0738785483aa6cb2bddb822ddc36980ed6085 (diff) | |
| download | enigma2-192ebca707866e0c95bf6737c2a6a6e7fa1551b0.tar.gz enigma2-192ebca707866e0c95bf6737c2a6a6e7fa1551b0.zip | |
fix keymap (thanks to ralfk)
Diffstat (limited to 'lib/python/Plugins/Extensions')
| -rw-r--r-- | lib/python/Plugins/Extensions/CutListEditor/keymap.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/python/Plugins/Extensions/CutListEditor/keymap.xml b/lib/python/Plugins/Extensions/CutListEditor/keymap.xml index 5fc014b5..741d9eb6 100644 --- a/lib/python/Plugins/Extensions/CutListEditor/keymap.xml +++ b/lib/python/Plugins/Extensions/CutListEditor/keymap.xml @@ -3,18 +3,18 @@ <device name="dreambox remote control (native)"> <key id="KEY_YELLOW" mapto="pauseService" flags="m" /> <key id="KEY_GREEN" mapto="unPauseService" flags="m" /> - <key id="KEY_RED" mapto="seekBackDown" flags="m" /> - <key id="KEY_RED" mapto="seekBackUp" flags="b" /> - <key id="KEY_BLUE" mapto="seekFwdDown" flags="m" /> - <key id="KEY_BLUE" mapto="seekFwdUp" flags="b" /> + <key id="KEY_RED" mapto="seekBack" flags="b" /> + <key id="KEY_BLUE" mapto="seekFwd" flags="b" /> + <key id="KEY_RED" mapto="seekBackManual" flags="l" /> + <key id="KEY_BLUE" mapto="seekFwdManual" flags="l" /> </device> <device name="dreambox advanced remote control (native)"> <key id="KEY_PLAY" mapto="playpauseService" flags="m" /> <!--key id="KEY_GREEN" mapto="unPauseService" flags="m" /--> - <key id="KEY_PREVIOUSSONG" mapto="seekBackDown" flags="m" /> - <key id="KEY_PREVIOUSSONG" mapto="seekBackUp" flags="b" /> - <key id="KEY_NEXTSONG" mapto="seekFwdDown" flags="m" /> - <key id="KEY_NEXTSONG" mapto="seekFwdUp" flags="b" /> + <key id="KEY_PREVIOUSSONG" mapto="seekBack" flags="b" /> + <key id="KEY_PREVIOUSSONG" mapto="seekBackManual" flags="l" /> + <key id="KEY_NEXTSONG" mapto="seekFwd" flags="b" /> + <key id="KEY_NEXTSONG" mapto="seekFwdManual" flags="l" /> </device> <key id="KEY_LEFT" mapto="seek:-1" flags="m" /> |
