Einjerjar / keymap

Visual key remapping mod for Minecraft
ISC License
26 stars 10 forks source link

Support for hardware keyboard layouts #34

Open deifactor opened 1 year ago

deifactor commented 1 year ago

I have a keyboard that implements Colemak in the firmware, so when I press the key labeled 'R' (under the left ringfinger, where 'S' would be on QWERTY), it really does send an 'S' keycode.

If I set Keymap to use QWERTY, then the keys are in the wrong place but the bindings appear correctly. If I set it to Colemak, then the keys are in the right place but the bindings are mishandled: for example, 'walk backwards' shows up as bound to "P" on the visual keyboard when it's actually bound to "R". Attempting to add new bindings in this mode also confuses things.

Einjerjar commented 1 year ago

Apologies for the lack of response, Interesting topic!

I'll try looking into it as soon as I can, thanks!