|
|
@ -1616,7 +1616,7 @@ TOOL_ACTION EE_ACTIONS::stopSimulation( TOOL_ACTION_ARGS() |
|
|
|
TOOL_ACTION EE_ACTIONS::simProbe( TOOL_ACTION_ARGS() |
|
|
|
.Name( "eeschema.Simulation.probe" ) |
|
|
|
.Scope( AS_GLOBAL ) |
|
|
|
.DefaultHotkey( 'P' ) |
|
|
|
.DefaultHotkey( MD_SHIFT + 'P' ) |
|
|
|
.FriendlyName( _( "Probe Schematic..." ) ) |
|
|
|
.Tooltip( _( "Add a simulator probe" ) ) |
|
|
|
.Icon( BITMAPS::sim_probe ) ); |
|
|
@ -1624,7 +1624,7 @@ TOOL_ACTION EE_ACTIONS::simProbe( TOOL_ACTION_ARGS() |
|
|
|
TOOL_ACTION EE_ACTIONS::simTune( TOOL_ACTION_ARGS() |
|
|
|
.Name( "eeschema.Simulation.tune" ) |
|
|
|
.Scope( AS_GLOBAL ) |
|
|
|
.DefaultHotkey( 'T' ) |
|
|
|
.DefaultHotkey( MD_SHIFT + 'T' ) |
|
|
|
.FriendlyName( _( "Add Tuned Value..." ) ) |
|
|
|
.Tooltip( _( "Select a value to be tuned" ) ) |
|
|
|
.Icon( BITMAPS::sim_tune ) ); |
|
|
|