Re: [hatari-devel] Fwd: Fwd: Hatari and keymap |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: "jmvic@xxxxxxxxxxx" <jmvic@xxxxxxxxxxx>
- Subject: Re: [hatari-devel] Fwd: Fwd: Hatari and keymap
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Tue, 14 Apr 2020 06:22:59 +0200
- Cc: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1586838180; bh=BWwBsHz4TVdnWlz4ZUkD58HZyCGkXnCUzvk2E20bCBI=; h=Date:From:To:Cc:Subject:From; b=nePA1ItARfgTtEaUlQRYHp5zIDVFUU6mukiFoQzLYk4hRG9PMJahG5PtdbPW1gdCT dVQlhr1gTNUPTWkuDrbXpPbqZlMsjzKxYAD7EF4jEDgAx1MqrvCGlz7yFJ336BnC9M iZyDQIjNp4rnHJuAXbAOKDVa1eNB4HkmNSXdQWN8Jg9fJ4Js8gm0fcK9B6cS0yabnT NlnEFB0V4sEd7VpYp61D9USPHF0g2Te+nnSBRClrf0c+qhAx/UjdlM0AsNQwk8Iy3G PS753+zRS/LZa8MkhWjJbvxVpZNoPB4A+BZlv6EBZKMrkGw1dJd5W1VuEpyh8dLg1S HERyfFtU/FQ1Q==
Hi!
Am Mon, 13 Apr 2020 12:02:28 +0200
schrieb "jmvic@xxxxxxxxxxx" <jmvic@xxxxxxxxxxx>:
[...]
> Now, with the patch, I can add in the keymap file this entry :
>
> **** BEGIN
> # '{'
> @33-0x200,0x2A-0x38-0x1A
> **** END
Your patch is hughe - you changed the indendation of "case" statements
in lots of places. Please don't do that. Could you please resend your
patch without changes to the indentation in that file, so that it
clearer what you really changed?
> PS : checkkeys utility uses SDL (not SDL2)! But, Hatari uses SDL2!
> Scancode & mod are differents between SDL & SDL2.
Hatari can currently be compiled with both, SDL1 and SDL2.
Please have a look at tests/keymap/makefile to see how to compile this
tool for SDL2 instead.
Thomas