1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Fix fr+oss layout issues with KP period

Co-authored-by: Riteo Siuga <riteo@posteo.net>
This commit is contained in:
Adam Scott
2025-02-08 16:22:46 -05:00
parent 36d90c73a8
commit 1376828ef6
4 changed files with 14 additions and 9 deletions

View File

@@ -378,6 +378,7 @@ bool KeyMappingXKB::is_sym_numpad(xkb_keysym_t p_keysym) {
case XKB_KEY_KP_Divide:
case XKB_KEY_KP_Separator:
case XKB_KEY_KP_Decimal:
case XKB_KEY_KP_Delete:
case XKB_KEY_KP_0:
case XKB_KEY_KP_1:
case XKB_KEY_KP_2: