diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2011-01-28 04:55:52 +0100 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2011-01-28 04:55:52 +0100 |
| commit | f32b288b3236e41686e67eda2bccf2f083223bca (patch) | |
| tree | b32dc385a97c594e903fe50854cc3d768f26ed5b /data | |
| parent | aaa6a9751a34e2c0041210eedc3b4fb5915439ce (diff) | |
| parent | 3ca124dd916f82dcfd4f069daf1a3f342956e520 (diff) | |
| download | enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.tar.gz enigma2-f32b288b3236e41686e67eda2bccf2f083223bca.zip | |
Merge branch 'obi/master' into experimental
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"> |
