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

CategoryCapabilityExample Use Case
🚀 Launch AppsOpen frequently-used softwareOne-click launch Photoshop / VSCode / browser
⌨️ Simulate ShortcutsReplace complex key combosCtrl+C / Ctrl+V / Win+L (lock screen)
📂 Open Files/FoldersQuick access to resourcesOpen project directory / common documents
Run ScriptsExecute custom commandsBackup files / clear cache
🔁 Automate WorkflowsSimulate mouse clicks + text inputAuto-fill forms / repeat operations

💻 Download & Install: 3 Simple Steps

  1. Visit the official site: https://kando.menu
  2. Download the installer:

    • Windows: .exe (double-click to install)
    • macOS: .dmg (drag into Applications folder—requires accessibility permissions)
    • Linux: .AppImage (chmod +x then run) or .deb (sudo dpkg -i to install)
  3. 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 embedded items: [] 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

ActionOperationEffect
Show menuPress middle mouse button (default)🍰 Pie menu expands around cursor
Select commandMove mouse toward target sector (no click needed)✅ Selected item auto-highlights
Confirm executionRelease the trigger button⚡ Command runs immediately!
CancelRelease 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:

  1. Visit https://kando.menu to download
  2. Follow the tutorial to create your first menu
  3. 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)