You've already forked godot
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user