lagrange
lagrange copied to clipboard
CapsLock as Backspace
I use the Colemak keyboard layout on Windows 10. My CapsLock key normally functions as a more conveniently located Backspace, but this does not work in Lagrange.
Please see discussion here: #87 and #218
Summarizing, SDL is likely bypassing your keyboard layout as it accesses low-level keyboard events. To fix this, we'll need to listen to the Win32 key events as a regular GUI application would do, or add a keyboard remapping feature. The former is probably more appropriate.