mirror of
https://github.com/wanglin2/obsidian-simplemindmap.git
synced 2026-07-22 07:11:13 +00:00
133 lines
No EOL
1.5 KiB
Markdown
133 lines
No EOL
1.5 KiB
Markdown
# Custom Command Shortcut Reference
|
|
|
|
Starting from version 0.1.5+, the plugin no longer provides default shortcuts. All commands have been converted to OB commands, allowing you to set custom shortcuts for each command. This document lists the original default shortcuts for reference.
|
|
|
|
> In this document, the Ctrl key corresponds to the Command key on Mac systems.
|
|
>
|
|
> The `|` symbol in shortcuts indicates "or," while `+` indicates "and."
|
|
|
|
## Editing Operations
|
|
|
|
- Save
|
|
|
|
`Ctrl + S`
|
|
|
|
- Save and Update Image Data
|
|
|
|
`Ctrl + Shift + S`
|
|
|
|
## Node Operations
|
|
|
|
- Insert Child Node
|
|
|
|
`Tab | Insert`
|
|
|
|
- Insert Sibling Node
|
|
|
|
`Enter`
|
|
|
|
- Insert Parent Node
|
|
|
|
`Shift + Tab`
|
|
|
|
- Move Node Up
|
|
|
|
`Ctrl + ↑`
|
|
|
|
- Move Node Down
|
|
|
|
`Ctrl + ↓`
|
|
|
|
- Insert Summary
|
|
|
|
`Ctrl + G`
|
|
|
|
- Expand/Collapse Node
|
|
|
|
`/`
|
|
|
|
- Delete Node
|
|
|
|
`Delete | Backspace`
|
|
|
|
- Delete Current Node Only
|
|
|
|
`Shift + Backspace`
|
|
|
|
- Copy Node
|
|
|
|
`Ctrl + C`
|
|
|
|
- Cut Node
|
|
|
|
`Ctrl + X`
|
|
|
|
- Paste Node
|
|
|
|
`Ctrl + V`
|
|
|
|
- Edit Node
|
|
|
|
`F2`
|
|
|
|
- Undo
|
|
|
|
`Ctrl + Z`
|
|
|
|
- Redo
|
|
|
|
`Ctrl + Y`
|
|
|
|
- Select All
|
|
|
|
`Ctrl + A`
|
|
|
|
- Auto-arrange Layout
|
|
|
|
`Ctrl + R`
|
|
|
|
- Search and Replace
|
|
|
|
`Ctrl + F`
|
|
|
|
- Toggle Bold
|
|
|
|
`Control+b`
|
|
|
|
- Toggle Italic
|
|
|
|
`Control+i`
|
|
|
|
- Toggle Underline
|
|
|
|
`Control+u`
|
|
|
|
- Toggle Strikethrough
|
|
|
|
`Control+[`
|
|
|
|
- Increase Font Size
|
|
|
|
`Control+Shift+=`
|
|
|
|
- Decrease Font Size
|
|
|
|
`Control+Shift+-`
|
|
|
|
## Canvas Operations
|
|
|
|
- Zoom In
|
|
|
|
`Ctrl + +`
|
|
|
|
- Zoom Out
|
|
|
|
`Ctrl + -`
|
|
|
|
- Return to Root Node
|
|
|
|
`Ctrl + Enter`
|
|
|
|
- Fit to Canvas
|
|
|
|
`Ctrl + I` |