Is your feature request related to a problem? Please describe.
Fixed mouse speeds often feels too fast or too slow.
Describe the solution you'd like
Accelerate the mouse pointer the longer a mouse move key is held. This also allows for more precision, by only moving the pointer a couple of pixels by tapping the mouse move keys.
Additional context
Windows users can try it with this AutoHotkey script that accelerates the mouse pointer, the longer a key is held.
Note
Remap the keys you want to move the mouse to f13 to f16:
f14
f13 f15
f16
If you want to use other keys, change the bindings below.
Note 2
In Windows 10 pressing win + f16, dims the screen and an image slides down from the top of the screen with the text: Slide to shut down your PC
Pressing Esc slides up (cancels) the message.
If you often hold win and move mouse down, remap f16 to f17 or something else.
Is your feature request related to a problem? Please describe.
Fixed mouse speeds often feels too fast or too slow.
Describe the solution you'd like
Accelerate the mouse pointer the longer a mouse move key is held. This also allows for more precision, by only moving the pointer a couple of pixels by tapping the mouse move keys.
Additional context
Windows users can try it with this AutoHotkey script that accelerates the mouse pointer, the longer a key is held.
Note
Remap the keys you want to move the mouse to f13 to f16:
If you want to use other keys, change the bindings below.
Note 2
In Windows 10 pressing
win + f16
, dims the screen and an image slides down from the top of the screen with the text: Slide to shut down your PC PressingEsc
slides up (cancels) the message. If you often hold win and move mouse down, remap f16 to f17 or something else.