diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-07 09:04:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-08-07 09:04:19 +0000 |
| commit | 5dd0b00d957affdf7fa8ca9013aedf5cf1beafbd (patch) | |
| tree | 899a4d99f10ba5f95c6137177cb41d08791639f7 /data | |
| parent | e40b01506ef16bba2febc8c67382dde066562de4 (diff) | |
| download | enigma2-5dd0b00d957affdf7fa8ca9013aedf5cf1beafbd.tar.gz enigma2-5dd0b00d957affdf7fa8ca9013aedf5cf1beafbd.zip | |
small keymap fixes for new rc
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 3f8e681d..96814b40 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -84,7 +84,7 @@ <map context="InfobarInstantRecord"> <device name="dreambox advanced remote control (native)"> <key id="KEY_RECORD" mapto="instantRecord" flags="m" /> - <key id="KEY_STOP" mapto="instantRecord" flags="m" /> + <!-- this breaks timeshift end!!! key id="KEY_STOP" mapto="instantRecord" flags="m" /--> </device> <device name="dreambox ir keyboard"> <key id="KEY_RECORD" mapto="instantRecord" flags="m" /> @@ -332,18 +332,20 @@ <map context="InfobarTimeshiftActions"> <device name="dreambox remote control (native)"> + <key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" /> <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> </device> <device name="dreambox advanced remote control (native)"> <key id="KEY_PLAY" mapto="timeshiftStart" flags="m" /> <key id="KEY_PLAYPAUSE" mapto="timeshiftStart" flags="m" /> + <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> <key id="KEY_STOP" mapto="timeshiftStop" flags="m" /> </device> <device name="dreambox ir keyboard"> + <key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" /> <key id="KEY_PAUSE" mapto="timeshiftStart" flags="m" /> <key id="KEY_STOP" mapto="timeshiftStop" flags="m" /> </device> - <key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" /> </map> <map context="InfobarTimeshiftActivateActions"> |
