Re: [hatari-devel] Apple keyboard + SDL2

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


Hi Thomas,

Some characters which I have to use are in the table SDLK_WORLD. These characters are not parsed because they are not in the table that you indicated to me. For these characters I get errors:
Could not parse keymap file: '\351' (0 >= 8), '3' (0 > 3 <= 114)
Could not parse keymap file: '\350' (0 >= 8), '8' (0 > 8 <= 114)
Could not parse keymap file: '\347' (0 >= 8), '10' (0 > 10 <= 114)
Could not parse keymap file: '\340' (0 >= 8), '11' (0 > 11 <= 114)
Could not parse keymap file: '\371' (0 >= 8), '40' (0 > 40 <= 114)
Could not parse keymap file: 'Left Alt' (0 >= 8), '56' (0 > 56 <= 114)
But if I replace these characters with there own value, all run fine.
Is it a problem ?
   Miguel

Hi,
Below my last version of the file "keyboard mapping" for Macbook Pro.
The file "keyboard-example.txt" in /hatari/doc/fr is not anymore up
to date. He could be replaced by this file which I verified and which
is commented.

Thanks for your work! Replacing the example file in doc/fr/ is
certainly a good idea, since it is really out of date, but I'd prefer
if we could avoid the numeric values in there now, since they depend on
the SDL version (SDL1 vs. SDL2). Could you please rework your file to
use the key names from https://wiki.libsdl.org/SDL_Keycode instead?
Ok, I'll do that.

Other thing, somme application have English keyboard hard coded in it. As exemple the shell Gulam.
Except for patch the application, is there another solution?

I think of opening a page "Hatari" in my site cocoa.pod.  This may cause problem?

Miguel

Cocoa Pod
http://cocoa.pod.free.fr/
http://www.aconit.org/









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