Re: [hatari-devel] Keyboard layout and two small bugs

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Christian Zietz schrieb:

> It is with the SDL2 build, the "official" Windows binary as available on
> <http://download.tuxfamily.org/hatari/2.1.0/>. I'm afraid I've given up
> building Hatari from source under Windows, at least for the time being...

I used the "--trace keymap" option suggested by Eero in the other post
to debug the issues reported by me:

a) Symbolic keymapping: "´"/"`" key does not work. Pressing it produces
the following output:
key down: sym=180 scan=46 mod=0x0 name='┬┤'
key map: sym=0xb4 to ST-scan=0xff

A keymap.txt just containing the line...
180,13
.... can thus fix this issue, since 13 (=0x0d) is the scancode of the
corresponding key on the Atari keyboard.

b) Scancode mapping: "<"/">" key and "#"/"'" key map to the same Atari
key. Pressing  "<"/">" (left of the Y key on the German keyboard)...
key down: sym=60 scan=100 mod=0x0 name='<'
key map: sym=0x3c to ST-scan=0x60
Pressing "#"/"'"...
key down: sym=35 scan=49 mod=0x0 name='#'
key map: sym=0x23 to ST-scan=0x60

The latter should probably be mapped to ST-scan 0x29 (= "#" on the
German keyboard).


Regards
Christian
-- 
Christian Zietz  -  CHZ-Soft  -  czietz@xxxxxxx
WWW: http://www.chzsoft.de/
PGP/GnuPG-Key-ID: 0x52CB97F66DA025CA / 0x6DA025CA



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/