From 462549fc849146361a17fe84b1960ba9cf6a9469 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Mon, 18 Jun 2018 21:13:00 -0700 Subject: [PATCH] modedit: Add hotkey to switch arc posture Allows switching arc clockwise/counterclockwise orientation while drawing in module editor. Fixes: lp:1777524 * https://bugs.launchpad.net/kicad/+bug/1777524 --- pcbnew/hotkeys.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/hotkeys.cpp b/pcbnew/hotkeys.cpp index c7c9aea1ad..934f23d8c3 100644 --- a/pcbnew/hotkeys.cpp +++ b/pcbnew/hotkeys.cpp @@ -465,6 +465,7 @@ EDA_HOTKEY* module_edit_Hotkey_List[] = { &HkMoveItem, &HkMoveItemExact, &HkRotateItem, + &HkSwitchTrackPosture, // Edit/Duplicate &HkEditBoardItem,