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 是一款基于加速度计的 Android 手势映射工具,允许用户通过轻敲设备背面来触发系统任务或启动应用程序。它作为一种辅助功能自动化工具,将设备硬件的物理交互映射为特定的软件事件。 该系统使用后台服务监控传感器数据,并通过预训练模型识别特定的敲击模式。它包含灵敏度校准工具,用户可通过手动滑块调整检测阈值,从而根据设备尺寸减少误触发。 该工具提供设备输入映射功能,可通过辅助功能服务模拟按钮点击并启动应用程序。它还支持条件手势执行,可根据当前运行的应用程序、屏幕状态或媒体播放状态过滤触发器。
Filters gesture execution based on the current active application, screen state, or media playback status.