You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Command-F focus filter input field in project manager
This commit is contained in:
@@ -692,6 +692,10 @@ void ProjectManager::_unhandled_input(const InputEvent& p_ev) {
|
||||
}
|
||||
|
||||
} break;
|
||||
case KEY_F: {
|
||||
if (k.mod.command) this->project_filter->search_box->grab_focus();
|
||||
else scancode_handled = false;
|
||||
} break;
|
||||
default: {
|
||||
scancode_handled = false;
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user