Option key only shortcuts do not work on macOS 15.0 beta
seungwoochoe opened this issue · 12 comments
I'm using this package in LaunchPalette, and option key only (plus shift) shortcuts do not work on macOS 15.0 beta.
Shortcuts that include modifiers other than the option key still work.
Yep, got the same problem in rcmd. RegisterEventHotKey
seems to now return -9868
error for Option-only hotkeys, which, from what I can see in the assembly, it means something like hotKeyAlreadyExistsErr
.
At first I thought this might be related to the Input Source since it has special keys on Option-character but switching to Unicode Hex Input which does not have special characters still doesn't fix the issue.
Passing kEventHotKeyExclusive
to the options:
parameter doesn't change anything (tried it in case this might be a recent macOS bug on how this parameter is treated).
I recommend submitting a report to Apple (with Feedback Assistant).