/TouchGuard

Disable touchpad while typing on macOS.

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
  1. Copy TouchGuard file (executable now) to /usr/local/bin/ folder (eg sudo cp TouchGuard /usr/local/bin/).
  2. Copy org.amanagr.TouchGuard.driver.Daemon.plist to /Library/LaunchDaemons (eg sudo cp org.amanagr.TouchGuard.driver.Daemon.plist /Library/LaunchDaemons/).
  3. Reboot.

Based on thesyntaxinator/TouchGuard