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

Can custom shortcut keys(F9 or F10) be added to enable or disable software status? #6

Open
HeliusHao opened this issue Nov 11, 2024 · 2 comments

Comments

@HeliusHao
Copy link

HeliusHao commented Nov 11, 2024

Can custom shortcut keys(F9 or F10) be added to enable or disable software status?
And when enabled or disabled, does the status bar icon change color?
thank

@PolarGoose
Copy link
Owner

Hello @HeliusHao,

Thank you for the suggestions.

Can custom shortcut keys(F9 or F10) be added to enable or disable software status?

You can easily create an AutoHotkey v2 script:

F9:: {
  Run("CoffeeBean.exe enable")
}

F10:: {
  Run("CoffeeBean.exe disable")
}

And when enabled or disabled, does the status bar icon change color?

Good idea. I will work on it.

@HeliusHao
Copy link
Author

HeliusHao commented Nov 14, 2024 via email

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

No branches or pull requests

2 participants