diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-01-15 12:10:15 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-01-15 12:10:15 +0000 |
| commit | 1c046496d9b60774adb3bfec72851b82c3b85167 (patch) | |
| tree | 7dcee8e78b9146c750a2bc78bd4117e6c3056769 /data | |
| parent | 0d039cfcb52f7d72b5c080c2aaa5a0b2ec26b1a9 (diff) | |
| download | enigma2-1c046496d9b60774adb3bfec72851b82c3b85167.tar.gz enigma2-1c046496d9b60774adb3bfec72851b82c3b85167.zip | |
split out movielist actions out of pvr actions
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 24c36a8f..b7ea52b2 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -149,7 +149,7 @@ <key id="KEY_MUTE" mapto="delete" flags="mr" /> </map> - <map context="InfobarPVRActions"> + <map context="InfobarSeekActions"> <key id="KEY_YELLOW" mapto="pauseService" flags="m" /> <key id="KEY_GREEN" mapto="unPauseService" flags="m" /> <key id="KEY_RED" mapto="seekBack" flags="m" /> @@ -159,7 +159,14 @@ <key id="KEY_LEFT" mapto="seekBack" flags="m" /> <key id="KEY_RIGHT" mapto="seekFwd" flags="m" /> + </map> + + <map context="InfobarTimeshiftActions"> + <key id="KEY_YELLOW" mapto="timeshiftStart" flags="m" /> + <key id="KEY_TV" mapto="timeshiftStop" flags="m" /> + </map> + <map context="InfobarMovieListActions"> <key id="KEY_UP" mapto="up" flags="m" /> <key id="KEY_DOWN" mapto="down" flags="m" /> <key id="KEY_VIDEO" mapto="movieList" flags="m" /> |
