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
This commit is contained in:
Seth Hillbrand 2018-06-18 21:13:00 -07:00
parent 3c7b91b96a
commit 462549fc84
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ EDA_HOTKEY* module_edit_Hotkey_List[] = {
&HkMoveItem,
&HkMoveItemExact,
&HkRotateItem,
&HkSwitchTrackPosture,
// Edit/Duplicate
&HkEditBoardItem,