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
I have an AHK script which toggles Windows HDR on or off and also closes or opens LightBulb.
I know there is a "toggle" hotkey, but it may cause inconsistent state where the script has the opposite effect to what is desired.
Killing the process is not clean, as there will be dangling system tray icons and also when you launch a new instance you get a new icon that is visible, when normally I hide the LightBulb icon in the "overflow" area.
Some way to check the current on/off state would also work I guess, then I could use the toggle hotkey based on that.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an AHK script which toggles Windows HDR on or off and also closes or opens LightBulb.
I know there is a "toggle" hotkey, but it may cause inconsistent state where the script has the opposite effect to what is desired.
Killing the process is not clean, as there will be dangling system tray icons and also when you launch a new instance you get a new icon that is visible, when normally I hide the LightBulb icon in the "overflow" area.
Some way to check the current on/off state would also work I guess, then I could use the toggle hotkey based on that.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions