Skip to content

Commit ac9201a

Browse files
committed
Add LinkActions to DumpInputConfig
1 parent f1f8e31 commit ac9201a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/bdv/ui/keymap/DumpInputConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* this list of conditions and the following disclaimer in the documentation
1414
* and/or other materials provided with the distribution.
1515
*
16+
*
1617
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
1718
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1819
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -33,6 +34,7 @@
3334
import bdv.TransformEventHandler2D;
3435
import bdv.TransformEventHandler3D;
3536
import bdv.tools.CloseWindowActions;
37+
import bdv.tools.links.LinkActions;
3638
import bdv.viewer.NavigationActions;
3739
import java.io.File;
3840
import java.io.IOException;
@@ -78,6 +80,7 @@ static CommandDescriptions buildCommandDescriptions( final Context context )
7880
builder.addManually( new CloseWindowActions.Descriptions(), KeyConfigContexts.BIGDATAVIEWER );
7981
builder.addManually( new TransformEventHandler3D.Descriptions(), KeyConfigContexts.BIGDATAVIEWER );
8082
builder.addManually( new TransformEventHandler2D.Descriptions(), KeyConfigContexts.BIGDATAVIEWER );
83+
builder.addManually( new LinkActions.Descriptions(), KeyConfigContexts.BIGDATAVIEWER );
8184

8285
builder.verifyManuallyAdded(); // TODO: It should be possible to filter by Scope here
8386

0 commit comments

Comments
 (0)