aboutsummaryrefslogtreecommitdiff
path: root/data/keymap.xml
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2011-01-19 21:43:43 +0100
committerAndreas Oberritter <obi@opendreambox.org>2011-01-19 21:43:43 +0100
commit92427dc0d70cdd4a4c4a132ea009b99107be556e (patch)
treeeeb35c4f569e02b8a9f23dc74b89d45bf8652257 /data/keymap.xml
parentcc08c5bf0ff1d0d347703c9660aaac376e66f697 (diff)
downloadenigma2-92427dc0d70cdd4a4c4a132ea009b99107be556e.tar.gz
enigma2-92427dc0d70cdd4a4c4a132ea009b99107be556e.zip
fix ASCII input for SDL
Diffstat (limited to 'data/keymap.xml')
-rwxr-xr-xdata/keymap.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/keymap.xml b/data/keymap.xml
index f986b62a..f167024e 100755
--- a/data/keymap.xml
+++ b/data/keymap.xml
@@ -130,6 +130,9 @@
<device name="Console">
<key id="KEY_ASCII" mapto="gotAsciiCode" flags="mr" />
</device>
+ <device name="SDL">
+ <key id="KEY_ASCII" mapto="gotAsciiCode" flags="mr" />
+ </device>
</map>
<map context="InputBoxActions">