Shift + Numpad
Barnacle opened this issue · 2 comments
Barnacle commented
The app doesn't handle properly Numpad keys with Shift modifier.
Steps to reproduce:
- Press and hold Shift key
- Press and hold num key (Num5 for example)
- Release Shift key
- Release num key
The result will look like this:
- L Shift
- Clear
- Numpad 5 + Clear
- Clear (stucked)
Jagailo commented
Hello, thank you for creating an issue.
I'll check and try to fix it as soon as I can.
Jagailo commented
The combination of Shift and Num5 is defined by Windows as pressing a separate key.
I have no idea how to distinguish between Shift + Num5 from Clear.
I checked the flags, hoping there would be something like the 5th bit that gets activated when the Alt key is pressed, but no.
I'll leave this issue open, maybe someone will figure out what to do about it.