- CaffeinatedGuest
How to make caffeine active indefinitely?
Wed Jul 07, 2021 8:53 pm
Hello,
Love the program. Great time saver. Is there a launch parameter or command I can run so that Caffeine runs indefinitely after it's launched, without having to reset the active timer very 24hrs?
Thanks
Love the program. Great time saver. Is there a launch parameter or command I can run so that Caffeine runs indefinitely after it's launched, without having to reset the active timer very 24hrs?
Thanks
- GuestGuest
Re: How to make caffeine active indefinitely?
Thu Jul 08, 2021 7:52 am
- CaffeinatedGuest
Re: How to make caffeine active indefinitely?
Thu Jul 08, 2021 3:46 pm
Apologies for the confusion. The actual program runs indefinitely in the traybar. I meant to ask is there a way to set the "Active for" to infinite or forever instead of the maximum allowed 24hrs?
- GuestGuest
Re: How to make caffeine active indefinitely?
Thu Jul 08, 2021 4:07 pm
Yes that is how i understood your question , but it is running and sending keys indefinite ( if you do not use the " active for " ) , if you start the exe it runs and send keys till you deactivate it by clicking the " active " in the traymenu .
- CaffeinatedGuest
Re: How to make caffeine active indefinitely?
Thu Jul 08, 2021 5:29 pm
Oh wow. It's that simple. So, just click active, but don't click Active for and set the time?
Thanks
Thanks
- GuestGuest
Re: How to make caffeine active indefinitely?
Thu Jul 08, 2021 5:54 pm
Yes it is confusing simple
If you want to check if keys or send , you can intercept the F15 key and have a small counter in topleft of your screen . The code is written in ahk .
If you want to check if keys or send , you can intercept the F15 key and have a small counter in topleft of your screen . The code is written in ahk .
- Code:
; to run this code install AHK https://www.autohotkey.com/
setworkingdir , %a_scriptdir%
CoordMode,tooltip
f15::
a++
tooltip, %a%, 50 , 50
return
Permissions in this forum:
You can reply to topics in this forum