-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Description
Currently the right control key and right command keys are not (accurately) represented in the mods struct. After testing for key events, I've determined that
- key.ControlRight should be represented by the flags
33<<13 | 0x100, the codeC.kVK_RightControl, and modifierkey.ModControl. - kVK_RightCommand should be represented by the flags
1<<20 | 0x110, the code0x36(does not appear in Events.h), and modifierkey.ModMeta.
wujunze
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.