-
-
Notifications
You must be signed in to change notification settings - Fork 206
✨ Add generic keyboard shortcut to trigger Loop #963
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
There’s just one problem right now — currently, you can set any single key as a trigger for an action, for example just a single letter. What should I check for? A minimum of 2 keys? And certain keys that must be included so that the custom trigger key can be used? |
MrKai77
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There’s just one problem right now — currently, you can set any single key as a trigger for an action, for example just a single letter. What should I check for? A minimum of 2 keys? And certain keys that must be included so that the custom trigger key can be used?
I'd say a minimum of at least one modifier key and one non-modifier key, and then a maximum of around 5 keys in total (e.g. 4 modifiers, one key).
Does Loop has anything implemented to check if sth is a modifier key or not? |
|
There is |
#260