From 291bd740e1ce7f08b7c114fc7affc3eef169b0a1 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 18 Dec 2023 12:55:35 +0100 Subject: [PATCH] Keyboard shortcut update --- website/Keyboard Shortcuts.md | 6 ++---- website/Manual/Outlines.md | 18 +++++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/website/Keyboard Shortcuts.md b/website/Keyboard Shortcuts.md index a6b28fb4..d622f3f7 100644 --- a/website/Keyboard Shortcuts.md +++ b/website/Keyboard Shortcuts.md @@ -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 | diff --git a/website/Manual/Outlines.md b/website/Manual/Outlines.md index 29db3e76..d07542ce 100644 --- a/website/Manual/Outlines.md +++ b/website/Manual/Outlines.md @@ -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