Inkweld uses a ProseMirror-based editor with a focused set of keyboard shortcuts for common formatting tasks.
Text Formatting
| Action | Windows/Linux | macOS |
|---|
| Bold | Ctrl + B | Cmd + B |
| Italic | Ctrl + I | Cmd + I |
| Underline | Ctrl + U | Cmd + U |
| Strikethrough | Ctrl + Shift + X | Cmd + Shift + X |
| Code (inline) | Ctrl + E | Cmd + E |
| Clear formatting | Ctrl + \ | Cmd + \ |
| Action | Windows/Linux | macOS |
|---|
| Normal paragraph | Ctrl + 0 | Cmd + 0 |
| Heading 1 | Ctrl + 1 | Cmd + 1 |
| Heading 2 | Ctrl + 2 | Cmd + 2 |
| Heading 3 | Ctrl + 3 | Cmd + 3 |
| Heading 4 | Ctrl + 4 | Cmd + 4 |
| Heading 5 | Ctrl + 5 | Cmd + 5 |
| Heading 6 | Ctrl + 6 | Cmd + 6 |
| Bullet list | Ctrl + Shift + 7 | Cmd + Shift + 7 |
| Numbered list | Ctrl + Shift + 8 | Cmd + Shift + 8 |
| Blockquote | Ctrl + Shift + 9 | Cmd + Shift + 9 |
| Horizontal rule | Ctrl + Shift + H | Cmd + Shift + H |
History
| Action | Windows/Linux | macOS |
|---|
| Undo | Ctrl + Z | Cmd + Z |
| Redo | Ctrl + Y | Cmd + Shift + Z |
List Editing
When inside a list item:
| Action | Windows/Linux | macOS |
|---|
| Split list item | Enter | Enter |
| Indent list item | Ctrl + ] | Cmd + ] |
| Outdent list item | Ctrl + [ | Cmd + [ |
| Line break (no new item) | Shift + Enter | Shift + Enter |
Navigation
| Action | Windows/Linux | macOS |
|---|
| Quick Open | Ctrl + P | Cmd + P |
| Project-wide search | Ctrl + Shift + F | Cmd + Shift + F |
| Find in document | Ctrl + F | Cmd + F |
Element References
| Action | Description |
|---|
Type @ | Opens the element reference popup |
↑ ↓ | Navigate popup options |
Enter | Select element |
Escape | Cancel popup |
Browser-Provided Shortcuts
Standard browser/OS shortcuts work as expected:
| Action | Windows/Linux | macOS |
|---|
| Cut | Ctrl + X | Cmd + X |
| Copy | Ctrl + C | Cmd + C |
| Paste | Ctrl + V | Cmd + V |
| Select all | Ctrl + A | Cmd + A |
These actions are available through the toolbar but do not have keyboard shortcuts:
- Text alignment (left, center, right, justify)
- Links
- Tags and snapshots
Next: Formatting Text - Learn about all available text formatting options.