Schematic: Add shift-space hotkey for consistency with PCB editor
Already in 7.0/master. Fixes: https://gitlab.com/kicad/code/kicad/-/issues/10858
This commit is contained in:
parent
8aabdcff9c
commit
761ddcad21
|
@ -646,7 +646,8 @@ TOOL_ACTION EE_ACTIONS::toggleHiddenFields( "eeschema.EditorControl.showHiddenFi
|
||||||
_( "Show Hidden Fields" ), _( "Toggle display of hidden text fields" ) );
|
_( "Show Hidden Fields" ), _( "Toggle display of hidden text fields" ) );
|
||||||
|
|
||||||
TOOL_ACTION EE_ACTIONS::toggleForceHV( "eeschema.EditorControl.forceHVLines",
|
TOOL_ACTION EE_ACTIONS::toggleForceHV( "eeschema.EditorControl.forceHVLines",
|
||||||
AS_GLOBAL, 0, "",
|
AS_GLOBAL,
|
||||||
|
MD_SHIFT + ' ', "",
|
||||||
_( "Force H/V Wires and Buses" ), _( "Switch H & V only mode for new wires and buses" ),
|
_( "Force H/V Wires and Buses" ), _( "Switch H & V only mode for new wires and buses" ),
|
||||||
BITMAPS::lines90 );
|
BITMAPS::lines90 );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue