Skip to content

Commit b1222b3

Browse files
committed
📝 Update badges
1 parent a17d7f5 commit b1222b3

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

src/content/docs/config-files.mdx

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ sidebar:
1010
tableOfContents:
1111
minHeadingLevel: 2
1212
maxHeadingLevel: 6
13-
banner:
14-
content: |
15-
⚠️ This page already describes the configuration file format of Kando 2.0.0 which will be released soon. ⚠️
1613
---
1714

1815
import { Tabs, TabItem, Aside, FileTree, Badge } from '@astrojs/starlight/components';
@@ -123,7 +120,7 @@ Below are the default values of the configuration file.
123120

124121
The locale which should be used for the menu. If set to `"auto"`, Kando will use the system locale.
125122

126-
#### showIntroductionDialog <Badge text="soon!" variant="tip" />
123+
#### showIntroductionDialog <Badge text="new!" variant="tip" />
127124
<small>Default value: `"showIntroductionDialog": true`</small>
128125

129126
If true, the introduction dialog will be shown when the settings window is opened.
@@ -187,14 +184,14 @@ The volume of the sound effects. This should be a value between 0 and 1.
187184

188185
If set to `true`, Kando will not show a warning if the configuration files are write-protected.
189186

190-
#### settingsWindowColorScheme <Badge text="soon!" variant="tip" />
187+
#### settingsWindowColorScheme <Badge text="new!" variant="tip" />
191188
<small>Default value: `"settingsWindowColorScheme": "system"` </small>
192189

193190
The color scheme of the settings window. Can be one of `'system'`, `'light'`, or `'dark'`.
194191
This determines the look of the settings window itself, not the menu editor part.
195192
If set to `'system'`, Kando will adapt to the system colors.
196193

197-
#### settingsWindowFlavor <Badge text="soon!" variant="tip" />
194+
#### settingsWindowFlavor <Badge text="new!" variant="tip" />
198195
<small>Default value: `"settingsWindowFlavor": "sakura-system"`</small>
199196

200197
This determines the look of the menu-editor part of the settings window.
@@ -242,7 +239,7 @@ The duration of the fade-in animation in milliseconds. Set to `0` to disable the
242239

243240
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".
244241

245-
#### keepInputFocus <Badge text="soon!" variant="tip" />
242+
#### keepInputFocus <Badge text="new!" variant="tip" />
246243
<small>Default value: `"keepInputFocus": false`</small>
247244

248245
If enabled, the menu will not receive keyboard input focus when opened.
@@ -258,7 +255,7 @@ If enabled, items can be selected by dragging the mouse over them.
258255

259256
If enabled, items can be selected by hovering over them while holding down a keyboard key.
260257

261-
#### warpMouse <Badge text="soon!" variant="tip" />
258+
#### warpMouse <Badge text="new!" variant="tip" />
262259
<small>Default value: `"warpMouse": true`</small>
263260

264261
If true, the mouse pointer will be warped to the center of the menu when necessary.
@@ -313,7 +310,7 @@ This button will select the parent item when using a gamepad. Set to -1 to disab
313310

314311
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.
315312

316-
#### sameShortcutBehavior <Badge text="soon!" variant="tip" />
313+
#### sameShortcutBehavior <Badge text="new!" variant="tip" />
317314
<small>Default value: `"sameShortcutBehavior": "nothing"`</small>
318315

319316
Determines the behavior of pressing the trigger shortcut once the menu is open.
@@ -323,17 +320,17 @@ Can be one of the following:
323320
* `'close'`: The menu will be closed when the trigger shortcut is pressed while the menu is open.
324321
* `'nothing'`: Nothing will happen when the trigger shortcut is pressed while the menu is open.
325322

326-
#### useDefaultOsShowSettingsHotkey <Badge text="soon!" variant="tip" />
323+
#### useDefaultOsShowSettingsHotkey <Badge text="new!" variant="tip" />
327324
<small>Default value: `"useDefaultOsShowSettingsHotkey": true`</small>
328325

329326
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.
330327

331-
#### hideSettingsButton <Badge text="soon!" variant="tip" />
328+
#### hideSettingsButton <Badge text="new!" variant="tip" />
332329
<small>Default value: `"hideSettingsButton": false`</small>
333330

334331
If true, the settings button will be hidden if not hovered.
335332

336-
#### settingsButtonPosition <Badge text="soon!" variant="tip" />
333+
#### settingsButtonPosition <Badge text="new!" variant="tip" />
337334
<small>Default value: `"settingsButtonPosition": "bottom-right"`</small>
338335

339336
The position of the settings button.

src/content/docs/usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Once you get more comfortable with Kando, you can try the marking mode, eventual
7676

7777

7878

79-
4. ### <Icon name="solar:rocket-bold" class="inline-icon" /> Hover Mode <Badge text="new!" variant="tip" />
79+
4. ### <Icon name="solar:rocket-bold" class="inline-icon" /> Hover Mode
8080

8181
Once you have mastered the other modes, you can try the Hover Mode.
8282
This has to be enabled for each menu in the settings under "Menu Behavior".

0 commit comments

Comments
 (0)