mirror of
https://github.com/godotengine/godot.git
synced 2026-05-12 22:35:35 +00:00
00f5b230be
Fix the order in which modifier keys are appended in as_text() and keycode_get_string() to ensure consistent and logical ordering (Ctrl, Alt, Shift, Meta). Refactored keycode_get_string() to use a vector for building the key string, improving readability and maintainability.