diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-28 22:30:51 +0400 |
---|---|---|
committer | Kirill Chibisov <contact@kchibisov.com> | 2023-12-30 09:42:02 +0400 |
commit | 6223cabe17945a86ff4adeb3dfb84c90186f4ea3 (patch) | |
tree | 46b82ac793e70b7aa25f652c6ea019dffe44f9aa /CHANGELOG.md | |
parent | 91e3cd6a40aa98cf9a76e7cd3534f7fbb0a27098 (diff) | |
download | alacritty-6223cabe17945a86ff4adeb3dfb84c90186f4ea3.tar.gz alacritty-6223cabe17945a86ff4adeb3dfb84c90186f4ea3.zip |
Use pre-composed key for `Alt` bindings on macOS
Fixes #7475.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e65f85f3..77924ef8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - `alacritty migrate` failing with nonexistent imports +- `Alt` bindings requiring composed key rather than pre-composed one on macOS ## 0.13.0 |