Swap: take S key now that it's available

This commit is contained in:
Mike Williams 2023-02-14 07:42:06 -05:00
parent 785f1acdb0
commit 3e715c99c8
2 changed files with 2 additions and 2 deletions

View File

@ -420,7 +420,7 @@ TOOL_ACTION EE_ACTIONS::mirrorH( "eeschema.InteractiveEdit.mirrorH",
TOOL_ACTION EE_ACTIONS::swap( "eeschema.InteractiveEdit.swap",
AS_GLOBAL,
MD_SHIFT + 'S', "",
'S', "",
_( "Swap" ), _( "Swaps selected items' positions" ),
BITMAPS::swap );

View File

@ -338,7 +338,7 @@ TOOL_ACTION PCB_ACTIONS::mirrorV( "pcbnew.InteractiveEdit.mirrorVertically",
TOOL_ACTION PCB_ACTIONS::swap( "pcbnew.InteractiveEdit.swap",
AS_GLOBAL,
MD_SHIFT + 'S', "",
'S', "",
_( "Swap" ), _( "Swaps selected items' positions" ),
BITMAPS::swap );