Skip to main content

Keyboard Shortcuts

Inkweld uses a ProseMirror-based editor with a focused set of keyboard shortcuts for common formatting tasks.

Text Formatting

ActionWindows/LinuxmacOS
BoldCtrl + BCmd + B
ItalicCtrl + ICmd + I
UnderlineCtrl + UCmd + U
StrikethroughCtrl + Shift + XCmd + Shift + X
Code (inline)Ctrl + ECmd + E
Clear formattingCtrl + \Cmd + \

Block Formatting

ActionWindows/LinuxmacOS
Normal paragraphCtrl + 0Cmd + 0
Heading 1Ctrl + 1Cmd + 1
Heading 2Ctrl + 2Cmd + 2
Heading 3Ctrl + 3Cmd + 3
Heading 4Ctrl + 4Cmd + 4
Heading 5Ctrl + 5Cmd + 5
Heading 6Ctrl + 6Cmd + 6
Bullet listCtrl + Shift + 7Cmd + Shift + 7
Numbered listCtrl + Shift + 8Cmd + Shift + 8
BlockquoteCtrl + Shift + 9Cmd + Shift + 9
Horizontal ruleCtrl + Shift + HCmd + Shift + H

History

ActionWindows/LinuxmacOS
UndoCtrl + ZCmd + Z
RedoCtrl + YCmd + Shift + Z

List Editing

When inside a list item:

ActionWindows/LinuxmacOS
Split list itemEnterEnter
Indent list itemCtrl + ]Cmd + ]
Outdent list itemCtrl + [Cmd + [
Line break (no new item)Shift + EnterShift + Enter
ActionWindows/LinuxmacOS
Quick OpenCtrl + PCmd + P
Project-wide searchCtrl + Shift + FCmd + Shift + F
Find in documentCtrl + FCmd + F

Element References

ActionDescription
Type @Opens the element reference popup
Navigate popup options
EnterSelect element
EscapeCancel popup

Browser-Provided Shortcuts

Standard browser/OS shortcuts work as expected:

ActionWindows/LinuxmacOS
CutCtrl + XCmd + X
CopyCtrl + CCmd + C
PasteCtrl + VCmd + V
Select allCtrl + ACmd + A

Toolbar-Only Actions

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.