Replies: 1 comment 1 reply
-
The keyModified is the the key symbol with shift/ctrl/alt/caps lock applied, the keyBase is the unmodified key value. To keep things consistent across platforms the keyBase isn't always the raw scan code, that's the intent at least, I don't have a Windows system myself, and didn't write the Windows code so can't verify that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am debugging Win32 keyboard-related issues.
What is the intent of keyBase and keyModified ?
I assume keyBase is more or less the scan_code, whereas keyModified is the final semantic keypress such as vsg::KEY_F1 or vsg::KEY_p ?
Sincerely,
Suresh.
Beta Was this translation helpful? Give feedback.
All reactions