Replies: 1 comment
-
|
That's not an extra key, thats the field representing the text that the
key event generates. Try typing ctrl+alt+1 in Terminal.app you will see
that it inserts the text 1. This is a macOS specific behavior.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using on kitty on macOS 15.6.1 I just noticed that some of the ctrl-alt combination emit an extra key on

kitten show-key -m kittyFor example Ctrl+Alt+Space:
which I think should be: CSI 32;7u
but instead, it prints: CSI 32;7;32u
The effect key I can verify is :
and
spaceAnd it seems work as expected on linux.
Can others confirm this behavior on macOS? I can raise a issue if it is reproducible.
Beta Was this translation helpful? Give feedback.
All reactions