-
Notifications
You must be signed in to change notification settings - Fork 20
/
bigdataviewer.keys.properties
79 lines (74 loc) · 1.83 KB
/
bigdataviewer.keys.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# The key bindings for MaMUT viewer windows.
# Available actions are the following (space in between words must be included):
#
# add spot
# delete spot
# increase spot radius
# increase spot radius a lot
# increase spot radius a bit
# decrease spot radius
# decrease spot radius a lot
# decrease spot radius a bit
#
# semi-auto tracking
# toggle linking mode
#
# show help
# toggle brightness dialog
# toggle interpolation
# toggle fused mode
# toggle grouping
#
# toggle source visibility 0
# toggle source visibility 1
# toggle source visibility ... up to 9
#
# align XY plane
# align ZY plane
# align XZ plane
#
# next timepoint
# previous timepoint
# step time forward
# step time backward
#
# No space around '='!
# An action can have several key bindings.
# When using shift, control, etc... use a a backslash-space after the modifier
# (as in 'control\ Q').
A=add spot
ENTER=add spot
D=delete spot
E=increase spot radius
Q=decrease spot radius
shift\ E=increase spot radius a lot
shift\ Q=decrease spot radius a lot
control\ E=increase spot radius a bit
control\ Q=decrease spot radius a bit
shift\ A=semi-auto tracking
shift\ L=toggle linking mode
L=toggle link
F1=show help
S=toggle brightness dialog
I=toggle interpolation
F=toggle fused mode
G=toggle grouping
T=toggle manual transformation
shift\ 1=toggle source visibility 0
shift\ 2=toggle source visibility 1
shift\ 3=toggle source visibility 2
shift\ 4=toggle source visibility 3
shift\ 5=toggle source visibility 4
shift\ 6=toggle source visibility 5
shift\ 7=toggle source visibility 6
shift\ 8=toggle source visibility 7
shift\ 9=toggle source visibility 8
shift\ 0=toggle source visibility 9
shift\ Z=align XY plane
shift\ X=align ZY plane
shift\ Y=align XZ plane
shift\ C=align XZ plane
CLOSE_BRACKET=step time forward
M=next timepoint
OPEN_BRACKET=step time backward
N=previous timepoint