(Tired of Menu-Diving? Forget Complex Shortcuts!)
Feature | Capability | Use Case Examples |
---|---|---|
๐ช Launch Apps | Open tools instantly | Launch PS / VSCode / Browser |
โจ๏ธ Simulate Keys | Replace complex combos | Ctrl+C / Ctrl+V, Win+L (lock PC) |
๐ Open Files | Quick resources access | Project folders / Docs |
โก Run Scripts | Execute custom commands | Backup files / Clear cache |
๐ Automate Tasks | Mouse clicks + typing | Form filling / Repetitive work |
๐ Why Choose Kando?
“Commands orbit your cursor โ one flick away!” Traditional menus force long mouse travels โ Kando blooms around your pointer. Tap a button (or key), and access frequent actions in 0.5 seconds!
โ Perfect For:
- ๐ฑ๏ธ Mouse users ยท ๐๏ธ Stylus artists ยท ๐ Touchscreen enthusiasts ยท ๐ฎ Controller gamers โ ๏ธ Keyboard warriors might prefer shortcuts (but Kando works with hotkeys too!)
๐ Core Features: Your Command Hub
Feature Capability Use Case Examples ๐ช Launch Apps Open tools instantly Launch PS/VSCode/Browser โจ๏ธ Simulate Keys Replace complex combos Ctrl+C/V, Win+L (lock PC) ๐ Open Files Quick resources access Project folders/Docs โก Run Scripts Execute custom commands Backup files/Clear cache ๐ Automate Tasks Mouse clicks + typing Form filling/Repetitive work —
๐ป Download & Setup: 3 Steps
- Visit Official Site: https://kando.menu
- Get Installer:
-
Windows:
.exe
(Double-click) -
macOS:
.dmg
(Drag to Applications โ Enable accessibility permissions) -
Linux:
.AppImage
(chmod +x
then run) /.deb
(sudo dpkg -i
)- First-Time Setup:
-
Linux users: Some DEs (e.g., GNOME Wayland) require extra permissions.
โ๏ธ Configuration: Build Your Menu
Core Tool: Edit JSON configs (Right-click system tray icon > Configure
)
๐ง Starter Template:
{
"trigger": { "button": 2 }, // ๐ฑ๏ธ Middle-click trigger (2 = middle button)
"items": [
{
"name": "๐ Open Browser",
"type": "launch",
"action": "C:/Program Files/Firefox/firefox.exe" // ๐ Your app path
},
{
"name": "๐ Project Folder",
"type": "open",
"action": "D:/MyProjects" // ๐ Target directory
},
{
"name": "๐ Lock PC",
"type": "key",
"action": "Win+L" // โจ๏ธ Simulate hotkey!
}
]
}
๐งฉ Pro Tips:
- Nested Menus: Use
"type": "menu"
+ nested"items":[]
- Custom Icons:
"icon": "path/to/icon.png"
or use built-in icons - Multi-Triggers: Bind keys (e.g.,
F12
), gamepad buttons, or screen edges!
โก๏ธ Advanced Guide: https://kando.menu/creating-menus/
๐ฎ Master Your Menu: Pro Techniques
Action | How-To | Result |
---|---|---|
๐ข Open Menu | Press middle-click (default) | ๐ฐ Radial menu appears |
๐ฏ Select Command | Hover toward target sector | โ Auto-highlights item |
๐ Execute | Release trigger button | โก Instantly runs command! |
โ Cancel | Move cursor off menu + release | ๐ซ Closes safely |
๐ฅ Power User Tricks:
- Create app-specific menus (e.g., for Photoshop/Blender)
- Gesture triggers (draw circles on touchpad/touchscreen)
- Import community presets
๐ Full Manual: https://kando.menu/usage/
๐ Conclusion: Efficiency at Your Fingertips!
Turn tedious clicks into a finger ballet ๐ โ whether you’re a designer๐จ, coder๐ป, or gamer๐ฎ. Configure once and enjoy buttery-smooth workflows!
โจ Take Action Now:
- Download at https://kando.menu
- Build your first radial menu
- Feel your productivity soar!
โ Optimized For Clarity:
- Emoji-enhanced headers (โจ๐โ๏ธ) for visual rhythm
- Comparison tables for quick scanning
- JSON samples with emoji annotations
- Platform-specific installation notes
- Action-oriented pro tips