纯净系统
软件下载

Kando(桌面饼图菜单) v2.0.0 绿色版

介绍

Kando 是一款创新的跨平台桌面饼图菜单工具,它提供了一种非传统、快速且高效的与计算机互动的方式。通过Kando,用户可以启动应用程序、模拟键盘快捷键、打开文件等操作。Kando的设计兼容鼠标、触控笔或触摸输入,旨在提升用户的操作效率和体验。

软件特点

https://110.40.170.171/puresys/9754-1.gif

软件特点

Kando 是一款适用于桌面的跨平台饼状菜单。它提供了一种非传统、快速、高效且有趣的与计算机交互的方式!您可以使用 Kando 来启动应用程序、模拟键盘快捷键、打开文件等等。

Kando 的精髓在于哪多级的饼状菜单,从一个饼中指向另外一个饼,实现功能,效果拉满。至于是不是快捷,不重要。

Kando 设计用于与鼠标、手写笔或触摸输入一起使用。如果你大部分时间都双手敲击键盘,Kando 可能不适合你。

推荐给喜欢尝鲜的同学。

更新日志

Kando 2.0.0

Release Date: 2025-07-16

 

Beware that this major release adds some [BREAKING] changes. They are marked with a 💥 emoji below.

🎉 Added

  • A completely rewritten settings dialog! The settings dialog is now a separate window and has a new design. This significantly improves the user experience and adds several new possibilities:

    • A new introduction dialog: This is shown the first time you open the settings dialog. It provides a quick overview of how to use Kando.
    • A general-settings dialog: This exposes all the settings which were previously only available in the config.json file.
    • Support for undo/redo: You can now undo and redo changes in the menu editor. This is done using the Ctrl+Z and Ctrl+Y shortcuts or with the corresponding buttons in the toolbar.
    • Menu Collections: You can now assign tags to your menus and group them by tags. This allows you to organize your menus in a structured way.
    • Menus search: You can now filter your menus by name!
    • Reordering menus: You can now reorder your menus by dragging and dropping them in the settings dialog.
    • Direct drag-and-drop of menu items to other menus: You can now drag and drop menu items from one menu to another in the settings dialog.
    • New default icons for the menu-item types: All menu-item types now have some custom-made icons.
    • A file picker for the open-file item type: This allows you to select files and directories using a file picker instead of typing the path manually.
    • Support for dark and light mode in the settings dialog: The settings dialog now adapts to your system's color mode.
  • An option to choose what happens if the same shortcut is pressed while a menu is open! You can now choose...

    • ...to do nothing. This is the default behavior.
    • ...to close the menu again. This has been requested many times!
    • ...to cycle through the menus which are assigned to the shortcut and would be matching to the current context. This is useful if you have multiple menus assigned to the same shortcut and want to switch between them quickly! There are two variants here: In one variant, Kando will remember the last menu which was opened and show this again when the shortcut is pressed later. In the other variant, Kando will always show the first menu which matches the shortcut.

    Thanks to @jonthemonke for contributing to this feature!

  • Support for deep links! You can now use the kando:// protocol to open Kando menus from other applications. This supports all command line parameters. For instance, kando://menu?name=<menu-name> will open the menu with the given name. Or kando://settings will open the settings dialog. On Linux, this only works if Kando has been properly installed with a .desktop file. Thanks to @LitoMore for this contribution!

  • An option to keep the active application focused! If enabled, the menu will not receive keyboard input focus when opened. This disables Turbo Mode, but it may be useful if you require that other applications remain focused while the menu is open. This is somewhat experimental - please report any issues you encounter! You can enable this in the settings dialog under "Menu Behavior".

  • Experimental support arm64 on Windows! There is now an experimental arm64 build for Windows. Please test it and report any issues you encounter!

  • A new menu item type: Open Settings! This allows you to open the Kando settings directly from a menu item. Thanks to @jonthemonke for this contribution!

  • A hotkey for opening the settings dialog when a menu is open. On macOS, this is Command+,. On Windows and Linux, it is Ctrl+,. Thanks to @jonthemonke for this contribution!

  • A default sound theme! You can enable it in the general settings.

  • Support for the "currentColor" SVG attribute! If an SVG icon of your icon theme uses the currentColor attribute for an element, it will be recolored by the menu theme and use the same color as the built-in icons. Read more in the documentation.

  • Support for the global-shortcuts portal on KDE Wayland! This means that when you edit the shortcut ID of one of your menus, a dialog will pop up asking you to select a shortcut. This will make it easier to set up shortcuts for your menus on KDE Wayland.

  • Support for multiple pointing devices on GNOME Wayland! Thanks to a change in the GNOME Shell integration extension, Kando now supports multiple pointing devices on GNOME Wayland. This means that the menu will now open at the position of the last used pointing device. This is useful if you are using a stylus in addition to a mouse or touchpad. Thanks to @hhhhhhh2019 for the contribution!

  • The possibility to run commands in a clean environment on Linux systems which have systemd-run installed. On these systems, you will see a new checkbox in the command item type configuration. Checking this box may fix some issues with applications which do not work properly when launched from Kando.

  • The possibility to disable launching a command in detached mode. Detached mode had been introduced in 1.6.0 but there seem to be some applications which do not work properly when launched in detached mode. You can disable this with a checkbox in the configuration of the run-command item type.

  • A new backend for Niri on Linux! With this, Kando now also works on Niri, a Wayland compositor which is based on Smithay but supports wlroots protocols such as the ones used for the backend's implementation. Thanks to @make-42 for contributing this backend!

  • A setting (enableGamepad) to enable or disable the gamepad input. Thanks to @jonthemonke for this contribution!

  • Some hints that the Base64 icon theme also supports web icons via https:// or local icons via the file:// protocol. You can use this icon type to embed local images or images from the internet! Thanks to @LitoMore for pointing this out.

  • The directories menu-themesicon-themes, and sound-themes are now created on startup if they do not exist yet. This will make it easier to understand where to put your custom themes. Thanks to @yar2000T for contributing this feature!

🔥 Removed

  • 💥 [BREAKING] As part of the settings redesign, the menu templates got removed. All template menus will be converted to normal menus with a template tag applied. All template menu items will be lost!
  • The possibility to change the menu scale using the Ctrl-Plus and Ctrl-Minus shortcuts. Instead, you can now change the menu scale in the settings dialog. This was done as a workaround for #858.

🔧 Changed

  • 💥 [BREAKING] The window which contains the menu is now called "Kando Menu" instead of "Kando". The settings window is called "Kando Settings". So if you used any scripts to identify the windows, you will have to update them.
  • 💥 [BREAKING] The warpMouse property is now a global option and cannot be set per menu anymore. It also does not only affect the Centered Mode anymore, but disables any mouse warping, even close to the screen's edge. Mouse warping is enabled by default.
  • 💥 [BREAKING] On Hyprland, Kando now uses the global-shortcuts desktop portal instead of Hyprland's custom Wayland protocol. It should work basically the same, but your keybinds will look different. How exactly they look depends on the way you installed Kando. Use hyprctl globalshortcuts to list the currently registered keybinds when Kando is running.
  • The Linux builds on GitHub Actions now use Ubuntu 24.04 instead of 22.04.
  • The lazy initialization introduced in 1.8.0 has been made an option which is disabled by default. This means that the menu will be initialized when Kando is started. This should make the first menu open fast again.
  • Slightly reduced the icon size of the default, rainbow labels, and clean circle themes to reduce the amount of icon clipping.
  • When the settings dialog should be shown but is minimized, Kando will now restore the settings dialog so that it is visible again.

🐛 Fixed

  • The glow effect of the Neon Lights theme for custom icons. Custom icons loaded from files are now handled the same as the built-in font icons.
  • An issue where menu conditions would not work properly if a menu was already open when another menu was opened.
  • An issue where some icons could not be searched for.
  • An issue which caused the tray icon to be invisible on some Linux desktop environments when using the Flatpak version of Kando.
  • Sound support in the Flatpak version of Kando.
  • Gamepad input on Linux when using input-gamepad.
  • A bug which made it possible to sometimes open the settings dialog by pressing Space while the menu was open.
  • A crash if no focused window existed when opening a menu on qTile.
  • Reloading sound theme files which were changed on disk. Before, only changes to the theme.json file were reloaded when the sound theme was reloaded. Now, all sound files are reloaded as well.
  • A bug which caused a crash when closing the menu with Alt+F4 on Windows.
  • An issue which would trigger Turbo Mode after pressing Alt+F4 or Command+W to close the menu.

下载地址

本地下载        蓝奏云        123云盘

未经允许不得转载:Puresys纯净系统-软件下载 » Kando(桌面饼图菜单) v2.0.0 绿色版

相关推荐

  • 暂无文章

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

支付宝扫一扫打赏