MaMuT查看器中使用的按键绑定可以通过文本文件进行自定义,允许您将任何命令重新映射到任何键。为此,请在 Fiji.app 文件夹(其中有 plugins 和 jars 文件夹)中创建一个名为 mamut.properties 的文本文件。该文件必须遵循以下语法示例:
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
...
它遵循语法key=command,每行一个。如⇧ Shift和⌃ Ctrl之类的修饰键是通过在键前面添加其名称来指定的,并用空格分隔,并用反斜杠\进行转义。命令中的空格不需要转义。行首的破折号 # 字符用于插入注释。
# 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=help
S=brightness settings
F6=visibility and grouping
I=toggle interpolation
F=toggle fused mode
G=toggle grouping
T=toggle manual transformation
F8=record max projection movie
F10=record movie
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
shift\ CLOSE_BRACKET=step time forward
shift\ M=next timepoint
shift\ OPEN_BRACKET=step time backward
shift\ N=previous timepoint
shift\ B=set bookmark
B=go to bookmark
O=go to bookmark rotation