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
Please allow the jiggling intervals greater than 60 seconds (for example I would like to set it to 1800 seconds). Please allow it at least from the command interface.
The text was updated successfully, but these errors were encountered:
…systems#78
This extends the maximum allowed jiggle time from 60 seconds to 10800 seconds (3h).
The new value is accepted both from command line and the GUI.
Perhaps the slider in the GUI should be changed to a textfield, allow more precise values
FYI, I've just created (another) fork that utilize GitHub Actions to generate ready-to-use exe file. No build tool chain or C# programming knowledge is required. https://github.com/exzhawk/mousejiggler
I've extended the interval to 1800 seconds. If you need more, simply fork the repo, modify two files listed here exzhawk@c3f6da7 (You can edit it directly on GitHub web page one by one, note they are on build branch) , set the interval to your desired value, and let GitHub Actions build it for you. You can check and download the exe file from the Actions page of your fork, like this https://github.com/exzhawk/mousejiggler/actions/runs/9685381961 . Download the artifact archive and enjoy.
Adjust the interval value in the GUI might be a little tricky. You can use the mouse wheel, arrow keys, Page Up and Page Down keys to fine-tune it precisely.
Also related to #45
The Actions is intentionally based on 2.0.25 rather than master/dev branch (see comparison here 2.0.25...exzhawk:mousejiggler:build ), to ensure it as close as possible to the 2.0.25 release. The version number is meh.
Please allow the jiggling intervals greater than 60 seconds (for example I would like to set it to 1800 seconds). Please allow it at least from the command interface.
The text was updated successfully, but these errors were encountered: