Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bjoernalbers/right-click
A macOS-package to automatically enable right-click on the Apple Magic Mouse.
https://github.com/bjoernalbers/right-click
apple macos mouse package
Last synced: about 2 months ago
JSON representation
A macOS-package to automatically enable right-click on the Apple Magic Mouse.
- Host: GitHub
- URL: https://github.com/bjoernalbers/right-click
- Owner: bjoernalbers
- License: mit
- Created: 2023-11-27T12:42:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T12:50:01.000Z (about 1 year ago)
- Last Synced: 2024-01-26T01:47:09.570Z (about 1 year ago)
- Topics: apple, macos, mouse, package
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# right-click
A macOS-package to automatically enable right-click on the Apple Magic Mouse.
## Motivation
Users usually enable
[right-click on Mac](https://support.apple.com/guide/mac-help/right-click-mh35853/mac)
via "System Settings" > "Mouse" > "Secondary click".
Administrators who want to automatically enable the right-click on multiple Macs encounter a
problem:
This mouse setting *cannot* be controlled by a configuration profile on recent versions of macOS.However, running these commands followed by a restart works:
defaults write com.apple.driver.AppleBluetoothMultitouch.mouse MouseButtonMode TwoButton
defaults write com.apple.AppleMultitouchMouse MouseButtonMode TwoButtonSource: https://apple.stackexchange.com/questions/118585/is-it-possible-to-enable-mouse-right-click-via-terminal
This payload-free package executes those commands in the context of the
currently logged-in user in order to automatically enable right-click.## Usage
1. Make sure the user is logged-in
2. Download and install [latest release of this package](https://github.com/bjoernalbers/right-click/releases/latest)
3. Restart Mac