Hi Michael,
It is better to write to a public mailing list. I am CCing the ImageJ list.
> I was starting to use image5D.
...
> I looked for a key combo that would allow navigation through the time
> series, including all the modifier keys with right/left arrow, etc. Is
> this something that could be implemented, or did I just fail to find
> the magic keys?
Z: page up/down, or numpad 4/5
T: shift+page up/down, or numpad 1/2
C: ctrl+page up/down, or numpad 7/8
Source code which shows supported keyboard shortcuts is at:
https://github.com/imagej/image5d/blob/b9aef7b0/src/main/java/i5d/gui/Image5DWindow.java#L572The left/right arrows and <> and ,. also all work to move Z, sort of. But
<> and ,. move two steps at a time in my tests, and the arrow keys have
other purposes as shown in the source code above, so I suggest sticking
with the page up/down and numpad shortcuts.
Regards,
Curtis
On Tue, Oct 8, 2013 at 6:47 PM, Michael Glotzer <
[hidden email]>wrote:
> Hi Curtis,
> I was starting to use image5D. I was able to largely accomplish what I
> intended. However, I noticed that while scrubbing through a time series,
> there were some display artifacts. These weren't seen while navigating
> through z with the arrow keys. I looked for a key combo that would allow
> navigation through the time series, including all the modifier keys with
> right/left arrow, etc. Is this something that could be implemented, or did
> I just fail to find the magic keys?
> Thanks for your help.
> best,
> Michael
>
>
>
>
--
ImageJ mailing list:
http://imagej.nih.gov/ij/list.html