Created attachment 215301 [details] fix I have "bind C-] send-prefix" in ~/.tmux.conf. alacritty on Wayland doesn't recognize it. Let's apply proposed upstream fix. Tested build/runtime inside 11.3 i386 jail. Steps to reproduce: - pkg install alacritty libxkbcommon mesa-dri dejavu - Open alacritty under Sway - Press Ctrl+V - Press Ctrl+] Expected result: ^] is printed Actual result: Nothing is printed
Hmm, I cannot reproduce it with the given steps.
Anyway, I have not seen any problems with the patch applied, so feel free to commit it if it fixes something.
(In reply to Tobias Kortkamp from comment #1) > Hmm, I cannot reproduce it with the given steps. Likely the steps are specific to keyboard layout. For one, I have $ swaymsg 'input * xkb_layout us(dvp)' where ] key is located where 0 on qwerty is. On "us" (qwerty) layout Ctrl+] works fine as is (without patch) for me as well.
A commit references this bug: Author: jbeich Date: Thu Jun 11 00:24:05 UTC 2020 New revision: 538445 URL: https://svnweb.freebsd.org/changeset/ports/538445 Log: x11/alacritty: fix missing keys on Wayland For one, this fixes Ctrl+] on us(dvp) layout. PR: 247037 Approved by: tobik (maintainer) Obtained from: upstream Changes: head/x11/alacritty/Makefile head/x11/alacritty/files/ head/x11/alacritty/files/patch-winit-pr1534