1
0
Fork 0

Merge pull request #109539 from Giganzo/shortcut-reset

Fix shortcut reset for spatial_editor/tool_select
This commit is contained in:
Thaddeus Crews 2025-08-12 11:46:34 -05:00
commit 9016df63f7
No known key found for this signature in database
GPG Key ID: 8C6E5FEB5FC03CCC
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}
///////