Personalized Mac Gesture Shortcuts
When standard gestures are hard to perform, this Mac tool identifies reliable movements a person can make and maps them to everyday controls.
Some Mac users cannot reliably perform preset pinches, waves, or standard gestures, and their hand fatigue and range of motion can vary from day to day. Sitting in front of the camera, they perform a few movements that feel comfortable and are easy to repeat—such as raising a hand, tilting their head, or briefly holding an arm still—and the product builds a personalized control scheme from them.
The training screen records each action’s consistency, duration, and distinctness from other actions. It proactively excludes everyday postures that could cause accidental triggers and flags actions that may become tiring over time. Users try the gestures in a sandbox first, then map the most reliable set to clicking, scrolling, showing the desktop, or switching windows.
The menu bar shows the action currently recognized and the most recent trigger. Users can increase the required hold time at any point or temporarily disable a shortcut. When their physical condition changes, they can record a few new action samples to update the setup instead of learning an unfamiliar gesture vocabulary from scratch.
Recognition and training data always remain on the device. The first version focuses on common Mac actions and personal calibration: it does not upload camera footage to the cloud or attempt to replace keyboards, mice, or specialized assistive devices for tasks requiring precise input.
Why now
As of August 23, 2026, Pawvis ranks fifth in Product Hunt’s new-product feed, bringing current attention to camera-based Mac control and custom gestures. S1 As users try tools in this category, they encounter the difficulty of reproducing movements, fatigue, and recalibration when their condition changes more quickly.
Target user
Mac users who cannot reliably perform standard gestures, including people with limited hand mobility or easy fatigue. A typical user already finds mouse use uncomfortable but still needs to click, scroll, and switch windows often. Their strength and range of motion may vary day to day, so a movement that worked yesterday may not be reliable today. They need to resample a few actions, not readapt to an entire input system.
Minimal entry point
Build it as a native menu bar app that captures camera frames with AVFoundation. The first version collects only one-hand poses and short movements, not head tilts or full-arm actions. Vision can provide hand keypoints, and Create ML supports gesture classification. S4 Record multiple rounds for every candidate action, with stillness, typing, and natural hand raises included as negative samples. Start by using normalized keypoints and short sequence templates to measure consistency and confusion. Only actions that pass sandbox testing can be mapped to clicks, scrolling, or keyboard shortcuts. Store all samples, features, and settings locally.
Punching above its weight
Reach the first users through Mac accessibility, repetitive-strain injury, and assistive-software communities. Demos should contrast the failure of fixed gestures with calibration around a person’s own movements, rather than merely showing off flashy gestures. Release an open-source action-sampling diagnostic tool so users can first inspect consistency and confusion. Its results can lead naturally to the full menu bar app while giving developers failure samples across different physical conditions.
Competitors & gaps
- PawvisGoogle
- Pawvis already turns a camera into a gesture input device for Mac. It supports pointer movement, clicking, scrolling, and custom gestures. Actions can be bound to shortcuts, apps, or commands, including on a per-app basis. Hand tracking runs locally, and thresholds can be adjusted in settings. S2 Its public materials do not show action-stability scoring or fatigue testing. The risk of confusing similar actions is still largely left to users to tune. The opening is to compare candidate actions before training: recommend a set that is more stable and easier to distinguish, rather than simply asking users to record and bind gestures.
- macOS Head Pointer and Dwell ControlGoogle
- macOS includes Head Pointer, Dwell Control, and Voice Control. Head Pointer uses the camera to follow face or head movement. Dwell Control can perform clicks and other actions when the pointer remains in place. The system also lets users adjust speed, dwell time, and certain facial-expression triggers. S3 These built-in features require no third-party software and are more deeply integrated with the system. They primarily let users configure predefined input methods rather than select gestures from a person’s own movements. Users must still determine which movements are repeatable and which cause fatigue. The opportunity is personal action sampling, confusion testing between actions, and rapid retraining when a user’s condition changes.
How it makes money
Sell it as a one-time purchase that includes full local training, action mapping, and configuration export. Major future versions can be paid upgrades; cloud recognition and a subscription are not required to use it.
The case against
False triggers can execute clicks, scrolling, or keyboard shortcuts, disrupting work or even causing irreversible actions. Lighting, occlusion, sleeves, and camera angle can all affect recognition. A user’s condition can also change daily, gradually making a movement that was reliable in training fail. Filtering similar actions requires enough negative samples and everyday postures. Continuous camera inference also consumes battery power and requires camera and accessibility permissions. If the product promises assistive-device-grade reliability too early, one erroneous trigger could damage trust.