From 54ac5cd0686b844c779641827673fdd30715bfd0 Mon Sep 17 00:00:00 2001 From: Giganzo <158825920+Giganzo@users.noreply.github.com> Date: Tue, 12 Aug 2025 10:46:20 +0200 Subject: [PATCH] Fix shortcut reset for spatial_editor/tool_select --- editor/run/game_view_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/run/game_view_plugin.cpp b/editor/run/game_view_plugin.cpp index aa8c8ca77df..4903d02b649 100644 --- a/editor/run/game_view_plugin.cpp +++ b/editor/run/game_view_plugin.cpp @@ -288,8 +288,6 @@ GameViewDebugger::GameViewDebugger() { ED_SHORTCUT_OVERRIDE("editor/suspend_resume_embedded_project", "macos", KeyModifierMask::META | KeyModifierMask::SHIFT | Key::B); ED_SHORTCUT("editor/next_frame_embedded_project", TTRC("Next Frame"), Key::F10); - - ED_SHORTCUT("spatial_editor/tool_select", TTRC("Select Mode"), Key::Q); } ///////