RFR: 8282217: Key events (key char and key code) changed for Swiss keyboard

Nikita Provotorov duke at openjdk.org
Wed Jan 18 14:51:23 UTC 2023


On Tue, 17 Jan 2023 22:13:18 GMT, Alisen Chung <achung at openjdk.org> wrote:

>> Removed check for MapVirtualKeyEx return value causing some keys to become undefined
>
> My (US QWERTY) keyboard doesn't have a key between the Z and L shift keys, so I used the on screen keyboard in German. I typed the OEM 102 key and C x2 and I got >cc both before and after the change. Is there a way I can replicate the OEM 102 key and the test failure without the key on a physical keyboard?

@alisenchung unfortunately I don't have any suggestions, except try to use the ``` ~` ``` key (which is immediately to the left of `1` key) instead of the key between Z and LShift. Maybe it'll work

-------------

PR: https://git.openjdk.org/jdk/pull/11887



More information about the client-libs-dev mailing list