alacritty/alacritty

tmux leader key not working (Ctrl + space)

VialFlorian opened this issue · 4 comments

System

OS: Windows 11 (Debian with WSL)
Version: 0.13.2

Logs

Is there a way to print logs on windows ?

Description

The leader key Ctrl + space works with the default wsl terminal but not in alacritty, it does a space in alacritty when I press Ctrl + space.
I tried to switch back to the default leader key Ctrl + b and it works, I also tried Ctrl + w as leader key and it works, so i guess there is a only a problem with Ctrl + space.

Likely a Windows issue unless you can reproduce on Linux/macOS due to Microsoft not updating their PTY.

Yes I also have a macOS and Linux setup and it works perfectly fine on them.
But unfortunately I cannot use alacritty on windows because of this "bug", so when I'm on windows I switch to the default wsl terminal.
That is weird that it works on the default wsl terminal but not on alacritty 🤔

That is weird that it works on the default wsl terminal but not on alacritty 🤔

Windows doesn't use their own ConPTY, they ship a custom conpty dll. This is likely why it works.

Alacritty can also link against that ConPTY DLL, but you have to set that up yourself. If you're interested in putting that effort in, you can start looking from the original PR.

Alacritty can also link against that ConPTY DLL, but you have to set that up yourself. If you're interested in putting that effort in, you can start looking from the original PR.

Thank you for the information, I linked the ConPTY DLL but unfortunately it still does not work, it just sends a space character in the terminal when I hit CTRL + space, so I'm not sure if this problem is really related to the ConPTY DLL.