fix ASCII input for SDL
authorAndreas Oberritter <obi@opendreambox.org>
Wed, 19 Jan 2011 20:43:43 +0000 (21:43 +0100)
committerAndreas Oberritter <obi@opendreambox.org>
Wed, 19 Jan 2011 20:43:43 +0000 (21:43 +0100)
data/keymap.xml

index f986b62..f167024 100755 (executable)
                <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">