Skip to content

Commit 9016df6

Browse files
committed
Merge pull request #109539 from Giganzo/shortcut-reset
Fix shortcut reset for spatial_editor/tool_select
2 parents 29ff6c3 + 54ac5cd commit 9016df6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editor/run/game_view_plugin.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ GameViewDebugger::GameViewDebugger() {
288288
ED_SHORTCUT_OVERRIDE("editor/suspend_resume_embedded_project", "macos", KeyModifierMask::META | KeyModifierMask::SHIFT | Key::B);
289289

290290
ED_SHORTCUT("editor/next_frame_embedded_project", TTRC("Next Frame"), Key::F10);
291-
292-
ED_SHORTCUT("spatial_editor/tool_select", TTRC("Select Mode"), Key::Q);
293291
}
294292

295293
///////

0 commit comments

Comments
 (0)