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

scrolling horizontallly while scrolling vertically (and vice-verse) #17

Closed
samuelallan72 opened this issue Apr 23, 2016 · 5 comments
Closed
Labels

Comments

@samuelallan72
Copy link

As the title says - and same as rynbrd/xf86-input-mtrack#108

Only seems to be a problem when swapping the button numbers for scrolling to achieve natural scrolling. - Scrolling works as expected with the following:

    Option          "ScrollUpButton" "4"
    Option          "ScrollDownButton" "5"
    Option          "ScrollLeftButton" "6"
    Option          "ScrollRightButton" "7"

I originally commented there, but discovered that I was running this fork. Interestingly, I don't get the issue with BlueDragonX's git version, only with this version.

@p2rkw p2rkw closed this as completed in f70ab76 May 3, 2016
@p2rkw
Copy link
Owner

p2rkw commented May 3, 2016

Fix pushed, reopen if it won't work for you.

@samuelallan72
Copy link
Author

samuelallan72 commented May 4, 2016

Unfortunately I can't seem to get natural scrolling to work now (by swapping the scrollup/down buttons and scroll left/right) - it just stays in normal scrolling mode.

@p2rkw
Copy link
Owner

p2rkw commented May 4, 2016

Hmm, I will look at it later, meanwhile you can try to reconfigure buttons on the fly with xinput. It may help.

@p2rkw
Copy link
Owner

p2rkw commented May 4, 2016

02fcf6e should fix it.

@samuelallan72
Copy link
Author

Yep, works perfectly now, thanks. :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants