aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'data/keymap.xml')
-rw-r--r--data/keymap.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index 2034aa1a..fea9cf76 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -96,6 +96,13 @@
<key id="KEY_OK" mapto="ok" flags="m" />
<key id="KEY_EXIT" mapto="back" flags="m" />
</map>
+
+ <map context="MinuteInputActions">
+ <key id="KEY_UP" mapto="up" flags="mr" />
+ <key id="KEY_DOWN" mapto="down" flags="mr" />
+ <key id="KEY_OK" mapto="ok" flags="m" />
+ <key id="KEY_EXIT" mapto="cancel" flags="m" />
+ </map>
<map context="InfobarMenuActions">
<key id="KEY_MENU" mapto="mainMenu" flags="mr" />
@@ -160,6 +167,8 @@
<key id="KEY_0" mapto="0" flags="m" />
</map>
+
+
<map context="TextEntryActions">
<key id="KEY_MUTE" mapto="delete" flags="mr" />
</map>