You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hello, what I mean is that CoffeeBean has embedded shortcut buttons, so you don't have to start an additional autohotkey program. Also, you can press f9 once to start and then press f9 again to close. Thank you
---Original---
From: ***@***.***>
Date: Thu, Nov 14, 2024 21:35 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [PolarGoose/CoffeeBean] Can custom shortcut keys(F9 or F10) be added to enable or disable software status? (Issue #6)
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.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
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
The text was updated successfully, but these errors were encountered: