Adds a hot key F6 to open the measurement table.

This commit is contained in:
hneemann 2018-07-30 18:12:23 +02:00
parent 70eda1fcc2
commit d3921fa888
3 changed files with 3 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
showMeasurementDialog(event);
}
}
}.setToolTip(Lang.get("menu_showDataTable_tt")).setEnabledChain(false);
}.setToolTip(Lang.get("menu_showDataTable_tt")).setEnabledChain(false).setAccelerator("F6");
showMeasurementGraph = new ToolTipAction(Lang.get("menu_showDataGraph")) {
@Override

View File

@ -542,6 +542,7 @@
<chapter name="Tastenbelegung" newpage="true">
<shortcuts>
<shortcut key="Leertaste">Starten und stoppen der Simulation</shortcut>
<shortcut key="F6">Anzeigen der Messwerttabelle</shortcut>
<shortcut key="F7">Run to Break</shortcut>
<shortcut key="F8">Starten der Testfälle</shortcut>
<shortcut key="C">Einen Taktschritt ausführen (nur bei gestarteter Simulation und nur, wenn es genau ein

View File

@ -485,6 +485,7 @@
<chapter name="Keyboard Shortcuts" newpage="true">
<shortcuts>
<shortcut key="Space">Starts or stops the simulation.</shortcut>
<shortcut key="F6">Opens the measurement table dialog.</shortcut>
<shortcut key="F7">Run to Break</shortcut>
<shortcut key="F8">Execute test cases</shortcut>
<shortcut key="C">A single clock step (Works only in a running simulation and only if there is a single