Skip to content
Snippets Groups Projects
Commit 35b6a0a4 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

NavigationActions should pick up key bindings from context "bdv". The old

"navigation" context is left in for backwards compatibility.
parent b5370e91
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ public class NavigationActions extends Actions
public NavigationActions( final KeyStrokeAdder.Factory keyConfig )
{
super( keyConfig, new String[] { "navigation" } );
super( keyConfig, new String[] { "bdv", "navigation" } );
}
public void alignPlaneAction( final ViewerPanel viewer, final AlignPlane plane, final String... defaultKeyStrokes )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment