From 9a223b1243c276ce46f3c19068309297b5510c02 Mon Sep 17 00:00:00 2001 From: bogovicj Date: Fri, 7 Aug 2020 11:32:08 -0400 Subject: [PATCH] move dialog toggles to functional F-keys see #96 --- src/main/java/bigwarp/BigWarpActions.java | 6 +++--- src/main/resources/viewer/BigWarpHelp.html | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/java/bigwarp/BigWarpActions.java b/src/main/java/bigwarp/BigWarpActions.java index bb8bc606..f690d80e 100755 --- a/src/main/java/bigwarp/BigWarpActions.java +++ b/src/main/java/bigwarp/BigWarpActions.java @@ -134,9 +134,9 @@ public static InputMap createInputMapViewer( final KeyStrokeAdder.Factory keyPro map.put(RESET_VIEWER, "R"); - map.put( String.format( VISIBILITY_AND_GROUPING, "moving" ), "F6" ); - map.put( String.format( VISIBILITY_AND_GROUPING, "target" ), "F7" ); - map.put( String.format( VISIBILITY_AND_GROUPING, "transform type" ), "F8" ); + map.put( String.format( VISIBILITY_AND_GROUPING, "moving" ), "F3" ); + map.put( String.format( VISIBILITY_AND_GROUPING, "target" ), "F4" ); + map.put( "transform type", "F2" ); map.put( String.format( ALIGN_VIEW_TRANSFORMS, AlignViewerPanelAction.TYPE.OTHER_TO_ACTIVE ), "Q" ); map.put( String.format( ALIGN_VIEW_TRANSFORMS, AlignViewerPanelAction.TYPE.ACTIVE_TO_OTHER ), "W" ); diff --git a/src/main/resources/viewer/BigWarpHelp.html b/src/main/resources/viewer/BigWarpHelp.html index 77856179..c15418f5 100644 --- a/src/main/resources/viewer/BigWarpHelp.html +++ b/src/main/resources/viewer/BigWarpHelp.html @@ -74,14 +74,14 @@

Sources and display modes

S Show Brightness & Color dialog. - F6 + F2 + Show transform type selection dialog. + + F3 Show moving image panel Visibility & and Grouping dialog. - F7 + F4 Show target image panel Visibility & and Grouping dialog. - - F8 - Show transform type selection dialog. Show warp visualization grid dialog.