On Sat, 1 Jul 2023 00:11:53 GMT, Alexander Zuev <kiz...@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