aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/keymap.xml')
-rw-r--r--data/keymap.xml18
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" />