From 4f9219625cdd87b430376ee3d0bf19b8bd01bcf7 Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith Date: Tue, 3 Feb 2026 14:20:47 -0600 Subject: [PATCH 1/2] Document keyboard shortcut menu --- .../docs/guides/sessions/session-management.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/documentation/docs/guides/sessions/session-management.md b/documentation/docs/guides/sessions/session-management.md index bb49fe88e320..01d45bc6de34 100644 --- a/documentation/docs/guides/sessions/session-management.md +++ b/documentation/docs/guides/sessions/session-management.md @@ -53,7 +53,15 @@ In your first session, goose prompts you to [set up an LLM (Large Language Model | Focus goose Window | `Cmd+Option+G` | `Ctrl+Alt+G` | | Keep goose Window Always on Top | `Cmd+Shift+T` | `Ctrl+Shift+T` | -
+ #### Customize Keyboard Shortcuts + + You can customize these keyboard shortcuts in the **Settings** menu: + 1. Click the button in the top-left to open the sidebar + 2. Click `Settings` + 3. Click the `Keyboard` tab + + Changes to global shortcuts (Focus Window, Quick Launcher) take effect immediately. Changes to application shortcuts (New Session, Settings, etc.) require restarting goose. + #### Quick Launcher Start a new session by typing your prompt into a popup: 1. Press `Cmd+Option+Shift+G` (macOS) or `Ctrl+Alt+Shift+G` (Windows/Linux) to open the popup @@ -143,6 +151,10 @@ Search allows you to find specific content within sessions or find specific sess | Toggle Case-Sensitivity | `Aa` | `Aa` | | Close Search | `Esc` or `X` | `Esc` or `X` | + :::tip Customize Search Shortcuts + You can [customize](#keyboard-shortcuts) the Find, Find Next, and Find Previous keyboard shortcuts in **Settings** → **Keyboard** tab. + ::: + :::info No Regex or operator support Using regular expressions or search operators in search text isn't supported. ::: From 7b1f5daf0913930cc11a6f4ab6b352423e304805 Mon Sep 17 00:00:00 2001 From: Emma Youndtsmith <90283317+emma-squared@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:32:16 -0600 Subject: [PATCH 2/2] Update documentation/docs/guides/sessions/session-management.md Co-authored-by: dianed-square <73617011+dianed-square@users.noreply.github.com> --- documentation/docs/guides/sessions/session-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/guides/sessions/session-management.md b/documentation/docs/guides/sessions/session-management.md index 01d45bc6de34..11afad6957a0 100644 --- a/documentation/docs/guides/sessions/session-management.md +++ b/documentation/docs/guides/sessions/session-management.md @@ -60,7 +60,7 @@ In your first session, goose prompts you to [set up an LLM (Large Language Model 2. Click `Settings` 3. Click the `Keyboard` tab - Changes to global shortcuts (Focus Window, Quick Launcher) take effect immediately. Changes to application shortcuts (New Session, Settings, etc.) require restarting goose. + Changes to global shortcuts (Focus Window, Quick Launcher) take effect immediately. Changes to application shortcuts (New Chat, Settings, etc.) require restarting goose. #### Quick Launcher Start a new session by typing your prompt into a popup: