From 49508822d2a6a92fe838b91b18381ef4aa0933f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:16:11 +0000 Subject: [PATCH 1/2] docs(website): document Double-click Disabled state and click delay improvement Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com> --- website/src/configuration/general.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/src/configuration/general.md b/website/src/configuration/general.md index 86a2d777fc..74303d2d96 100644 --- a/website/src/configuration/general.md +++ b/website/src/configuration/general.md @@ -34,6 +34,11 @@ 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. | +| **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. +::: ### Switch Default Communication Device From 88d50a2cba2437faee042f185dc97d12300deea4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:20:41 +0000 Subject: [PATCH 2/2] docs(website): add all double-click action options including toggle mute microphone Co-authored-by: Belphemur <197810+Belphemur@users.noreply.github.com> --- website/src/configuration/general.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/src/configuration/general.md b/website/src/configuration/general.md index 74303d2d96..55d88fc4fd 100644 --- a/website/src/configuration/general.md +++ b/website/src/configuration/general.md @@ -34,6 +34,9 @@ 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