taintedkernel 0 Posted January 13 Share Posted January 13 I have a problem where my mouse horizontal scroll wheel is somehow mapped on the client to the browser (Chrome) back and forward shortcuts. This causes a lot of frustration where I inadvertently lose my progress while working. The server is Ubuntu and client Mac OS, and I think this started when I upgraded the Mac to a more recent version but this was some time ago now. I found out somewhere that if Shift is held while using the vertical scroll, it will translate to actual horizontal scroll on the client. According to xev, the horizontal scroll on my Ubuntu desktop is mapped to buttons 6 & 7, so I tried setting up this mapping, but it doesn't seem to work: mousebutton(6) = keyDown(Shift),mousebutton(4),keyUp(Shift) mousebutton(7) = keyDown(Shift),mousebutton(5),keyUp(Shift) So is there any way to just disable this mapping completely to prevent the loss of work on my client computer? Link to post Share on other sites
Synergy Team Daniel Evenson 1 Posted February 21 Synergy Team Share Posted February 21 Hi 👋 Would you mind trying the following lines in the config file and see if it helps? mousebutton(6) = mousebutton(Shift+4) mousebutton(7) = mousebutton(Shift+5) Looking forward to hearing from you. Link to post Share on other sites
taintedkernel 0 Posted March 7 Author Share Posted March 7 Thanks for the reply. I finally got a chance to try this out, but unfortunately no luck there. Is it possible to just map 6 & 7 to nothing? Link to post Share on other sites
Synergy Team Daniel Evenson 1 Posted March 9 Synergy Team Share Posted March 9 Not tried that before, perhaps try the following?mousebutton(6) = nonemousebutton(7) = none Link to post Share on other sites
taintedkernel 0 Posted March 9 Author Share Posted March 9 I tried a few variations on that, but getting the error: read error: line 57: unknown action argument "none" Link to post Share on other sites
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now