diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-05-24 10:00:42 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-05-24 10:00:42 +0200 |
| commit | 2e46f7ce3e4acadc88f4c5db6eca18a4ef78f072 (patch) | |
| tree | 171e48984464ecfa51cdcf51748359399efde7cc /data/keymap.xml | |
| parent | 7c2806b5333b22eb2859c14879991319456cacc6 (diff) | |
| download | enigma2-2e46f7ce3e4acadc88f4c5db6eca18a4ef78f072.tar.gz enigma2-2e46f7ce3e4acadc88f4c5db6eca18a4ef78f072.zip | |
keymap.xml: use break code instead of make code
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 8f708698..036ea467 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -332,7 +332,7 @@ <map context="InfobarTimeshiftActions"> <device name="dreambox remote control (native)"> - <key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" /> + <key id="KEY_YELLOW" mapto="timeshiftStart" flags="b" /> <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> </device> <device name="dreambox advanced remote control (native)"> @@ -351,7 +351,7 @@ <map context="InfobarTimeshiftActivateActions"> <device name="dreambox remote control (native)"> <key id="KEY_RED" mapto="timeshiftActivateEnd" flags="b" /> - <key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="m" /> + <key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="b" /> </device> <device name="dreambox advanced remote control (native)"> <key id="KEY_PREVIOUSSONG" mapto="timeshiftActivateEnd" flags="m" /> @@ -412,7 +412,7 @@ </device> <device name="dreambox advanced remote control (native)"> <key id="KEY_0" mapto="toggleMark" flags="m" /> - <key id="KEY_YELLOW" mapto="toggleMark" flags="m" /> + <key id="KEY_YELLOW" mapto="toggleMark" flags="b" /> </device> <device name="dreambox ir keyboard"> <key id="KEY_TAB" mapto="toggleMark" flags="m" /> |
