From a3786fd6d89e5ce25b80646077625ebd2c431db2 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Wed, 7 Oct 2015 11:10:34 +0200 Subject: [PATCH] router; Changed 'custom track via/size' hotkey to Q (to avoid conflict with cycling through defined track widths). --- pcbnew/router/router_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 0b5e1b4939..eaf46896bf 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -89,7 +89,7 @@ static TOOL_ACTION ACT_PlaceMicroVia( "pcbnew.InteractiveRouter.PlaceMicroVia", via_microvia_xpm ); static TOOL_ACTION ACT_CustomTrackWidth( "pcbnew.InteractiveRouter.CustomTrackViaSize", - AS_CONTEXT, 'W', + AS_CONTEXT, 'Q', _( "Custom Track/Via Size" ), _( "Shows a dialog for changing the track width and via size." ), width_track_xpm );