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
Right alt/option key on macOS setting different to left one possible? #1022
Comments
I'm afraid this is too much work for me, sorry. But patches are welcome. |
Actually on second thoughts there might be an easy way to accomplish this, I'll look into it when I have a moment. |
@kovidgoyal - That would be amazing and would allow me to use this terminal as my main terminal. |
Right now I have problem with this as I cannot enter national letters due to fact that Kitty register RALT and LALT as the same characters and do not handles them via the OS, which mean that I cannot enter letters like |
Simply set macos_option_as_alt to no in your kitty.conf |
Still it, this cuts me from all ALT chords. Ideal would be to use one ALT as Escape code prefix and second as a AltGr. |
@hauleth Not sure if this is acceptable to you (not the "ideal" case I guess), but as I only use
|
@robertnorenberg Thanks for the tip! I never use alt for "unicode symbols", but the key is required for normal symbols like
Unfortunately (emacs/readline) prefix arguments aren't possible with this configuration. Maybe it's time to learn to use a US keyboard... |
On my iTerm2 terminal, I have the following settings for my alt keys, which give me everything I need.
I want to be able to use
alt/option
to for example do.alt + 3 == #
ORalt . == (would toggle through the last arguments/params I passed in the previous commands)
Is this possible in Kitty?
The only option I see is
macos_option_as_alt yes/no
Can you somehow make a new option to distinguish between the left/right alt/option keys?
Thanks!!!!!
The text was updated successfully, but these errors were encountered: