diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-30 19:50:35 +0400 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-06 08:59:54 +0100 |
commit | e297c6bf0c09092d8f917e66d505e33537e6c7a3 (patch) | |
tree | 16e60af9d20fe36db7aa08e9749635a85a8afb09 /CHANGELOG.md | |
parent | 53927d686a8107dd28a6d086b92a608f196e7ce3 (diff) | |
download | alacritty-e297c6bf0c09092d8f917e66d505e33537e6c7a3.tar.gz alacritty-e297c6bf0c09092d8f917e66d505e33537e6c7a3.zip |
Send associated text for shifted numbers with kitty
Also fix the wrong ordering of base and shifted keys.
Fixes #7492.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d32e57..fb0c9775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - `Alt` bindings requiring composed key rather than pre-composed one on macOS - `Alt + Control` bindings not working on Windows - `chars = "\u000A"` action in bindings inserting `\n` +- Alternate keys not sent for `Shift + <number>` when using kitty protocol +- Alternative keys being swapped in kitty protocol implementation ## 0.13.0 |