WoW Support: Middle-Click and move, Left- & Right-Click #199
Answered
by
rxhanson
UntoldTalesNWN
asked this question in
Q&A
|
I am currently assessing if I can use my Magic Mouse for World of Warcraft gaming. I got the Middle-Click working, but when I do so, I cannot move the screen (which it usually should do). Furthermore, I couldn't find a way to emulate a simulatneous Left- and Right-Click. Any help is highly appreciated. Thanks in advance! |
Answered by
rxhanson
Apr 4, 2024
Replies: 1 comment 1 reply
|
Thanks for reporting. The default middle click behavior is geared to work best with 3D modeling applications. To get the behavior that works with games like WoW, you can execute the following terminal command: defaults write com.brassmonkery.Multitouch mutateMouseDragEvents -bool true Then restart the app. I'll add the simultaneous left & right click to my backlog, but I don't have a timeframe for when I would get to it. |
1 reply
Answer selected by
UntoldTalesNWN
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for reporting.
The default middle click behavior is geared to work best with 3D modeling applications. To get the behavior that works with games like WoW, you can execute the following terminal command:
defaults write com.brassmonkery.Multitouch mutateMouseDragEvents -bool true
Then restart the app.
I'll add the simultaneous left & right click to my backlog, but I don't have a timeframe for when I would get to it.