Closed emir4169 closed 1 year ago
@emir4169 This is perfectly normal (though indeed, very annoying). Xemu uses scancodes based on US layout. Thus, if you have national keyboard layout, you need a custom keymap file yourself. Unfortunately there is no way around this is how SDL2 works (what Xemu uses). To be more specific: Xemu uses positional keymapping, ie tries to mimic keys as would be on a real MEGA65. For example "
is of course shift-2. Other than SDL2, you can think about this, that the ROM (of MEGA65) scans the keyboard matrix and want to check if shift
is pressed and 2
is pressed to have "
then. With custom keymap file you can remap keys but only keys. What it means, that if you want to remap "
it's not possible at all, since "
is not a key. It's shifted 2
for real, so you move key 2
then, and "
will move with it, as it's only a secondary function of key 2
(but not a key alone).
Describe the bug When i type " in my keyboard, it comes out as left arrow in MEGA65 Used version of the project Latest (for when this issue was made)
To Reproduce Steps to reproduce the behavior. As steps as required, do not try to squeeze everything into one step.
Expected behavior Writes "
Screenshots
Computer/Device (please complete the following information):
Additional context The remaining extra turkish keys can be used for rebindable functions (including multiple keys at once!)