-
-
Notifications
You must be signed in to change notification settings - Fork 681
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
Zellij handling "Alt Shift" incorrectly/inconsistently in Alacritty #3817
Comments
+1 |
Disabling |
I can confirm it does! No idea what other implications there are for this change (I don't think Alacritty supports anything from Kitty), but it definitely fixes the issue, thanks! Marking this one as closed in favor of #3789 |
Disabling this in Alacritty, or what is this reference? |
In Zellij, e.g. in
|
Boy oh boy, this seemingly fixed the majority of issues I raised in #3789. |
2. Issues with the Zellij UI / behavior / crash
Issue description
I've observed some odd behavior for using "Alt Shift" in terminal applications, where the whole key combo is either swallowed or the "Shift" key is ignored.
Minimal reproduction
For example, in Helix:
Pressing
Alt-Shift-k
(i.e.Alt-K
)Pressing
Alt-Shift-j
(i.e.Alt-J
)Pressing
Alt-Shift-;
(i.e. `Alt-:)Alt-;
(e.g. the command you'd execute if not pressingShift
)All of these tests done with
zellij setup --clean
. I'm not sure why;/:
behaves differently, could be because there's no Zellij binding for those?Other relevant information
I tried
unbind "Alt Shift k" "Alt K"
, but the behavior was the same.Note: after testing this, I tried some other terminals, and they all behaved differently 🙃
Alt-Shift-*
bindings don't work in or out of ZellijAlt-Shift-*
bindings work correctly in and out of ZellijSo that's odd, but I'm still inclined to call this a Zellij issue (i.e. as opposed to an Alacritty issue) because the behavior changes when using Zellij
The text was updated successfully, but these errors were encountered: