I have a Logitech bluetooth mouse that I use with a work MacBook. I cannot install mouse configuration third-party software per IT security policy (not worth recommending any of them, I simply can't install anything), but I would like to achieve the following:
- Touchpad:
- Scroll using "natural" scrolling directions.
- External mouse:
- Scroll using "un-natural" scrolling directions, i.e., scroll using the intuitive directions for a scrolling wheel — the mouse has both vertical and horizontal scroll wheels.
- Configure the main 2 extra buttons, that work and are currently assigned to "forward" and "back" (they work as such in browsers at least), "copy" and "paste".
I suppose I could use terminal commands and/or modify plist files (listed below), but I'm not sure exactly how.
Mouse Preference Files:
- com.apple.AppleMultitouchMouse.plist
- com.apple.driver.AppleBluetoothMultitouch.mouse.plist
- com.apple.driver.AppleHIDMouse.plist
Trackpad Preference Files:
- com.apple.AppleMultitouchTrackpad.plist
- com.apple.driver.AppleBluetoothMultitouch.trackpad.plist
(Question " Utilize extra mouse buttons in Mac OS X " does not answer my question)