kbt
kbt copied to clipboard
Please add support for german keyboard 100%
Hey, thanks for your hard work! It's working fantastically, with just a few small issues:
The Enter key on the numeric keypad doesn’t work, the Print Screen key doesn’t respond, and yes, I know I disabled the Caps Lock in the registry, so that’s also not showing up…
Is there a way to intercept key presses before Windows does? Back in the day, there was a small area in lower memory where the keys would be buffers (0x041A, 0x041C, 0x041E - 0x044E). Is this the case in Windows too, maybe in Rust?! I know this isn't possible nowadays, did you use RegisterRawInputDevices or SetWindowsHookEx?
And is it possible to add a German keyboard layout? I can do some development in Rust, so maybe I can help with that somehow?
Yours, Alex