aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/keymap.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index f98a42ce..97529668 100644
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -97,6 +97,10 @@
<key id="KEY_ESC" mapto="cancel" flags="m" />
</map>
+ <map context="InputAsciiActions">
+ <key id="KEY_ASCII" mapto="gotAsciiCode" flags="mr" />
+ </map>
+
<map context="InputBoxActions">
<key id="KEY_LEFT" mapto="left" flags="mr" />
<key id="KEY_RIGHT" mapto="right" flags="mr" />