Change Move Exactly hotkey to Shift + M to avoid OSX minimize.

Fixes https://gitlab.com/kicad/code/kicad/issues/8864
This commit is contained in:
Jeff Young 2021-07-27 18:19:45 +01:00
parent 484b6bae64
commit 1f2e7a94ca
1 changed files with 1 additions and 1 deletions

View File

@ -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 );