File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3164,7 +3164,8 @@ void ScriptTextEditor::register_editor() {
31643164 ED_SHORTCUT (" script_text_editor/goto_function" , TTRC (" Go to Function..." ), KeyModifierMask::ALT | KeyModifierMask::CTRL | Key::F);
31653165 ED_SHORTCUT_OVERRIDE (" script_text_editor/goto_function" , " macos" , KeyModifierMask::CTRL | KeyModifierMask::META | Key::J);
31663166
3167- ED_SHORTCUT (" script_text_editor/goto_line" , TTRC (" Go to Line..." ), KeyModifierMask::CMD_OR_CTRL | Key::L);
3167+ ED_SHORTCUT (" script_text_editor/goto_line" , TTRC (" Go to Line..." ), KeyModifierMask::CMD_OR_CTRL | Key::G);
3168+ ED_SHORTCUT_OVERRIDE (" script_text_editor/goto_line" , " macos" , KeyModifierMask::CMD_OR_CTRL | Key::L);
31683169 ED_SHORTCUT (" script_text_editor/goto_symbol" , TTRC (" Lookup Symbol" ));
31693170
31703171 ED_SHORTCUT (" script_text_editor/toggle_breakpoint" , TTRC (" Toggle Breakpoint" ), Key::F9);
You can’t perform that action at this time.
0 commit comments