tauri-app-global-shortcut
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Global hotkeys outside app focus / 应用外全局快捷键
- Shortcut conflicts and cleanup / 快捷键冲突与清理
- Shortcut actions to focus the app / 快捷键聚焦应用
Trigger phrases include:
- "global shortcut", "hotkey", "conflict", "focus"
- "全局快捷键", "热键", "冲突", "聚焦"
How to use this skill
- Define global shortcuts and user-configurable settings
- Register shortcuts and resolve conflict scenarios
- Route shortcuts to window focus or command actions
- Release shortcuts on app exit
Outputs
- Global shortcut registration plan / 全局快捷键注册方案
- Conflict handling checklist / 冲突处理清单
Scope
- Boundary: Global shortcut plugin usage only
- Key points: Conflict handling and cleanup
References
Keywords
tauri global shortcut, hotkeys, focus, conflicts
Related skills
More from partme-ai/tauri-skills
tauri
Comprehensive index for Tauri framework development, including Rust backend, frontend integration, and full plugin ecosystem. Acts as a router to specialized sub-skills with local examples and templates.
1tauri-app-positioner
Guidance for Tauri v2 positioner plugin with multi-display alignment strategies.
1tauri-app-nfc
Guidance for Tauri v2 NFC plugin with session handling and data validation.
1tauri-build
Guidance for Tauri v2 production builds, signing, and distribution artifacts.
1tauri-app-shell
Guidance for Tauri v2 shell plugin with secure command execution and open behavior.
1tauri-app-store
Guidance for Tauri v2 store plugin with key-value persistence and lazy loading.
1