# tauri-app-global-shortcut > Guidance for Tauri v2 global-shortcut plugin with conflict handling and release. - Author: wandl-6A72h - Repository: partme-ai/tauri-skills - Version: 20260206195346 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/partme-ai/tauri-skills - Web: https://mule.run/skillshub/@@partme-ai/tauri-skills~tauri-app-global-shortcut:20260206195346 --- --- name: tauri-app-global-shortcut description: Guidance for Tauri v2 global-shortcut plugin with conflict handling and release. license: Complete terms in LICENSE.txt --- ## 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 1. Define global shortcuts and user-configurable settings 2. Register shortcuts and resolve conflict scenarios 3. Route shortcuts to window focus or command actions 4. 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 - https://v2.tauri.app/plugin/global-shortcut/ - https://v2.tauri.app/zh-cn/plugin/global-shortcut/ ## Keywords tauri global shortcut, hotkeys, focus, conflicts