-
Notifications
You must be signed in to change notification settings - Fork 210
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
Feature Request: pause hotkeys #321
Comments
Good news and bad news. GWM uses the Windows API to define hotkeys, so unless it's recognized in the API or you bind M5 to a possible key or key combo, that's out of the question. There's a link in the README that leads you to a key list. However, there is a thing called binding modes in GWM, allowing you to switch to a separate "mode" or "keybind palette" while that mode is active, so it could be as simple as mapping that to your M5 toggle. However, what would be the use case that requires you to disable GWM's hotkeys? Here's an idea to try:
|
hi @ParasiteDelta ! thank you for your answer! Will try the sollution that you mentioned. Holdlang |
Just tried, works like a charm for me 😃 If you want your mouse to activate the freeze mode, you either have to use your mouse software to map your mouse button to |
If you want a simple button to do so as well, there is a
This Component has been a thing since 1.8, yet was apparently missed in the documentation, so it's fairly underutilized. Let me know if it works or if you have issues. Also, for the actual mode assignment, you don't have to use |
|
Will would be really nice for example push Mouse5 to turn on/off other hotkeys.
The text was updated successfully, but these errors were encountered: