diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-25 16:15:44 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-01-25 16:15:44 +0000 |
| commit | 9bfa0ff587586c3bfe761200ca9fd890081024d4 (patch) | |
| tree | 39a3d5e32fe3ae96e35b532e3852e0e58554369e /data/keymap.xml | |
| parent | 258cced121c935a4affa19561b461c3e46f1de8a (diff) | |
| download | enigma2-9bfa0ff587586c3bfe761200ca9fd890081024d4.tar.gz enigma2-9bfa0ff587586c3bfe761200ca9fd890081024d4.zip | |
many info handling changes (nownext/multi/single epg)
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index 1e6fbd5a..f2fae39b 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -64,7 +64,7 @@ </map> <map context="InfobarEPGActions"> - <key id="KEY_INFO" mapto="showEPGList" flags="m" /> + <key id="KEY_INFO" mapto="showEventInfo" flags="m" /> </map> <map context="InfobarInstantRecord"> @@ -229,6 +229,12 @@ <key id="KEY_LEFT" mapto="prevEvent" flags="mr" /> <key id="KEY_RIGHT" mapto="nextEvent" flags="mr" /> <key id="KEY_GREEN" mapto="timerAdd" flags="m" /> + <key id="KEY_INFO" mapto="cancel" flags="m" /> + </map> + + <map context="EventViewEPGActions"> + <key id="KEY_YELLOW" mapto="openSingleServiceEPG" flags="m" /> + <key id="KEY_BLUE" mapto="openMultiServiceEPG" flags="m" /> </map> <map context="OkCancelActions"> |
