1
0

Keyboard shortcut update

This commit is contained in:
Zef Hemel 2023-12-18 12:55:35 +01:00
parent 876db4b2b1
commit 291bd740e1
2 changed files with 11 additions and 13 deletions

View File

@ -1,3 +1,5 @@
This page lists some potentially useful keyboard shortcuts. Also have a look at [[Manual/Outlines]] for outline specific keyboard shortcuts.
# Highlights
Particularly useful keyboard shortcuts (that you may not know about).
| Combination (Mac/Win-Linux) | Action |
@ -44,10 +46,6 @@ Particularly useful keyboard shortcuts (that you may not know about).
| Alt-t | Toggle the state of the task at the cursor position |
| Cmd-z/Ctrl-z | Undo the latest change |
| Cmd-u/Ctrl-u | Go one change ahead |
| Alt-Shift-Left | Fold the content at the cursor position |
| Alt-Shift-Right | Unfold the content at the cursor position
| Alt-Shift-Up | Fold the entire page by headers |
| Alt-Shift-Down | Unfold the entire page by headers |
# Text
| Combination (Mac/Win-Linux) | Text formatting |

View File

@ -21,15 +21,15 @@ An outline is simply a (nested) bulleted list, for instance:
SilverBullet offers a number of `Outline` commands to make manipulating such outlines easier, they are:
* {[Outline: Move Up]}: moves the current item and its children up
* {[Outline: Move Down]}: moves the current item and its children down
* {[Outline: Move Right]}: indents the current item and its children one level deeper
* {[Outline: Move Left]}: outdents the current item and its children one level higher
* {[Outline: Move Up]} (`Alt-ArrowUp`): moves the current item and its children up
* {[Outline: Move Down]} (`Alt-ArrowDown`): moves the current item and its children down
* {[Outline: Move Right]} (`Alt->`): indents the current item and its children one level deeper
* {[Outline: Move Left]}: (`Alt-<`): outdents the current item and its children one level higher
And for folding outlines:
* {[Outline: Fold]}: folds the current items children
* {[Outline: Unfold]}: unfolds the current items children
* {[Outline: Toggle Fold]}: toggles the current items fold state
* {[Outline: Fold All]}: folds all sections in the entire page
* {[Outline: Unfold All]}: unfolds all sections in the entire page
* {[Outline: Fold]} (`Ctrl-Alt-[`): folds the current items children
* {[Outline: Unfold]} (`Ctrl-Alt-]`): unfolds the current items children
* {[Outline: Toggle Fold]} (`Ctrl-Shift-f`): toggles the current items fold state
* {[Outline: Fold All]} (`Ctrl-Alt-Shift-[`): folds all sections in the entire page
* {[Outline: Unfold All]} (`Ctrl-Alt-Shift-]`): unfolds all sections in the entire page