Skip to content

Commit 91b8167

Browse files
committed
add shortcuts p for preview and h for menu
1 parent 3815297 commit 91b8167

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tree_annotation/core.cljs

+4-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ This is an open source project. Find the code [here](https://github.com/DCMLab/t
347347
Only inner nodes or the last leaf node can be deleted.
348348
- Pressing `Esc` (or clicking the `Deselect All` button) deselects all nodes.
349349
- Pressing `i` or `o` toggles the input or output section, respectively.
350-
Pressing `m` or `?` toggles the manual section.
350+
Pressing `m`, `h`, or `?` toggles the manual section.
351+
Pressing `p` toggles the preview section.
351352
- You can also edit an existing qtree string by loading it
352353
using the *load qtree string* button.
353354
@@ -428,6 +429,8 @@ This is an open source project. Find the code [here](https://github.com/DCMLab/t
428429
"o" (db/toggle-output!)
429430
"?" (db/toggle-manual!)
430431
"m" (db/toggle-manual!)
432+
"h" (db/toggle-manual!)
433+
"p" (db/toggle-preview!)
431434
"e" (db/start-renaming-selected)
432435
"r" (db/start-renaming-selected)
433436
nil)

0 commit comments

Comments
 (0)