-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
How to adjust the horizontal scroll BUTTON speed for M720? #153
Comments
I'm also interested in a solution for adjusting the thumbwheel scroll speed. I would have assumed that I could use some sort of |
Please take a look at the pull request #243 - it allows to map mouse buttons to axis changes (use |
Can you provide me with a M720 configuration file,thank!!!! |
My blog might answer your questions |
First of all, I'm very grateful to the author for creating this project.
I have a little problems when using it.
I'm using the Logitech M720, which doesn't have thumb wheel but has a 4-way wheel. The wheel can be press to the side to achieve left and right scroll. Whether I use logiops or not, my horizontal scroll button is very slow, and I wonder if there is any way to adjust its speed.
I did try add the
thumbwheel
option in thelogid.cfg
like this:But it doesn't work.
Then I tried to remap the left and right scroll button. The left scroll button named
button 6
inxev
, thecid
is0x5b
. I tired to simulate the left scroll event first, use theevtest
capture the input event, the output is:And then I realized that I can't simulate it with
Keypress
option.So is there a way to adjust the speed of the horizontal scroll button? Maybe I should use the
axis
mode to set a gesture, but I did read the configuration page, but still don't know how.imwheel
can set the horizontal scrolling speed, but I'm looking for a simpler (i.e. only logiops) solution.Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: