Schematic: remove internal Change Sheet action from hotkeys

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13157
This commit is contained in:
Mike Williams 2022-12-13 13:55:23 -05:00
parent 1ebe3dc131
commit af4e9968fc
1 changed files with 2 additions and 2 deletions

View File

@ -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",