Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
Closes #7695
This commit is contained in:
@@ -573,7 +573,7 @@ void ProjectManager::_unhandled_input(const Ref<InputEvent> &p_ev) {
|
||||
|
||||
switch (k->get_scancode()) {
|
||||
|
||||
case KEY_RETURN: {
|
||||
case KEY_ENTER: {
|
||||
|
||||
_open_project();
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user