-
Notifications
You must be signed in to change notification settings - Fork 79
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
Try to Improve Movement pool rate strategy #452
Comments
Looks promising. Subjective Additionally, it avoids some strange behavior a low |
As |
This should already be the case.
However it only checks display frequency once at startup but I do not think people change display settings that often for this to matter. So what I should do is to also check in the case of |
However there is no reliable way to get mouse frequency. The only way is by asking the user to shake the mouse quickly and to count mouse events/sec. |
Ah, I still use an older Frankenstein ini and wasn't aware of
I constantly do, for video editing and video games.
Nah, But as I said, if it's too much hassle, a command line like |
I will add a So you just need to set RezTimer=4. here is the associated test build: |
Thanks, much appreciated. |
|
Does it work if you use an admin elevated prompt or if you use runas? |
You're right, |
This build should allow the message to come from a non elevated prompt. |
Perfect. |
With this build you can set RezTimer=3 to combine the the option with the usual Move/Resize rates.
So if you got a 1KHz mouse and a 100Hz Monitor you can try to set
MoveRate=10
or maybe a bit lower and setRezTimer=3
It is still WIP...
@Ichisich you might be interested by this build.
AltSnap1.61test21_i386.zip
AltSnap1.61test21_x64.zip
The text was updated successfully, but these errors were encountered: