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:
parent
484b6bae64
commit
1f2e7a94ca
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue