Closed kanokkorn closed 4 years ago
Are you using a US keyboard layout? If you do a command line systeminfo
what's the output of System locale and Input locale?
Are you using a US keyboard layout? If you do a command line
systeminfo
what's the output of System locale and Input locale?
Yes, I'm using a US keyboard layout. Here is the output.
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Trying to clarify the issue: The 3 and 9 keys are being handled as PgDn and PgUp, respectively, both on the number row and numpad. The numpad behavior occurs regardless of Numlock status. The only difference in behavior I've observed is that Shift+3 and Shift+9 also select any text the cursor passes while Shift+Numpad3 and Shift+Numpad9 do not.
This occurs on my desktop Windows PC with full keyboard, both with physical keyboard and on-screen keyboard. This does not occur on my Surface Pro 3 with magnetic keyboard, either with physical or on-screen keyboards.
Hi, i have the same problem on my HP laptop. @OriginalAdric is right this 9 and 3 are acting as page up and page down respectively. I have tried this with both US and UK keyboard styles the same problem persists. same with the numpad numbers. This problem also exists with an external keyboard.
I have the same problem. I'm using US English International Keyboad layout, with Windows 10. "9" key acts as PgUp and "3" key acts as PgDw. I can only type "3" using ALT+51 and "9" using ALT+57
Hi, I have the same problem with the French Keyboard layout, if it helps. OS : Windows 10 Keyboard : Razer Anansi
I wasn't able to reproduce this bug in Arduino Pro v0.0.3, on both Windows 7 and Mac OS:
Maybe this bug is specific to Windows 10?
I could reproduce it neither on Windows 10 nor macOS; worked as expected with EN_US layout. I am going to try it again with a real Windows machine with a numpad.
It also works on Windows 7 with numpad. I have tried it with the physical and the on-screen keyboard too.
I cannot reproduce this on my Windows 10 machine.
@kanokkorn @OriginalAdric @Sheel-1609 @flaviosg @Ometeo Could you help analyzing the problem?
39
in the input fieldI think I can reproduce this by
Test on Windows 10 and Ubuntu 18.04 TLS but can't reproduce this bug on Ubuntu. I will test again on a different machine.
Finally I could reproduce this. Cause: the mapping returned by native-keymap contains an entry
"Numpad3": {
"vkey": "VK_NEXT"
}
VK_NEXT
is the Windows virtual key code for PageDown; this leads to a keybinding mapping where PageDown is replaced with 3.
This must be fixed in Theia: https://github.com/eclipse-theia/theia/issues/6872
Should be ok with the next update.
Describe the bug Cannot type 3 & 9 on the number row
To Reproduce Steps to reproduce the behavior:
Expected behavior expected key to be working properly
Screenshots
Desktop (please complete the following information):
Update