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:
Mike Williams 2022-06-23 08:56:12 -04:00
parent 8aabdcff9c
commit 761ddcad21
1 changed files with 2 additions and 1 deletions

View File

@ -646,7 +646,8 @@ TOOL_ACTION EE_ACTIONS::toggleHiddenFields( "eeschema.EditorControl.showHiddenFi
_( "Show Hidden Fields" ), _( "Toggle display of hidden text fields" ) );
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" ),
BITMAPS::lines90 );