mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
docs(help): document keyboard shortcuts for note tree
This commit is contained in:
@@ -22,4 +22,8 @@ You can easily rearrange the note tree by dragging and dropping notes, as demons
|
||||
|
||||
You can also move notes using the familiar cut and paste functions available in the context menu, or with the associated keyboard [shortcuts](../Keyboard%20Shortcuts.md): `CTRL-C` ( [copy](../Notes/Cloning%20Notes.md)), <kbd>Ctrl</kbd> + <kbd>X</kbd> (cut) and <kbd>Ctrl</kbd> + <kbd>V</kbd> (paste).
|
||||
|
||||
See <a class="reference-link" href="Note%20Tree/Note%20tree%20contextual%20menu.md">Note Tree Menu</a> for more information.
|
||||
See <a class="reference-link" href="Note%20Tree/Note%20tree%20contextual%20menu.md">Note tree contextual menu</a> for more information.
|
||||
|
||||
## Keyboard shortcuts
|
||||
|
||||
The note tree comes with multiple keyboard shortcuts to make editing faster, consult the dedicated <a class="reference-link" href="Note%20Tree/Keyboard%20shortcuts.md">Keyboard shortcuts</a> section.
|
||||
@@ -0,0 +1,17 @@
|
||||
# Keyboard shortcuts
|
||||
The <a class="reference-link" href="../Note%20Tree.md">Note Tree</a> comes with multiple keyboard shortcuts to make editing faster:
|
||||
|
||||
* Opening notes:
|
||||
* <kbd>Click</kbd> to open the note in the current tab.
|
||||
* <kbd>Ctrl</kbd>+<kbd>Click</kbd> or <kbd>Middle click</kbd> to open the note in a new tab.
|
||||
* <kbd>Ctrl</kbd>+<kbd>Right click</kbd> to open the note in <a class="reference-link" href="../Quick%20edit.md">Quick edit</a>.
|
||||
* Navigation within the tree:
|
||||
* <kbd>Up</kbd> and <kbd>Down</kbd> to navigate between notes.
|
||||
* <kbd>Left</kbd> to collapse a note, or <kbd>Right</kbd> to expand it.
|
||||
* Clipboard management:
|
||||
* <kbd>Ctrl</kbd>+<kbd>C</kbd> to copy a note.
|
||||
* <kbd>Ctrl</kbd>+<kbd>X</kbd> to cut a note.
|
||||
* <kbd>Ctrl</kbd>+<kbd>V</kbd> to paste it somewhere.
|
||||
* For <a class="reference-link" href="Multiple%20selection.md">Multiple selection</a>:
|
||||
* <kbd>Alt</kbd>+<kbd>Click</kbd>to add a single note to the current selection.
|
||||
* <kbd>Shift</kbd>+<kbd>Click</kbd>to select a range of notes, starting from the current note (the highlighted one) to the one that is being clicked.
|
||||
Reference in New Issue
Block a user