You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MNT: Add modifier key press handling to macosx backend
The flagsChanged event handles single presses of modifier keys,
so we need to send the corresponding string to our key press handlers
from within that routine. Modifier + second key is handled within
the KeyUp/KeyDown routines already, so leave those alone.
0 commit comments