Replies: 1 comment 8 replies
|
The enhanced keyboard protocol allows us to distinguish between terminal codes that are otherwise ambiguous (for example |
8 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.
I have the problem that I cannot use the
Altrelated key combinations likeAlt-.,Alt-;, etc. on macOS using the Kitty terminal emulator (0.28.1). I was reading through the issueswhere the accepted solution seems to be to use the
macos_option_as_alt = yessetting for Kitty. The problem with that is, that I cannot access the alternate symbols on my keyboard anymore. Let's say I was using the "US International" layout, pressingAlt-oshould give me the character "ø", but instead I getIn my head, the enhanced keyboard protocol is supposed to help the editor understand which key combination has been pressed and not only provide the resulting text, but maybe I'm wrong.
If I was pressing
Alt-.Kitty should actually report the following information to Helix if themacos_option_as_altis set tonoso that in normal-mode this could be interpreted as
repeat_last_motionand in insert-mode this could be the Unicode character "≥".tl:dr
How can I use the alternate keys on my Keyboard and still use the
Altkey-combinations with Kitty on macOS?Version info
All reactions