1 रिपॉजिटरी
Logic that evaluates system state and active application to determine if an event should execute.
Distinguishing note: None of the candidates cover foreground application or screen state filtering for hardware triggers.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Context-Aware Trigger Filtering. Refine with filters or upvote what's useful.
TapTap is an accelerometer-based gesture mapper for Android that enables users to trigger system tasks and application launches by tapping the back of their device chassis. It functions as an accessibility automator that maps physical interactions with the device hardware to specific software events. The system uses a background service to monitor sensor data and a pre-trained model to identify specific impact patterns. It includes sensitivity calibration tools with manual sliders to adjust detection thresholds and minimize accidental triggers based on device size. The tool provides device i
Filters gesture execution based on the current active application, screen state, or media playback status.