Hotkey for opening the menu is RightAlt+F12. This works fine, but I would really like to type "<" and ">" using the designated key. The checkkeys tool shows the correct symbolic code for the key (0x3c=60). Hotkeys without modifiers are not defined.
When running Hatari with "--trace keymap" all key presses are logged to stderr, except the "<>" key. An entry in the keymap file doesn't help either. I could remap Help and Undo to F11 and F12, but remapping 60 has no effect.
Yesterday I got the recent SDL2 source (2.0.10) and compiled the library myself using no configure switches. After that I compiled Hatari 2.0.0 as well as 2.2.1 (also without configure switches), but the problem still remains.
Is it possible that 60 is hard-wired to open the menu?
This issue should also occur using other non-US keyboard layouts.
FYI, the lower left corner of the German layout:
Code: Select all
---------------------------
|Shift |A |S |D |F |G
|Lock | | | | |
---------------------------
|Shift|> |Y |X |C |V |
| |< | | | | |
---------------------------
|Ctrl |Win |Alt | Space
| | | |
---------------------------