Shortcuts

Every keyboard shortcut, with context.

Search, jump to a category, or scan the full list. This page mirrors the current in-app shortcuts dialog (Ctrl+?).

File operations

ShortcutActionWhen to use
Ctrl + OOpen documentOpen an existing .md file from disk.
Ctrl + SSave documentSave the current document. First save prompts for a location.
Ctrl + Shift + DSet working directoryChoose the base folder for relative links, images, and related Markdown files.
Ctrl + Shift + HExport as HTMLExport with the live preview theme preserved. Use for theme-faithful sharing.
Ctrl + Shift + PExport as PDFExport to print-safe PDF. Always uses the light variant of the current theme family.
Ctrl + Shift + WExport as WordExport to .docx. Choose Print (monochrome) or Screen (light theme colors).

Appearance

ShortcutActionWhen to use
Ctrl + Shift + TToggle Light/DarkSwitch the current family between light and dark. Color-only repaint, no re-render.
Ctrl + Alt + PToggle Paperback paletteSwitch between Normal and Paperback families.

View modes

ShortcutActionWhen to use
Ctrl + 1Editor onlyHide the preview pane. Use for distraction-free writing.
Ctrl + 2Preview onlyHide the editor. Use for reading-mode review.
Ctrl + 3Split viewShow editor and preview side-by-side. The default writing mode.
F11Toggle fullscreenHide all chrome. Useful on small displays or for focus.
ESCExit fullscreenReturn from fullscreen to the previous view.

Zoom controls

ShortcutActionWhen to use
Ctrl + +Zoom inEnlarge editor and preview text together.
Ctrl + -Zoom outReduce editor and preview text together.
Ctrl + 0Reset zoomReturn to 100% zoom level.

Editing

ShortcutActionWhen to use
Ctrl + FFind in editorOpen the find panel. Search is case-insensitive by default.
Ctrl + HFind & replaceOpen find with a replace field for in-document substitution.
Ctrl + ZUndoReverse the last edit. Multiple undos cascade through history.
Ctrl + YRedoRe-apply an undone edit.
Ctrl + ASelect allSelect all text in the active pane.
Ctrl + CCopyCopy the selection to clipboard.
Ctrl + VPastePaste clipboard contents at the cursor.
Ctrl + XCutCut the selection to clipboard.

Formatting

ShortcutActionWhen to use
Ctrl + BBoldWrap the selection in **bold**.
Ctrl + IItalicWrap the selection in *italic*.
Ctrl + KInsert linkConvert the selection to a markdown link [text](url).
Ctrl + `Inline codeWrap the selection in backticks `code`.
Ctrl + Shift + 8Bullet listConvert the selection lines to a - bullet list.
Ctrl + Shift + 7Numbered listConvert the selection lines to a 1. numbered list.
Ctrl + ]Increase indentIndent the selected lines by one level.
Ctrl + [Decrease indentOutdent the selected lines by one level.

Help

ShortcutActionWhen to use
Ctrl + ?Show keyboard shortcutsOpen the in-app shortcuts dialog. Mirrors this page.
Tip: Most editing and clipboard shortcuts are standard Windows conventions, so muscle memory from other editors transfers cleanly. The MarkStudio-specific shortcuts to remember are Ctrl+1/2/3 (views), Ctrl+Shift+T (theme), Ctrl+Alt+P (Paperback), Ctrl+Shift+D (working directory), and the Ctrl+Shift+H/P/W export trio.