Keyboard shortcut update
This commit is contained in:
parent
876db4b2b1
commit
291bd740e1
@ -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 |
|
||||
|
@ -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 item’s children
|
||||
* {[Outline: Unfold]}: unfolds the current item’s children
|
||||
* {[Outline: Toggle Fold]}: toggles the current item’s 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 item’s children
|
||||
* {[Outline: Unfold]} (`Ctrl-Alt-]`): unfolds the current item’s children
|
||||
* {[Outline: Toggle Fold]} (`Ctrl-Shift-f`): toggles the current item’s 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
|
||||
|
Loading…
Reference in New Issue
Block a user