You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Make pressing Enter confirm project creation/import in the project manager
This makes the project manager more friendly to keyboard usage. You can now create projects more easily without touching the mouse by opening the project manager, pressing Ctrl + N, entering a project name and pressing Enter.
This commit is contained in:
@@ -154,6 +154,7 @@ public:
|
||||
StringName confirmed;
|
||||
|
||||
StringName text_changed;
|
||||
StringName text_submitted;
|
||||
StringName value_changed;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user