Jiggler change: Implement if statement or something #373
STR4NG3RdotSH
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The way the Jiggler works right now, it seems to too short a distance for last move. If you're holding the mouse button (Dragging a scroll bar or a file for instance) when it fires, it resets/drops/etc whatever you were dragging/holding. (I'm assuming its jiggler doing this as it hasn't occured since I enabled jiggler about 15 minutes ago, but now it happens very often)
I might suggest line 27 of jiggler.go be this instead:
if time.Since(lastUserInput) > 60*time.Second {
Or, maybe lastUserInput can be tied to a text box next to the checkbox that enables Jiggler, where we can enter our own value?
Beta Was this translation helpful? Give feedback.
All reactions