diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-20 00:33:50 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-20 00:33:50 +0000 |
| commit | d529a2571260748de28937c2ee9b47c15ded32ce (patch) | |
| tree | 7b5ac0d1a4a599c33b3c01e831a3e540e76e3c9b /data/keymap.xml | |
| parent | 24298d4fbc8394d154053cc4d6c4bdfbd50e4233 (diff) | |
| download | enigma2-d529a2571260748de28937c2ee9b47c15ded32ce.tar.gz enigma2-d529a2571260748de28937c2ee9b47c15ded32ce.zip | |
enable timeshifting in infobar
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index fea9cf76..7a26f85d 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -190,6 +190,11 @@ <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> </map> + <map context="InfobarTimeshiftActivateActions"> + <key id="KEY_RED" mapto="timeshiftActivateEnd" flags="m" /> + <key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="m" /> + </map> + <map context="InfobarMovieListActions"> <key id="KEY_UP" mapto="up" flags="m" /> <key id="KEY_DOWN" mapto="down" flags="m" /> |
