Swap: take S key now that it's available
This commit is contained in:
parent
785f1acdb0
commit
3e715c99c8
|
@ -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 );
|
||||
|
||||
|
|
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue