Feature request: add action to set movemouse-accel-xx acceleration to max value #1377
Labels
enhancement
New feature or request
PRs welcome
jtroo has no plans to work on this at present, but PRs are welcome
Is your feature request related to a problem? Please describe.
Using the pointer with kanata mouse features works pretty well once you get your ideal
interval/acceleration-time/min/max
values. You start with slow movements but also allow to accelerate to move large distances.When I already know I need to move some large distance from the beginnig, I need the pointer to already start moving fast, I do a short-in-time but fast-in-distance movement (using
movemouse-speed
), and after that I release the pointer and start again with the minimum acceleration. This pattern works pretty well once you get used to it.I tried using
movemouse-speed
with different values, but the mix of movemouse-accel-xx and movemouse-speed feels unpredictable and not useful for short-medium distances.Describe the solution you'd like.
It would more be predictable and comfortable if instead of having a modifier key to multiply the speed which in turn is accelerating, the modifier key would just set the
distance
to its max value instantly. This speed is well known and predictable.Describe alternatives you've considered.
As an alternative the action could be used set the timeout between
min
andmax
values shorter, which would make it faster to arrive to themax
value. A variant ofmovemouse-speed
like for examplemovemouse-timeout
which instead of being a ratio to the pointer speed, would be a ratio to the mouse acceleration-time.Additional context
No response
The text was updated successfully, but these errors were encountered: