RFR: 8356652: Input field ignores custom input source characters

Martin Fox mfox at openjdk.org
Thu May 15 22:51:54 UTC 2025


On Thu, 15 May 2025 22:25:51 GMT, Andy Goryachev <angorya at openjdk.org> wrote:

> Do you think it's a bug in keyman or our code? I head the beep (correctly) but then n appears, despite the keyman onscreen keyboard showing an empty key. If it is our code, should there be some additional logic?

Keyman is definitely sending us a keyDown: for the N key. I'm still trying to figure out how to ignore it without also dropping other key strokes that we need.

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

PR Comment: https://git.openjdk.org/jfx/pull/1805#issuecomment-2885217179


More information about the openjfx-dev mailing list