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
When attaching a shortcut to an action, if you use non-alpha numeric characters, then the shortcut is executed regardless of modifiers. For example, the biding ["]"] will be fired when holding down meta while pressing ]. This appears to be something that was either added to tinyKeys.js, or is in an old version, as updating it with what's currently in https://github.com/jamiebuilds/tinykeys/tree/main/src resolves the issue.