Skip to content

Keyboard Shortcuts

Shortcuts depend on where you are in socra. The tables below group shortcuts by context.

Tip: Press ⌘K (or ?) anywhere to open the command palette. Every action and its shortcut is listed there: it’s the fastest way to find anything in socra.

These shortcuts work anywhere in the app.

ShortcutAction
⌘KOpen command palette
?Open command palette
NNew Socra
[Toggle left sidebar
]Toggle right sidebar
Navigate the sidebar tree

] toggles the inbox preview pane in inbox-list view and the chat sidebar in Socra Detail and Journey Detail views.

These shortcuts work when viewing a Socra.

ShortcutAction
]Toggle chat sidebar
⌘,Open Socra settings
⌘SOpen share dialog
⌘⇧SToggle star
⌘⇧UToggle read/unread
⌘⇧MMove to another Journey
⌘ERename
⌘⌫Move to trash

To add a dependency or start a new chat, right-click the Socra or open the action from ⌘K.

] toggles the chat sidebar when viewing a Journey. Right-click any Journey in the sidebar (or the three-dot menu) for Rename, Move, Share, Settings, and Delete: these actions are reachable from the context menu but not yet from ⌘K while a Journey is open.

These shortcuts work when the inbox list is visible.

ShortcutAction
Navigate between Socras

These shortcuts work when editing content in a Socra or Journey.

ShortcutAction
⌘BBold
⌘IItalic
⌘UUnderline (when cursor is inside editor)
⌘\Clear formatting
⌘ZUndo
⌘⇧ZRedo
TabIndent
⇧TabOutdent
/Open slash command menu

Type these patterns at the start of a new line to auto-format. Most trigger after pressing Space.

PatternResult
# Heading 1
## Heading 2
### Heading 3
> Blockquote
- or * Bullet list
1. Numbered list
- [ ] Checklist
```Code block
---Horizontal rule

Inline formatting wraps selected text or auto-completes as you type:

PatternResult
**text**Bold
*text*Italic
~~text~~Strikethrough
`text`Inline code
$formula$Inline math