https://github.com/amanagr/touchguard
Disable touchpad while typing on macOS.
https://github.com/amanagr/touchguard
highsierra macos touchpad
Last synced: 5 months ago
JSON representation
Disable touchpad while typing on macOS.
- Host: GitHub
- URL: https://github.com/amanagr/touchguard
- Owner: amanagr
- Created: 2018-08-29T16:16:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T06:10:16.000Z (over 1 year ago)
- Last Synced: 2025-04-05T01:11:29.131Z (9 months ago)
- Topics: highsierra, macos, touchpad
- Size: 6.84 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TouchGuard
### Instructions for installation
1. Download this repo.
2. Extract files on Desktop.
3. Run this command in terminal. (make TouchGuard executable)
```
cd Desktop
sudo chmod +x TouchGuard
```
4. Copy `TouchGuard` file (executable now) to `/usr/local/bin/` folder (eg `sudo cp TouchGuard /usr/local/bin/`).
5. Copy `org.amanagr.TouchGuard.driver.Daemon.plist` to `/Library/LaunchDaemons` (eg `sudo cp org.amanagr.TouchGuard.driver.Daemon.plist /Library/LaunchDaemons/`).
6. Reboot.
Based on [thesyntaxinator/TouchGuard](https://github.com/thesyntaxinator/TouchGuard)