RFR: JDK-8302618: Problem typing uppercase letters with java.awt.Robot on Mac when moving mouse [v2]
Harshitha Onkar
honkar at openjdk.org
Sat Jul 1 00:29:14 UTC 2023
On Sat, 1 Jul 2023 00:11:53 GMT, Alexander Zuev <kizune at openjdk.org> wrote:
>> Harshitha Onkar has updated the pull request incrementally with one additional commit since the last revision:
>>
>> kCGEventFlagMaskSecondaryFn added
>
> src/java.desktop/macosx/native/libawt_lwawt/awt/CRobot.m line 69:
>
>> 67: static int allModifiersMask = kCGEventFlagMaskShift | kCGEventFlagMaskControl
>> 68: | kCGEventFlagMaskAlternate | kCGEventFlagMaskCommand
>> 69: | kCGEventFlagMaskAlphaShift;
>
> You need to add kCGEventFlagMaskSecondaryFn here otherwise the "secondary fn fix" might catch regression.
Updated.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14744#discussion_r1248354230
More information about the client-libs-dev
mailing list