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