Keyboard shortcuts
Shortcuts that work across the editor.
Coursekit uses the standard rich-text shortcuts you already know. The few editor-specific shortcuts are listed below.
Editor-wide
| Shortcut | What it does |
|---|---|
| / | Open the slash menu at the cursor |
Rich-text formatting
These work whenever the cursor is inside text:
| Shortcut | What it does |
|---|---|
| ⌘B / Ctrl+B | Bold |
| ⌘I / Ctrl+I | Italic |
| ⌘U / Ctrl+U | Underline |
| ⌘E / Ctrl+E | Inline code |
| ⌘K / Ctrl+K | Add a link (when text is selected) |
| ⌘Z / Ctrl+Z | Undo |
| ⌘Shift+Z / Ctrl+Shift+Z | Redo |
Inside a code block
| Shortcut | What it does |
|---|---|
| Tab | Indent two spaces |
| ↓ at end of code block | Move the cursor out of the code block |
That’s it. No mouse-only gestures have a keyboard equivalent yet.