-
-
Notifications
You must be signed in to change notification settings - Fork 651
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
Use Ctrl+Space
keybinding
#357
Comments
Thank you for the issue!
I believe so, but I am not sure. For investigation: |
I've noticed this issue myself, in my Pull Request #362, I wasn't able to bind in a similar manner these keys:
It seems as though any non-alphanumeric keys, do not combo properly in the current setup. |
Does anybody have a workaround for this? I understand the problem lies in a library used, but if there's anything anybody has gotten to work that bypasses or mitigates the problem in user-land it would be very much appreciated. |
Maybe you can look into binding a key in your terminal emulator? Eg. if you can get Alacritty to bind ctrl+space to ctrl+y (or some such) maybe it'll work out like that. |
In the foot terminal this option might do the job the |
It is currently possible to achieve this by binding |
Information
zellij --version
:0.5.1
I tried to bind lockmode to
Ctrl+space
like this in the config file:but it doesn’t work.
Is it a termion issue?
The text was updated successfully, but these errors were encountered: