From 8591a9421d0a100af16cd50b4610bc55506fb14f Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 20 Dec 2024 03:51:36 +0300 Subject: Always explicitly emit `1` without modifiers in kitty encoding While this doesn't change much with how parsers are implemented, it improves consistency with how key release is handled. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ed471ce7..86637383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,7 @@ Notable changes to the `alacritty_terminal` crate are documented in its - Moved config option `shell` to `terminal.shell` - `ctrl+shift+u` binding to open links to `ctrl+shift+o` to avoid collisions with IMEs - Use `Beam` cursor for single char cursor inside the IME preview +- Always emit `1` for the first parameter when having modifiers in kitty keyboard protocol ### Fixed -- cgit