Command-F focus filter input field in project manager
This commit is contained in:
parent
8d4d167234
commit
759e20aac6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user