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
There's nothing built-in, but you could probably use .events(for name: KeyboardShortcuts.Name) for this. If the key is down, start a timer that emits as long as the key is down, with an interval of NSEvent.keyRepeatDelay.
For Example, in a list, the shortcut key to move to the next element can be designed to move continuously downward when held down.
The text was updated successfully, but these errors were encountered: