RFR: 8340982: [win] Dead key followed by Space generates two characters instead of one

Martin Fox mfox at openjdk.org
Mon Sep 30 17:08:44 UTC 2024


On Mon, 30 Sep 2024 14:49:08 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Thank you! Is the `DEAD_ACUTE + c` problem limited to the US International keyboard, or it also happens with other (e.g. German, French?) keyboards?

I have entered [JDK-8341256](https://bugs.openjdk.org/browse/JDK-8341256) with some background information. I'm not aware of other layouts that would have this particular problem. Layouts associated with languages that use ç (like French) have a dedicated key for it. On other keyboards you just can't type ç. The way US International works is sort of unusual since most layouts handle their dead key combinations in a uniform way. Still, given the way Glass works there's no doubt other layouts which will throw it off.

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

PR Comment: https://git.openjdk.org/jfx/pull/1584#issuecomment-2383732711


More information about the openjfx-dev mailing list