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
Explicitly unregister hotkeys when resetting hotkeys
We cannot always rely on destruction of the HotKey object to trigger
unregistration because we might be running inside a hotkey handler that
is keeping its HotKey object alive.
_fixes #1231
0 commit comments