Skip to content

Commit

Permalink
move dialog toggles to functional F-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Aug 7, 2020
1 parent 9123feb commit 9a223b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/main/java/bigwarp/BigWarpActions.java
Original file line number Diff line number Diff line change
Expand Up @@ -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" );
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/viewer/BigWarpHelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ <h2>Sources and display modes</h2>
<td class="a"><b>S</b></td>
<td>Show Brightness &amp; Color dialog.</td>
</tr><tr>
<td class="a"><b>F6</b></td>
<td class="a"><b>F2</b></td>
<td>Show transform type selection dialog.</td>
</tr><tr>
<td class="a"><b>F3</b></td>
<td>Show moving image panel Visibility &amp; and Grouping dialog.</td>
</tr><tr>
<td class="a"><b>F7</b></td>
<td class="a"><b>F4</b></td>
<td>Show target image panel Visibility &amp; and Grouping dialog.</td>
</tr><tr>
<td class="a"><b>F8</b></td>
<td>Show transform type selection dialog.</td>
</tr><tr>
<td class="a"><b>U&nbsp;</b></td>
<td>Show warp visualization grid dialog.</td>
Expand Down

0 comments on commit 9a223b1

Please sign in to comment.