mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
added F4 hot key to "single gate step" action
This commit is contained in:
parent
21a690eefc
commit
d123dfdec6
@ -958,7 +958,7 @@ public final class Main extends JFrame implements ClosingWindowListener.ConfirmS
|
||||
showErrorAndStopModel(Lang.get("msg_errorCalculatingStep"), e1);
|
||||
}
|
||||
}
|
||||
}.setToolTip(Lang.get("menu_step_tt"));
|
||||
}.setToolTip(Lang.get("menu_step_tt")).setAccelerator("F4");
|
||||
runToBreakMicroAction = new ToolTipAction(Lang.get("menu_runToBreakMicro"), ICON_STEP_FINISH) {
|
||||
@Override
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user