diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-19 21:43:43 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-19 21:43:43 +0100 |
| commit | 92427dc0d70cdd4a4c4a132ea009b99107be556e (patch) | |
| tree | eeb35c4f569e02b8a9f23dc74b89d45bf8652257 /data | |
| parent | cc08c5bf0ff1d0d347703c9660aaac376e66f697 (diff) | |
| download | enigma2-92427dc0d70cdd4a4c4a132ea009b99107be556e.tar.gz enigma2-92427dc0d70cdd4a4c4a132ea009b99107be556e.zip | |
fix ASCII input for SDL
Diffstat (limited to 'data')
| -rwxr-xr-x | data/keymap.xml | 3 |
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"> |
