Can we pause key listening? #801
Unanswered
luisggc
asked this question in
questions-and-answers
Replies: 1 comment
-
Just define the separate mode: [mode.main.binding]
# all your bindings are here
ctrl-cmd-alt-q = 'mode disabled'
[mode.disabled.binding]
ctrl-cmd-alt-q = 'mode main'
```
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do we have an option to pause key listening? Sometimes I have conflicts, so It would be nice to have something like:
stop listening shortcut => stop listening for all shortcuts in aerospace except the "start listening"
Aerospace shortcuts will not work anymore
start listening shortcut => all back to normal
Thanks for your time!
Beta Was this translation helpful? Give feedback.
All reactions