You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This determines the look of the menu-editor part of the settings window.
@@ -214,7 +214,7 @@ If the special value `'auto'` is used, Kando will choose a transparent flavor if
214
214
215
215
Can be one of `'color'`, `'white'`, `'light'`, `'dark'`, `'black'`, or `'none'`. The color flavors are only available on Windows and Linux. On macOS, the color always depends on your system colors. If set to `'none'`, the tray icon will be hidden.
If set to `true`, Kando will use hardware acceleration for rendering the menu. This can improve performance, but may cause issues on some systems. If you experience rendering issues with the menu, try setting this to `false`.
@@ -254,7 +254,7 @@ The duration of the fade-in animation in milliseconds. Set to `0` to disable the
254
254
255
255
The duration of the fade-out animation in milliseconds. Set to `0` to disable the animation. Some actions are only executed after the fade-out animation has finished, so reducing this value can make the menu much "snappier".
If enabled, the menu will not receive keyboard input focus when opened.
@@ -270,7 +270,7 @@ If enabled, items can be selected by dragging the mouse over them.
270
270
271
271
If enabled, items can be selected by hovering over them while holding down a keyboard key.
272
272
273
-
#### warpMouse <Badgetext="new!"variant="tip" />
273
+
#### warpMouse
274
274
<small>Default value: `"warpMouse": true`</small>
275
275
276
276
If true, the mouse pointer will be warped to the center of the menu when necessary.
@@ -325,7 +325,7 @@ This button will select the parent item when using a gamepad. Set to -1 to disab
325
325
326
326
This button will close the menu when using a gamepad. Set to -1 to disable. See https://w3c.github.io/gamepad/#remapping for the mapping of numbers to buttons.
If enabled, pressing <kbd>Command</kbd>+<kbd>,</kbd> on macOS or <kbd>Ctrl</kbd>+<kbd>,</kbd> on Linux or Windows will open the settings window. If disabled, the default hotkey will be ignored.
Copy file name to clipboardExpand all lines: src/content/docs/icon-themes.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Kando comes with a few icon themes pre-installed and you can easily add your own
29
29
Kando comes with a few icon themes pre-installed. You can select them in the icon picker in the menu editor.
30
30
Here's a list of the built-in icon themes:
31
31
32
-
1. System Icons <Badgetext="soon!"variant="tip" />: This special icon theme contains different icons depending on your operating system.
32
+
1. System Icons <Badgetext="new!"variant="tip" />: This special icon theme contains different icons depending on your operating system.
33
33
* On **Windows** and **macOS**, it contains the icons of the applications you have installed.
34
34
* On **Linux**, it contains the icons of the currently selected icon theme of your desktop environment. This means, the icons will change when you change your desktop environment's icon theme!
35
35
2.[Simple Icons](https://simpleicons.org) (Plain & Colored): A set of icons for popular brands.
Copy file name to clipboardExpand all lines: src/content/docs/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,9 @@ import slide4 from "../../assets/accordion-slide4.webp";
95
95
<ShowCaseItemicon="solar:gift-bold"title="Watch the Latest Update!"type="fill">
96
96
<divslot="description">
97
97
<p>
98
-
This major release brings a completely rewritten menu editor! This drastically improves the user experience and makes it easier to create and edit menus.
98
+
The latest update of Kando brings an application picker, system icons, wedges visualizations and many more features and fixes!
Copy file name to clipboardExpand all lines: src/content/docs/usage.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Once you get more comfortable with Kando, you can try the marking mode, eventual
62
62
Try to remember the path to an item and draw it without looking much at the menu! You will be surprised how quickly you can select items which are deeply nested in the menu.
63
63
64
64
<Asidetype="note">
65
-
The menu reacts to your movements. **Not the other way araound!** A submenu will pop up when you stop moving the mouse. You do not need to look at the menu!
65
+
The menu reacts to your movements. **Not the other way around!** A submenu will pop up when you stop moving the mouse. You do not need to look at the menu!
0 commit comments