Skip to content
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

Add keyboard shortcut to disable. #30

Closed
greenring opened this issue May 26, 2022 · 2 comments
Closed

Add keyboard shortcut to disable. #30

greenring opened this issue May 26, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@greenring
Copy link

Excellent software!

It would be handy to have an instantaneous way to disable the app. E.g. by pressing some combo like ctrl+alt+f12 or something.

This will help macros and similar to dodge the chatter detection.

@mcmonkey4eva mcmonkey4eva added the enhancement New feature or request label May 27, 2022
@KilliK69
Copy link

thank you. I was about to request the same thing, if possible to add a global hotkey to enable/disable the app. Unfortunately it conflicts with my Autohotkey scripts, and I have to manually enable/disable it whenever I use them.

mcmonkey4eva added a commit that referenced this issue Feb 27, 2023
@mcmonkey4eva
Copy link
Member

mcmonkey4eva commented Feb 27, 2023

Added for release 1.15,

This is initially implemented as requiring a direct config file edit (config.txt). You can add a line like: hotkey_disable: control+alt+f12 while the program is closed, then open it, and it should work as intended.
See the readme for more configuration detail.

You can set enable, disable, or toggle as preferred to whatever key combo you want.

For AutoHotKey scripts, use hotkey_tempdisable: before and hotkey_tempenable: active. This has the advantage of not altering main application state, so if you have the blocker intentionally disabled, it will not accidentally reactivate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants