awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesContext-Aware Trigger Filtering

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.

Awesome Context-Aware Trigger Filtering GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kieronquinn/taptapKieronQuinn 的头像

    KieronQuinn/TapTap

    3,982在 GitHub 上查看↗

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

    Filters gesture execution based on the current active application, screen state, or media playback status.

    Kotlin
    在 GitHub 上查看↗3,982
  1. Home
  2. Operating Systems & Systems Programming
  3. Context-Aware Trigger Filtering