mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-16 00:15:01 -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);
|
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")) {
|
showMeasurementGraph = new ToolTipAction(Lang.get("menu_showDataGraph")) {
|
||||||
@Override
|
@Override
|
||||||
|
@ -542,6 +542,7 @@
|
|||||||
<chapter name="Tastenbelegung" newpage="true">
|
<chapter name="Tastenbelegung" newpage="true">
|
||||||
<shortcuts>
|
<shortcuts>
|
||||||
<shortcut key="Leertaste">Starten und stoppen der Simulation</shortcut>
|
<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="F7">Run to Break</shortcut>
|
||||||
<shortcut key="F8">Starten der Testfälle</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
|
<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">
|
<chapter name="Keyboard Shortcuts" newpage="true">
|
||||||
<shortcuts>
|
<shortcuts>
|
||||||
<shortcut key="Space">Starts or stops the simulation.</shortcut>
|
<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="F7">Run to Break</shortcut>
|
||||||
<shortcut key="F8">Execute test cases</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
|
<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