How to further customize mouse acceleration curve

Zachary Richards 0 Reputation points
2023-01-19T15:14:25.26+00:00

I have heard of registry editor where you can make a mouse acceleration CURVED line, but I want to make a line with a sharp bend in It, and I dont know how to make it as straight as possible except for the one bend because I heard the line tries to have a consistent bend throughout the points on smoothmouseXcurve and smoothmouseYcurve.

Registry: HKEYCURRENTUSE / Control Panel / Mouse

Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,766 Reputation points
    2023-01-20T16:06:40.3+00:00

    Hello there,

    This GitHub setting might help you,

    HKEY_CURRENT_USER\Control Panel\Mouse]

    "ActiveWindowTracking"=dword:00000000

    "DoubleClickHeight"="4"

    "DoubleClickSpeed"="400"

    "DoubleClickWidth"="2"

    "MouseSensitivity"="8"

    "MouseSpeed"="0"

    "MouseThreshold1"="0"

    "SmoothMouseXCurve"=hex:00,00,00,00,00,00,00,00,00,a0,00,00,00,00,00,00,00,40,01,00,00,00,00,00,00,80,02,00,00,00,00,00,00,00,05,00,00,00,00,00

    "SmoothMouseYCurve"=hex:00,00,00,00,00,00,00,00,66,a6,02,00,00,00,00,00,cd,4c,05,00,00,00,00,00,a0,99,0a,00,00,00,00,00,38,33,15,00,00,00,00,00

    "MouseThreshold2"="0"

    "SnapToDefaultButton"="0"

    "SwapMouseButtons"="0"

    "MouseTrails"="0"

    "MouseHoverTime"="200"

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.