Skip to content
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

Mousekeys inertia zero friction improvements #23677

Commits on May 7, 2024

  1. Make acceleration consistent for all directions

    Velocity multiplication works the same regardless of sign.
    Removing this unnecessary +1 makes it so that left/up & right/down
    decelerate consistently with each other.
    chaorace committed May 7, 2024
    Configuration menu
    Copy the full SHA
    af7aa13 View commit details
    Browse the repository at this point in the history
  2. Added MOUSEKEY_STOP_SPEED to inertial mousekeys

    This new option controls the threshold at which velocity snaps to 0
    whilst decelerating. Only applicable to the inertia mode
    chaorace committed May 7, 2024
    Configuration menu
    Copy the full SHA
    463a228 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3d9898 View commit details
    Browse the repository at this point in the history