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