diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-02-24 13:52:48 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-02-24 13:52:48 +0000 |
| commit | 4bdcb60d1ef2ea45e00241ceaf14dc6bcc0900fe (patch) | |
| tree | c605107a523a07483f970b56ce3883b3e1bd5f4d /data/keymap.xml | |
| parent | b3ed2aade15e1fd1b5dd8b74a91b3b8168d08f20 (diff) | |
| download | enigma2-4bdcb60d1ef2ea45e00241ceaf14dc6bcc0900fe.tar.gz enigma2-4bdcb60d1ef2ea45e00241ceaf14dc6bcc0900fe.zip | |
split out seekFwd to fix help entry functionality
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index e21e70db..8e3be4e5 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -155,9 +155,9 @@ <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" /> + <key id="KEY_RED" mapto="seekBackDown" flags="m" /> <key id="KEY_RED" mapto="seekBackUp" flags="b" /> - <key id="KEY_BLUE" mapto="seekFwd" flags="m" /> + <key id="KEY_BLUE" mapto="seekFwdDown" flags="m" /> <key id="KEY_BLUE" mapto="seekFwdUp" flags="b" /> <key id="KEY_LEFT" mapto="seekBack" flags="m" /> @@ -297,4 +297,9 @@ <map context="StandbyActions"> <key id="KEY_POWER" mapto="power" flags="m" /> </map> + <map context="CutListEditorActions"> + <key id="KEY_1" mapto="setIn" flags="m" /> + <key id="KEY_2" mapto="setOut" flags="m" /> + <key id="KEY_EXIT" mapto="leave" flags="m" /> + </map> </keymap> |
