-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyEvent.scancode is not a scancode? #226
Comments
|
Yes, so |
Ah, I misunderstood your question (Maybe I should have also read the headline). Looking at the python code, KeyEvent.scancode is indeed the events code, like KEY_A. There is no mapping happening. I honestly never worked with EV_MSC events, so I would have to look definitions up to answer further questions. |
I could have worded it better but I was trying not to sound too authoritative on something that had caused me confusion. Really I guess I was saying and so then... drop |
As far as I can understand EV_KEY code is a key code (mapped from the scancode, reported in an EV_MSC type MSC_SCAN value).
The text was updated successfully, but these errors were encountered: