diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 175096a05d..f45dee22cc 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -2351,7 +2351,7 @@ TOOL_ACTION PCB_ACTIONS::routerUndoLastSegment( TOOL_ACTION_ARGS() TOOL_ACTION PCB_ACTIONS::routerContinueFromEnd( TOOL_ACTION_ARGS() .Name( "pcbnew.InteractiveRouter.ContinueFromEnd" ) .Scope( AS_CONTEXT ) - .DefaultHotkey( 'E' ) + .DefaultHotkey( MD_CTRL + 'E' ) .FriendlyName( _( "Route From Other End" ) ) .Tooltip( _( "Commits current segments and starts next segment from nearest ratsnest end." ) ) );