From af4e9968fc7748c9a8e4f0aeca50e0db139ecc86 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Tue, 13 Dec 2022 13:55:23 -0500 Subject: [PATCH] Schematic: remove internal Change Sheet action from hotkeys Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13157 --- eeschema/tools/ee_actions.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eeschema/tools/ee_actions.cpp b/eeschema/tools/ee_actions.cpp index 3b97cecdc5..5f2ef86eb2 100644 --- a/eeschema/tools/ee_actions.cpp +++ b/eeschema/tools/ee_actions.cpp @@ -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",