You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
F5 hotkey to refresh FileDialog/EditorFileDialog
This commit is contained in:
@@ -90,6 +90,10 @@ void EditorFileDialog::_unhandled_input(const InputEvent& p_event) {
|
||||
}
|
||||
|
||||
} break;
|
||||
case KEY_F5: {
|
||||
|
||||
invalidate();
|
||||
} break;
|
||||
default: { handled=false; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user