-
-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS 15: Kitty v0.28.1 to v0.33.1 - Q key in Kitty key protocol emits only repeat #7582
Comments
The current version of kitty is 0.35.1 and with this version I cannot |
Quick note is not disabled on my mac and it does not interfere with Q. |
Ah, so it might be a macOS 15 issue? It looks like the function (globe) modifier isn't accounted for here: I believe NSEventModifierFlagFunction should be included as well? Looking at the com.apple.symbolichotkeys entry, it has:
|
Describe the bug
When in an application that uses the full Kitty key protocol mode,
q
emitspress
once, then onlyq
emits therepeat
event unless it is preceded by a use with modifiers, then it again emits thepress
event (but no repeat or up events).Other keys seem to work fine except for
a
, which emitsdown
events for the first and all repeating events instead ofrepeat
events.To Reproduce
Steps to reproduce the behavior:
kitty --config NONE
kitten show-key -m kitty
Screenshots
Screen.Recording.2024-07-01.at.1.46.19.AM.mov
Environment details
The text was updated successfully, but these errors were encountered: