Open wis opened 8 months ago
I believe you can write a custom, bespoke mouse acceleration action today, though a dedicated feature would be more certainly be more convenient and discoverable.
Related discussion: https://github.com/jtroo/kanata/issues/655
Is your feature request related to a problem? Please describe.
mwheel
actions should also have variants that apply linear acceleration to mouse wheel scroll distanceDescribe the solution you'd like.
the actions
mwheel-accel-____
, where is any direction (left, down, up, right), they should work the same as `mousemove-accel-`except that the distances units are not in pixels, but the same as the
mwheel-____
actions, with an arbitrary unit.Describe alternatives you've considered.
A higher order construct, probably which can be used with a fake key, that can be used to add acceleration, whether it is linear or exponential acceleration, to any action.
Additional context
No response