On Tue, 17 Jan 2023 22:13:18 GMT, Alisen Chung <[email protected]> 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
