Dispel is a macOS menu bar app that suppresses accidental trackpad clicks while you type.
Use Dispel when you need:
- a menu bar app with no daemon and no root requirement
- a short post-keystroke click suppression window
- configurable trigger timing and blocked mouse phases
- a local-only implementation built on macOS Accessibility APIs
make buildmake verifyCommon local targets:
make xcodegenmake xcodegen-checkmake lintmake testmake build
Keep the README short. Detailed material lives elsewhere:
- requires Accessibility permission to intercept and suppress input events
- no network service, daemon, kernel extension, or root privilege is involved
- the primary tuning controls are delay, activation delay, trigger edge, and blocked mouse phases
Dispel changes local input behavior. Favor conservative defaults and real interactive testing when changing event tap, timing, or permission flows.