diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2009-05-17 22:41:48 +0200 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2009-05-17 22:41:48 +0200 |
| commit | 0a08f8d65a00de3d9965449a27b549aad7b52e3e (patch) | |
| tree | c7de2197867df4777081625d622b80d1f019e125 /data/keymap.xml | |
| parent | d8c96cf4ff94358debff7c0d338f4f8a42c9cdb3 (diff) | |
| parent | af0fec461991872b5fca0376a022cad6c2e0d0c1 (diff) | |
| download | enigma2-0a08f8d65a00de3d9965449a27b549aad7b52e3e.tar.gz enigma2-0a08f8d65a00de3d9965449a27b549aad7b52e3e.zip | |
Merge branch 'master' of /home/tmbinc/enigma2-git
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 8 |
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" /> |
