Shortcut Keys

July 20, 2026 · View on GitHub

English | 中文


Shortcut Keys

LLM Space supports shortcuts from both the desktop menu and the Thread editor. This document uses the macOS Command key in examples; on Windows / Linux, the equivalent key is usually Ctrl.

Menu Shortcuts

These shortcuts come from the desktop application menu.

MenuActionmacOS shortcutWindows / Linux
LLM SpaceOpen SettingsCommand + ,Ctrl + ,
LLM SpaceHide appCommand + HCtrl + H
LLM SpaceHide other appsCommand + Shift + HCtrl + Shift + H
LLM SpaceQuit appCommand + QCtrl + Q
FileNew Thread fileCommand + NCtrl + N
FileNew folderCommand + Shift + NCtrl + Shift + N
FileClose current tabCommand + WCtrl + W
FileReopen closed tabCommand + Shift + TCtrl + Shift + T
ViewOpen Command PaletteCommand + Shift + PCtrl + Shift + P
ViewToggle left SidebarCommand + BCtrl + B
ViewReload appCommand + Shift + RCtrl + Shift + R
ViewZoom inCommand + +Ctrl + +
ViewZoom outCommand + -Ctrl + -
ViewReset zoomCommand + 0Ctrl + 0
WindowSelect previous tabCommand + Option + LeftCtrl + Alt + Left
WindowSelect next tabCommand + Option + RightCtrl + Alt + Right
WindowToggle fullscreenCommand + Shift + FCtrl + Shift + F

Command Palette

Command + Shift + P opens the Command Palette. You can search for and run app commands there, such as opening Settings, toggling the Sidebar, importing files, or closing tabs.

Thread Run Shortcuts

The Thread page supports quickly running the current Thread or continuing from a specific message.

ActionmacOS shortcutWindows / LinuxBehavior
Run / stop current ThreadCommand + EnterCtrl + EnterIf no Message editor is focused, run from the last message. If a run is already in progress, stop the current run.
Run from current MessageCommand + EnterCtrl + EnterIf a Message editor is focused, run from that message.
Run from current MessageCommand + RCtrl + RIf a Message editor is focused, run from that message. If no Message is focused, run from the last message.
Open quick command entryCommand + PCtrl + PUsed to quickly trigger common actions.

Command + P opens a command search entry where you can type to find actions such as creating files, importing content, closing tabs, or switching tabs.

Command + P command search

When a Message is focused

When the cursor is inside a User Message or Assistant Message editor, the run shortcut uses that Message as the starting point. This is equivalent to using Run from this message / Continue on that message.

This is useful for debugging intermediate steps: edit a User Message, Assistant Message, or Tool Call result, then continue running from that point.

When no Message is focused

When focus is not inside any Message editor, the run shortcut starts from the last message. This is equivalent to clicking Run in the top-right corner of the Thread.

If the current Thread is already running, triggering the run shortcut again stops the current run.

Editor Shortcuts

Some inputs and editors handle their own shortcuts first. For example, cut, copy, paste, undo, and redo follow the operating system's default behavior in text editing areas.

If a shortcut does not trigger a global action, first check whether focus is inside an input, CodeMirror editor, or dialog form.