-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat(input): touchpad.scrollSpeed #443
base: trunk
Are you sure you want to change the base?
Conversation
2782311
to
fe1a196
Compare
fe1a196
to
a3aa2bc
Compare
@@ -222,6 +231,7 @@ let | |||
TapAndDrag = touchpad.tapAndDrag; | |||
TapDragLock = touchpad.tapDragLock; | |||
ScrollMethod = touchpad.scrollMethod; | |||
ScrollFactor = touchpad.scrollSpeed; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not call it scrollFactor
like the actual config option?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because it's also called scrollSpeed in mouse section.
I followed it because scrollFactor is a little bit unintuitive and would make it difficult to search and autocomplete
No description provided.