File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -347,7 +347,8 @@ This is an open source project. Find the code [here](https://github.com/DCMLab/t
347
347
Only inner nodes or the last leaf node can be deleted.
348
348
- Pressing `Esc` (or clicking the `Deselect All` button) deselects all nodes.
349
349
- 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.
351
352
- You can also edit an existing qtree string by loading it
352
353
using the *load qtree string* button.
353
354
@@ -428,6 +429,8 @@ This is an open source project. Find the code [here](https://github.com/DCMLab/t
428
429
" o" (db/toggle-output! )
429
430
" ?" (db/toggle-manual! )
430
431
" m" (db/toggle-manual! )
432
+ " h" (db/toggle-manual! )
433
+ " p" (db/toggle-preview! )
431
434
" e" (db/start-renaming-selected )
432
435
" r" (db/start-renaming-selected )
433
436
nil )
You can’t perform that action at this time.
0 commit comments