mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #9871 from bruvzg/2.1-num-enter-fix
Fix Numpad Enter key on macOS (2.1)
This commit is contained in:
@@ -567,7 +567,7 @@ static int translateKey(unsigned int key) {
|
||||
/* 49 */ KEY_UNKNOWN, /* VolumeDown */
|
||||
/* 4a */ KEY_UNKNOWN, /* Mute */
|
||||
/* 4b */ KEY_KP_DIVIDE,
|
||||
/* 4c */ KEY_KP_ENTER,
|
||||
/* 4c */ KEY_ENTER,
|
||||
/* 4d */ KEY_UNKNOWN,
|
||||
/* 4e */ KEY_KP_SUBTRACT,
|
||||
/* 4f */ KEY_UNKNOWN,
|
||||
|
||||
Reference in New Issue
Block a user