Settings And Hotkeys
ASCII Diagram keeps configuration lightweight and workflow-oriented.
View settings
The current app exposes a small set of display settings:
- rulers on / off
- unicode rendering on / off
- light / dark theme
These are local UI preferences. They are not part of the canonical diagram file.
File actions
The File menu covers the basics:
- New
- Open
- Save
Where the browser supports direct file access, save writes to the chosen file. Otherwise the app falls back to download-based save behavior.
Core hotkeys
Tool switching:
VselectHpanBboxTtextAarrow
Editing:
Esccancel the current tool or clear selectionDelete/Backspaceremove selected objectsCmd/Ctrl+ZundoCmd/Ctrl+YorCmd/Ctrl+Shift+Zredo
Clipboard and grouping:
Cmd/Ctrl+Ccopy selected objectsCmd/Ctrl+Vpaste near the cursorCmd/Ctrl+Ggroup selected objectsCmd/Ctrl+Shift+Gungroup
Why keyboard support matters
ASCII Diagram is meant to sit comfortably in technical workflows where people already move quickly between editor, browser, terminal, and docs.
Good keyboard support keeps the app from feeling like a detour.
Local persistence
The browser app can also keep recent state locally so a refresh does not necessarily throw away your in-progress work.
That is a convenience layer, not the source of truth. The file still matters most.