diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-12-30 19:50:35 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-30 19:50:35 +0400 |
commit | c78c5f6cc057117c344331601e81c6f5778e4a4a (patch) | |
tree | 5c4281358b26be68f73ca6ae1ef07456d096f537 /CHANGELOG.md | |
parent | 107c8720c3439703cfb8058e7581396af17a8529 (diff) | |
download | alacritty-c78c5f6cc057117c344331601e81c6f5778e4a4a.tar.gz alacritty-c78c5f6cc057117c344331601e81c6f5778e4a4a.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 9b3e840b..5c0f5ef3 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 |