ShutdownTimerClassic
ShutdownTimerClassic copied to clipboard
Feature request: reset the timer on mouse movement and add custom commands
Im looking since years for a opensource program for Windows like this tool, where you can trust the code and wont have to worry that maybe it contains malicious code, which offers the functionality like your tool but also keeps the laptop entering standby / execute command after n time and m no mouse movements.
Could you please implement these simple features:
- timer which resets when you move the mouse
- after timer, system executes command, you could use internal command like standby/shutdown/hibernate, or let the user configure a executable or bat file
Hi there and thanks for your feedback.
I am curious as to why you'd want a feature where the timer resets when there is mouse movement detected. I currently don't really see how that would be a feature of interest (to many). As to the second feature, this one has been on my mind as well and I am working on implementing that.
A timer is important and a needed feature to make a program like this work to put a laptop to sleep, as simple as that. The inbuild idle timer of Windows is not reliable, because it can be deactivated by lots of programs (watching a movie, having a video player open, and so on). ERGO you need a 3rd party program with a timer, which is just bound to mouse movements. That is the only reliable way. If you let your laptop on with a video player for example, it will burn in the monitor and also stay on forever.
Please implement both features, they are important. And simple to implement. Thank you.
I see now, that would indeed be a good feature. I'll work on that one too.
Thank you that would be great. Maybe you could also implement the 3 main power modes of Windows too next to standby, hibernate, S3 and modern standby as a command to run, or you give a command argument which will be executed so people can select a bat file or ahk (autohotkey) script to do that.
Executing a custom command/file is something I want to implement, but what do you mean with "3 main power modes of Windows"? The app already supports all the main ones Windows can go into (afaik).
Yes it does indeed 😅sorry that is redundant then. Ive not looked at the program so far, because I need the mouse timer for using it.
No problem haha, it'll not be long until the update :)
Status update?