-
-
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
Ctrl+Right won't pass through - even on lock mode #420
Comments
Just found out it's probably related to this termion issue. Sad part is that this issue is 1 year old already, so we might need to find another option? |
Thanks for creating this issue! I also believe they are related. We have problems handling the key at all. If it helps people find the issue, i think its OK to keep it. cc @khs26 |
My finding was mainly that the existing PR looked a bit messy. They added a whole bunch of I did half try making the |
@khs26 - do you think we can fix this by either:
I also read somewhere that people have been having issues inserting certain Chinese characters with Shift. I guess this is related? I'm hoping one of these solutions can be a quick fix so that we won't have to have a fully fledged VTE state machine in the input as well :) |
@dantepippi - this should be solved in |
Yes @imsnif, this issue seems to be fixed in |
Awesome :) Thanks for checking |
When I try to use Ctrl + Right, Zellij won't send those keys to the terminal. Even on lock mode, where I'd expect every key combination except Ctrl + g to pass through, it doesn't work.
I found a related issue (#357) but reporting problems where users could not bind those keys. My problem is related but a little different, where I just want to be able to pass them to other programs. If you guys prefer to keep just one issue, let me know and I comment there.
zellij --version
: tested with 0.6.0 and main branchThe text was updated successfully, but these errors were encountered: