alacritty: Ctrl+q not working
Which operating system does the issue occur on? macOS
Ctrl+q
is not working unless I add this line to key_bindings
:
- { key: Q, mods: Control, chars: "\x11" }
Other Ctrl
keys seem working with default key_bindings
config.
About this issue
- Original URL
- State: open
- Created 6 years ago
- Reactions: 30
- Comments: 21 (5 by maintainers)
Commits related to this issue
- alacritty: Fix ctrl-q refs https://github.com/jwilm/alacritty/issues/1359 — committed to evanpurkhiser/dots-personal by evanpurkhiser 6 years ago
- Update glutin to v0.23.0 Fixes #3150. Fixes #1465. Fixes #1359. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Update glutin to v0.23.0 Fixes #3191. Fixes #3150. Fixes #1465. Fixes #1359. — committed to kchibisov/alacritty by kchibisov 4 years ago
- Update glutin to v0.23.0 Fixes #3191. Fixes #3150. Fixes #1465. Fixes #1359. — committed to alacritty/alacritty by kchibisov 4 years ago
- Update glutin to v0.23.0 Fixes #3191. Fixes #3150. Fixes #1465. Fixes #1359. — committed to roychoo/alacritty by kchibisov 4 years ago
- Fix Ctrl q not working https://github.com/alacritty/alacritty/issues/1359#issuecomment-430265381 — committed to ima1zumi/dotfiles by ima1zumi 3 years ago
- Work around for <c-q> on macOS see: https://github.com/alacritty/alacritty/issues/1359 This fixes the need to press <c-q> twice when sending a Telescope filtered list to the quickfix list in neovim. ... — committed to tdjordan/dotfiles by tdjordan 2 years ago
Same with me, i use
ctrl + q
for tmux prefixSame problem for me on maxOS 10.13.6 with Alacritty(master branch b41c6b736d67d61e92b174dfea58ae46813934cd) above v0.2.1
solved my problem
{ key: Q, mods: Control, chars: "\x11" }
works here 👍Same problem here after just upgrading to newest version of Alacritty.
Fix was reverted upstream due to other bugs caused by it.
It sends it one Ctrl+Q if I press Ctrl+Q twice in a row (haven’t tested if there’s a timeout).
This is what I get if I only click ctrl+q once.