lagrange icon indicating copy to clipboard operation
lagrange copied to clipboard

CapsLock as Backspace

Open jdonland opened this issue 3 years ago • 1 comments

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.

jdonland avatar Nov 11 '21 01:11 jdonland

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.

skyjake avatar Nov 11 '21 15:11 skyjake