Page 1 of 1

[2.1.12] on MacOS, numpad keys send navigation inputs

Posted: Mon Jul 20, 2026 7:12 pm
by Weldawadyathink
This appears to be caused by the fix for this bug report: 133992.

On the apple magic keyboard with numpad, there is no concept of numlock. The navigational keys are separate from the numpad. It seems like the fix above, for apple keyboards on macOS, is interpreting a numpad key as a navigational key and a number input. This causes havoc with number input fields. 0 and 5 work as expected. The rest of the digits undo the highlight of the text before typing, causing you to add digits to the number instead of replacing it. 4 and 6 in particular move the cursor, so typing most numbers with those digits is nearly impossible with the numpad. For example, typing 1234 results in 1243, and leaves the cursor between the 4 and 3.

Expected result: numpad navigational inputs should be ignored entirely on macos. At very least, they should be ignored on keyboards that don't have a numlock status, like the magic keyboard with trackpad.

Re: [2.1.11] on MacOS, numpad keys send navigation inputs

Posted: Mon Jul 20, 2026 7:32 pm
by Rseding91
This is likely fixed as part of this fix for 134235

Re: [2.1.11] on MacOS, numpad keys send navigation inputs

Posted: Mon Jul 20, 2026 10:22 pm
by Weldawadyathink
Will that fix be in 2.1.12? I will check it again once it releases. Thanks!

Re: [2.1.11] on MacOS, numpad keys send navigation inputs

Posted: Tue Jul 21, 2026 7:24 pm
by Weldawadyathink
I just updated to 2.1.12, and this bug still exists.