Tired of digging through nested menus? Can't remember complex keyboard shortcuts? Kando is here to save you! This cross-platform pie menu tool (Windows, macOS, Linux) uses radial selection to reinvent the way you interact with your computer. Fast, intuitive, and fun—it's like magic for your workflow.
🎤 Introduction
Tired of digging through nested menus? Can't remember complex keyboard shortcuts? Kando is here to save you! This cross-platform pie menu tool (Windows / macOS / Linux) uses radial selection to reinvent the way you interact with your computer—fast, intuitive, and bursting with fun. It's like magic for your workflow!
Note: This is the English translation of the original Chinese version.
🌟 Why Choose Kando?
"Cursor-centered, one-tap away!"
Traditional menus require long mouse travel. Kando's pie menu wraps around your cursor—a quick tap (or key press) brings your most-used actions to within 0.5 seconds!
✅ Perfect For:
- 🖱️ Mouse users · 🖊️ Pen/stylus users · 👆 Touchscreen users · 🎮 Gamepad users
- ⚠️ Pure keyboard users may find it less intuitive—but you can still trigger it with keyboard shortcuts!
🚀 Core Features: Your All-in-One Command Center
| Category | Capability | Example Use Case |
|---|---|---|
| 🚀 Launch Apps | Open frequently-used software | One-click launch Photoshop / VSCode / browser |
| ⌨️ Simulate Shortcuts | Replace complex key combos | Ctrl+C / Ctrl+V / Win+L (lock screen) |
| 📂 Open Files/Folders | Quick access to resources | Open project directory / common documents |
| ⚡ Run Scripts | Execute custom commands | Backup files / clear cache |
| 🔁 Automate Workflows | Simulate mouse clicks + text input | Auto-fill forms / repeat operations |
💻 Download & Install: 3 Simple Steps
- Visit the official site: https://kando.menu
Download the installer:
- Windows:
.exe(double-click to install) - macOS:
.dmg(drag into Applications folder—requires accessibility permissions) - Linux:
.AppImage(chmod +xthen run) or.deb(sudo dpkg -ito install)
- Windows:
First-time configuration:
- ⚠️ Linux users: some desktop environments (e.g., GNOME Wayland) require extra permission setup.
⚙️ Configuration Guide: Build Your Custom Menu
Core tool: Edit the JSON config file (right-click the system tray icon → Configure)
🔧 Beginner Walkthrough
{
"trigger": { "button": 2 }, // 🖱️ Middle-click to trigger (2 = middle button)
"items": [
{
"name": "🌐 Open Browser",
"type": "launch",
"action": "C:/Program Files/Firefox/firefox.exe" // 🚀 Replace with your app path
},
{
"name": "📁 Project Folder",
"type": "open",
"action": "D:/MyProjects" // 📂 Open a specific directory
},
{
"name": "🔒 Lock Screen",
"type": "key",
"action": "Win+L" // ⌨️ Simulate a keyboard shortcut!
}
]
}🧩 Pro Tips
- Nested submenus: use
"type": "menu"with an embeddeditems: []array - Custom icons:
"icon": "path/to/icon.png"or use built-in icon names - Multi-trigger support: bind keyboard keys (e.g.,
F12), gamepad buttons, or screen zones - 📚 In-depth configuration tutorial: https://kando.menu/creating-menus/
🎮 Usage Tips: Operate Like a Pro
| Action | Operation | Effect |
|---|---|---|
| Show menu | Press middle mouse button (default) | 🍰 Pie menu expands around cursor |
| Select command | Move mouse toward target sector (no click needed) | ✅ Selected item auto-highlights |
| Confirm execution | Release the trigger button | ⚡ Command runs immediately! |
| Cancel | Release outside the menu area | 🚫 Menu closes with no action |
🔥 Advanced Play
- Bind dedicated menus for specific software (e.g., Photoshop / Blender)
- Use gesture triggers (swipe circles on touchpad / touchscreen to activate)
- Import community-shared preset menus
👉 Full usage manual: https://kando.menu/usage/
💎 Conclusion: Make Efficiency Effortless
Kando transforms dull clicking into a finger dance—whether you're a designer 🎨, programmer 💻, or gamer 🎮, a few minutes of configuration unlocks a flowing, frictionless operation experience!
🌟 Get Started Now:
- Visit https://kando.menu to download
- Follow the tutorial to create your first menu
- Enjoy the satisfaction of soaring efficiency!
Pro tips applied in this article:
- Title and key features use ✨🚀⚙️ emojis for stronger visual rhythm
- Feature/scenario tables make information clearer
- JSON config example retains syntax highlighting + emoji annotations to lower the learning curve
- Added scenario-based usage guide (mouse / touch gestures)
- Highlighted cross-platform details (especially Linux permission gotchas)