Created
May 24, 2020 02:59
-
-
Save justinnichols/2eb8fc4864d71661a9afcdc237dbb4d7 to your computer and use it in GitHub Desktop.
World of Warcraft - Allow MacOS Modifier Keys with Mouse Buttons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Stop WoW and Battle.net | |
2. Open a terminal and run: | |
$> defaults write com.blizzard.worldofwarcraft disable-expose-fix -bool YES | |
3. Restart Battle.net and WoW | |
It's also useful to make sure that WoW has Accessibility permissions allowed in the Security Preferences. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment