diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 6b1e9999f7..8855410028 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -272,7 +272,7 @@ TOOL_ACTION PCB_ACTIONS::duplicateIncrement( "pcbnew.InteractiveEdit.duplicateIn TOOL_ACTION PCB_ACTIONS::moveExact( "pcbnew.InteractiveEdit.moveExact", AS_GLOBAL, - MD_CTRL + 'M', LEGACY_HK_NAME( "Move Item Exactly" ), + MD_SHIFT + 'M', LEGACY_HK_NAME( "Move Item Exactly" ), _( "Move Exactly..." ), _( "Moves the selected item(s) by an exact amount" ), BITMAPS::move_exactly );