Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow interval greater than 60 seconds #78

Open
reenlam opened this issue Mar 14, 2023 · 2 comments
Open

Allow interval greater than 60 seconds #78

reenlam opened this issue Mar 14, 2023 · 2 comments
Assignees
Milestone

Comments

@reenlam
Copy link

reenlam commented Mar 14, 2023

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.

@cerebrate cerebrate self-assigned this May 13, 2023
@cerebrate cerebrate added this to the 3.0 milestone May 13, 2023
@tp01-gogogo
Copy link

This function will be great! I need it too. Pls allow it, I would like to set it to more than 3600 seconds.

midwan added a commit to midwan/mousejiggler that referenced this issue Nov 13, 2023
…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
@exzhawk
Copy link

exzhawk commented Jun 27, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants