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
We use AnyModifier there which apparently means that all modifier combinations will be captured. The problem is that this fails if any one of them is already captured by another application, such as Alt + Key, which is reasonably common.
We use
AnyModifierthere which apparently means that all modifier combinations will be captured. The problem is that this fails if any one of them is already captured by another application, such asAlt + Key, which is reasonably common.