RFR: 8087700: [KeyCombination, Mac] KeyCharacterCombinations behave erratically

Martin Fox mfox at openjdk.org
Thu Nov 16 00:12:40 UTC 2023


On Wed, 15 Nov 2023 23:08:44 GMT, Andy Goryachev <angorya at 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


More information about the openjfx-dev mailing list