From 9807c39a9c63ac1f2b2de40204f477ccaca51665 Mon Sep 17 00:00:00 2001 From: azivner Date: Mon, 1 Jan 2018 23:14:18 -0500 Subject: [PATCH] added / changed for trilium release 0.2 --- Keyboard shortcuts.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/Keyboard shortcuts.md b/Keyboard shortcuts.md index 845ce5b..c93808b 100644 --- a/Keyboard shortcuts.md +++ b/Keyboard shortcuts.md @@ -21,17 +21,20 @@ See demo of some of these features in [[note navigation|Note navigation]]. ## Moving / cloning notes -* ```SHIFT+UP```, ```SHIFT+DOWN``` - move note up/down in the note list -* ```SHIFT+LEFT``` - move note up in the note tree -* ```SHIFT+RIGHT``` - move note down in the note tree -* ```CTRL+C``` - copies current note into clipboard (used for [[cloning|Cloning notes]]) -* ```CTRL+X``` - cuts current note into clipboard (used for moving notes) -* ```CTRL+V``` - pastes note as sub-note into current note (which is either move or clone depending on whether it was copied or cut into clipboard) +* ```CTRL+UP```, ```CTRL+DOWN``` - move note up/down in the note list +* ```CTRL+LEFT``` - move note up in the note tree +* ```CTRL+RIGHT``` - move note down in the note tree +* ```SHIFT+UP```, ```SHIFT+DOWN``` - multi-select note above/below +* ```CTRL+A``` - select all notes in the current level +* ```CTRL+click``` - multi select note which you clicked on +* ```CTRL+C``` - copies current note (or current selection) into clipboard (used for [[cloning|Cloning notes]]) +* ```CTRL+X``` - cuts current (or current selection) note into clipboard (used for moving notes) +* ```CTRL+V``` - pastes note(s) as sub-note into current note (which is either move or clone depending on whether it was copied or cut into clipboard) * ```DEL``` / ```CTRL+DEL``` - delete note / sub-tree. Just ```DELETE``` works in tree pane, ```CTRL-DEL``` works globally. ## Editing notes -* ```CTRL+ENTER``` in tree pane switches from tree pane into editor. ```CTRL+.``` switches back from editor to tree pane. +* ```ENTER``` / ```CTRL+ENTER``` in tree pane switches from tree pane into editor. ```CTRL+.``` switches back from editor to tree pane. * ```CTRL+K``` - create / edit external link * ```CTRL+L``` - create internal (note) link * ```ALT+T``` - inserts current date and time at caret position