RFR: 8356652: Input field ignores custom input source characters
Steven Loomis
srl at openjdk.org
Thu May 15 22:59:55 UTC 2025
On Thu, 15 May 2025 22:48:51 GMT, Martin Fox <mfox at openjdk.org> wrote:
>>> The N key in the Himyarit Musnad layout shouldn't generate a character (just a beep)
>>
>> 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?
>
>> 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.
@beldenfox i mentioned the mac lead who should be able to comment.
Does the Devanagari case in https://bugs.openjdk.org/browse/JDK-8195675?focusedId=14148577&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-14148577 work ? That's the one I was testing for the corresponding jdk issue
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1805#issuecomment-2885229156
More information about the openjfx-dev
mailing list