tauri-app-window-menu
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Native window menus with shortcuts / 原生窗口菜单与快捷键
- Menu events and command handlers / 菜单事件与命令处理
- Platform-specific menu layouts / 平台菜单布局差异
Trigger phrases include:
- "window menu", "shortcuts", "menu events", "command handlers"
- "窗口菜单", "快捷键", "菜单事件", "命令处理"
How to use this skill
- Define menu structure and keyboard shortcuts
- Separate command identifiers from event handlers
- Handle platform-specific menu conventions
- Test menu event routing and focus behavior
Outputs
- Menu layout and shortcut plan / 菜单布局与快捷键方案
- Event routing checklist / 事件路由清单
Scope
- Boundary: Window menu definitions and event handling
- Key points: Command/handler separation and testability
References
Keywords
tauri menu, window menu, shortcuts, commands
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