On Wed, 15 Nov 2023 23:08:44 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> 1. Using French keyboard on mac (and windows), Ctrl-- is expected to produce > the key code RIGHT_PARENTHESIS, correct? Yes, that key turns into right parenthesis with a French layout. > 2. Using KeyboardTest, I am getting: You should not see any failures as long as the test and your selected keyboard match. It looks like you were running the French, German, and Spanish tests while your keyboard was set to U.S. English. Unfortunately you have to change the keyboard layout manually, there's no API in Java that allows me to do it. That's also why I can't run all the tests in one go. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1209#issuecomment-1813497442