diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2025-01-04 08:40:17 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-04 08:40:17 +0300 |
commit | 7bda13b8aa59ed7bc3efe6d5b0bdb09b8e75f8a3 (patch) | |
tree | 1075efc9227c38e7ba4a10515dc62280ac5a0768 /CHANGELOG.md | |
parent | c5fccfd980fba9e119655165a7efc8c2ddd59180 (diff) | |
download | r-alacritty-7bda13b8aa59ed7bc3efe6d5b0bdb09b8e75f8a3.tar.gz r-alacritty-7bda13b8aa59ed7bc3efe6d5b0bdb09b8e75f8a3.tar.bz2 r-alacritty-7bda13b8aa59ed7bc3efe6d5b0bdb09b8e75f8a3.zip |
Fix report of Enter/Tab/Backspace in kitty keyboard
The behavior changed and now it actually makes sense.
Fix #8385.
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 2a9efb5f..f23f442f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - `alacritty migrate` crashing with recursive toml imports - Migrating nonexistent toml import breaking the entire migration - First daemon mode window ignoring window options passed through CLI +- Report of Enter/Tab/Backspace in kitty keyboard's report event types mode ## 0.14.0 |