diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-24 22:22:14 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-01-24 22:22:14 +0000 |
| commit | 29dda647f09e42ac3a621bbb537558c2d1bbc7b4 (patch) | |
| tree | 6a84f5442f0ceecccd3d45301af6b60fa80dcaba /data/keymap.xml | |
| parent | 64990dd2bb18e1c3cbd5de80bb0617f966a83f00 (diff) | |
| download | enigma2-29dda647f09e42ac3a621bbb537558c2d1bbc7b4.tar.gz enigma2-29dda647f09e42ac3a621bbb537558c2d1bbc7b4.zip | |
- fixed left/right in language selection (updates language on the fly)
- added a log viewer for timers (info key in timerlist)
Diffstat (limited to 'data/keymap.xml')
| -rw-r--r-- | data/keymap.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index a1206010..a737ab29 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -210,6 +210,10 @@ <key id="KEY_RADIO" mapto="keyRadio" flags="m" /> </map> + <map context="TimerEditActions"> + <key id="KEY_INFO" mapto="log" flags="m" /> + </map> + <map context="EPGSelectActions"> <key id="KEY_GREEN" mapto="timerAdd" flags="m" /> <key id="KEY_YELLOW" mapto="yellow" flags="m" /> @@ -237,6 +241,20 @@ <key id="KEY_ENTER" mapto="ok" flags="m" /> <key id="KEY_ESC" mapto="cancel" flags="m" /> </map> + + <map context="DirectionActions"> + <key id="KEY_UP" mapto="up" flags="m" /> + <key id="KEY_DOWN" mapto="down" flags="m" /> + <key id="KEY_LEFT" mapto="left" flags="m" /> + <key id="KEY_RIGHT" mapto="right" flags="m" /> + </map> + + <map context="ColorActions"> + <key id="KEY_RED" mapto="red" flags="m" /> + <key id="KEY_GREEN" mapto="green" flags="m" /> + <key id="KEY_YELLOW" mapto="yellow" flags="m" /> + <key id="KEY_BLUE" mapto="blue" flags="m" /> + </map> <map context="MsgBoxActions"> <key id="KEY_GREEN" mapto="alwaysOK" flags="m" /> |
