aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2009-05-17 22:19:24 +0200
committerghost <andreas.monzner@multimedia-labs.de>2009-05-17 22:19:24 +0200
commitaf0fec461991872b5fca0376a022cad6c2e0d0c1 (patch)
tree4c83ec61468049082b2b4b0b28e726c14590e86e /data/keymap.xml
parent934ecacca3661ee478adcaba32df7cc83430aee7 (diff)
downloadenigma2-af0fec461991872b5fca0376a022cad6c2e0d0c1.tar.gz
enigma2-af0fec461991872b5fca0376a022cad6c2e0d0c1.zip
use break codes instead of make codes for color buttons.. this adds possibility to add functions on long keypress
Diffstat (limited to 'data/keymap.xml')
-rw-r--r--data/keymap.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index 0865e416..8f708698 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -197,12 +197,12 @@
<key id="KEY_AUDIO" mapto="audioSelection" flags="m" />
</device>
<device name="dreambox advanced remote control (native)">
- <key id="KEY_YELLOW" mapto="audioSelection" flags="m" />
+ <key id="KEY_YELLOW" mapto="audioSelection" flags="b" />
</device>
</map>
<map context="InfobarSubserviceSelectionActions">
- <key id="KEY_GREEN" mapto="subserviceSelection" flags="m" />
+ <key id="KEY_GREEN" mapto="subserviceSelection" flags="b" />
</map>
<map context="InfobarSubserviceQuickzapActions">
@@ -265,8 +265,8 @@
<map context="InfobarSeekActions">
<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_YELLOW" mapto="pauseService" flags="b" />
+ <key id="KEY_GREEN" mapto="unPauseService" 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" />