Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions website/src/configuration/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ Sets what happens when you double-click the tray icon.
|--------|----------|
| **Switch playback device** | Cycles to the next available playback device. |
| **Switch recording device** | Cycles to the next available recording device. |
| **Open settings** | Opens the SoundSwitch settings window. |
| **Switch profile** | Cycles through the configured audio profiles. |
| **Toggle mute microphone** | Mutes or unmutes the default recording (microphone) device. |
| **Disabled** | Disables double-click detection entirely. The device menu opens instantly on a single click with **no delay**. Choose this if you never use the double-click action and want the fastest possible access to the tray menu. |

::: tip Faster tray menu
When a double-click action is configured, SoundSwitch waits up to **250 ms** after each click to decide whether a second click is coming. Setting the action to **Disabled** removes that wait completely, so right-clicking or left-clicking the tray icon opens the menu with zero delay.
:::
Comment on lines +40 to +44

### Switch Default Communication Device

Expand Down
Loading