Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.

Commit 8eebd51

Browse files
authored
fix(shortcuts): bind Steer/Queue toggle to Ctrl+S instead of Cmd+S (#3709)
1 parent 8e9165b commit 8eebd51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/ui/src/features/command/keyboard-shortcuts.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const SHORTCUTS = {
3232
MESSAGE_JUMP: "mod+j",
3333
BLUR: "escape",
3434
SUBMIT_BLUR: "mod+enter",
35-
SWITCH_MESSAGING_MODE: "mod+s",
35+
SWITCH_MESSAGING_MODE: "ctrl+s",
3636
RELOAD_WINDOW: "mod+shift+r",
3737
ZOOM_IN: "mod+=",
3838
ZOOM_OUT: "mod+-",

0 commit comments

Comments
 (0)