-
Notifications
You must be signed in to change notification settings - Fork 1.2k
KeyCode not sent for modified keys? #600
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platformsS - platform parityUnintended platform differencesUnintended platform differences
Milestone
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedC - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - x11Affects the X11 backend, or generally free Unix platformsAffects the X11 backend, or generally free Unix platformsS - platform parityUnintended platform differencesUnintended platform differences
Basically this is a question about "is this behavior intended?"
Using SDL2, when I press
/then SDL sends a Slash keycode. Winit does the same. But if you pressshift-/(aka?), SDL sends you theSlashkeycode and Winit gives you the scancode butNonefor the keycode. Not sure what the "correct" approach is, so, is this intentional?