Schematic: remove internal Change Sheet action from hotkeys
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13157
This commit is contained in:
parent
1ebe3dc131
commit
af4e9968fc
|
@ -760,8 +760,8 @@ TOOL_ACTION EE_ACTIONS::showPythonConsole( "eeschema.EditorControl.showPythonCon
|
|||
// SCH_NAVIGATE_TOOL
|
||||
//
|
||||
TOOL_ACTION EE_ACTIONS::changeSheet( "eeschema.NavigateTool.changeSheet",
|
||||
AS_GLOBAL, 0, "",
|
||||
_( "Enter Sheet" ), _( "Change to provided sheet's contents in the schematic editor" ),
|
||||
AS_CONTEXT, 0, "",
|
||||
_( "Change Sheet" ), _( "Change to provided sheet's contents in the schematic editor" ),
|
||||
BITMAPS::enter_sheet );
|
||||
|
||||
TOOL_ACTION EE_ACTIONS::enterSheet( "eeschema.NavigateTool.enterSheet",
|
||||
|
|
Loading…
Reference in New Issue