From 4f5a10a6cca8e4706ee70c3e60c3188a84a7cb80 Mon Sep 17 00:00:00 2001 From: Alessandro Daducci Date: Tue, 4 Sep 2018 09:21:09 +0200 Subject: [PATCH] Missing description of some shortcuts --- doc/extras.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/extras.md b/doc/extras.md index a88f5397..abb9f0fd 100644 --- a/doc/extras.md +++ b/doc/extras.md @@ -71,6 +71,8 @@ COMMIT_debugger \ ### Shortcuts +- `left`, `right`, `up`, `down`, `page-up`, `page-down`: move voxel position + - `1`, `2`, `3`: show/hide the x-, y-, z-plane, respectively. All plotting is performed on these planes. - `o`, `O`: decrease/increase the opacity of the three planes - `m`, `M`: decrease/increase the maximum intensity in the image @@ -94,3 +96,5 @@ COMMIT_debugger \ - `f`: show/hide the tracts - `c`, `C`: decrease/increase the slab region in which plotting the fibers - `space`: alternate between "crop fibers to slab around the planes" and "crop fibers in the current voxel (yellow)" +- `ALT` + `left`, `right`, `up`, `down`, `page-up`, `page-down`: apply a shift to streamlines coordinates +