alacritty: Can't input ~^´`¨[]{} and @ with Portuguese keyboard on macOS
Using macOS 10.13 and the Portuguese keyboard layout, I can’t get Alacritty (and therefore neovim) to input these symbols
~^´`¨[]{}@
I installed Alacritty from master today.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 22 (6 by maintainers)
Commits related to this issue
- Fix https://github.com/alacritty/alacritty/issues/893 — committed to Cabeda/dotfiles by Cabeda 3 years ago
Ok, luckily right after writing my last comment, I’ve found out my config had partly wrong indention. First you have to set
alt_send_esc: false
and then be sure it’s on the top level of the config hierarchy (not indented). For example:This disables sending escape sequences when using Alt/Option combinations.
The issue seems to be resolved now!
Does this still happen on the latest version of Alacritty?