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
Thanks @nqv . This is a semantic thing really I think. The event must always generate a key, with optional modifiers. This means that LeftCtrl + LeftAlt (LeftCtrl modifier, LeftAlt key) is actually different than LeftAlt + LeftCtrl (LeftAlt modifier, LeftCtrl key). So LeftCtrl + LeftCtrl is LeftCtrl key with a LeftCtrl modifier 🤔
... I guess you're right though, it should probably just be the key event so the output should be:
When trying to reset the buttons to default settings (LeftCtrl and LeftAlt), the modifier gets duplicated
I'd expect:
The text was updated successfully, but these errors were encountered: