mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-15 07:48:29 -04:00
Adds a hot key F6 to open the measurement table.
This commit is contained in:
parent
70eda1fcc2
commit
d3921fa888
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user