-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Linux] Numpad period key triggers delete instead of period #102404
Comments
Can you reproduce this with native Wayland support enabled in the Editor Settings (Prefer Wayland)? Also, double-check your numlock key status. |
Whether numlock is on or off, it performs delete. And enable Prefer Wayland it's the same. |
I found there was also this issue even before #102169 when enables native Wayland, but it doesn't happend when using X11. |
Just downloaded the 4.4.beta3 released few minutes ago and the bug is still present. I tested 4.4.beta2 as well, but that one was even worse as any numpad key triggered the non-numeric keys (i.e. 7 was in fact Home, 3 was Page Down, etc...). The Beta 3 fixed the numbers but not the period one. EDIT: I use the standard Godot version, not the .net one. |
Weird, I can't replicate this on HEAD (3f56b3b) using the Wayland backend, with an italian layout while the numlock is on. Can you please give more info about your setup, such as your layout? It would also be very useful to have the info copied from |
As requested, here are the System Infos:
My window manager is Hyprland. My keyboard layout is Using Godot v4.4.beta1 gives the normal behavior. I tried to toggle the Num Lock button of course, but it does not affect the Changing my keyboard layout to If you need more infos, don't hesitate to ask. |
Cannot reproduce on I even tried the AZERTY French layout and it works flawlessly on my side. Both on the Wayland and the X11 display drivers. |
Correct, I made more investigations and it works as intended if I use the default Thanks @adamscott, you pointed me to this test. |
I'm gonna try that variant, I'm curious. |
@TheRealSlander So I am able to reproduce the issue with the |
Closing as completed as I created #102599 to tackle specifically the |
Tested versions
Reproducible in 4.4.dev[d2995dc].
System information
Godot v4.4.beta.mono - EndeavourOS SMP PREEMPT_DYNAMIC Sat, 18 Jan 2025 02:26:57 +0000 on Wayland - X11 display driver, Multi-window, 1 monitor - Vulkan (Mobile) - integrated AMD Radeon Graphics (RADV RENOIR) - AMD Ryzen 7 4800U with Radeon Graphics (16 threads)
Issue description
Since #102169, numpad period key triggers delete in script editor and triggers nothing in property inspector instead of period in Linux, but
Alt + Numpad Period
triggers period.Steps to reproduce
Press numpad period key in Godot script editor or property inspector.
Minimal reproduction project (MRP)
N/A
Bugsquad: bisected to 140a63b
The text was updated successfully, but these errors were encountered: