Replies: 1 comment 7 replies
-
The enhanced keyboard protocol allows us to distinguish between terminal codes that are otherwise ambiguous (for example |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the problem that I cannot use the
Alt
related 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 = yes
setting 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-o
should 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_alt
is set tono
so that in normal-mode this could be interpreted as
repeat_last_motion
and 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
Alt
key-combinations with Kitty on macOS?Version info
Beta Was this translation helpful? Give feedback.
All reactions