aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-03-20 14:44:52 +0400
committerKirill Chibisov <contact@kchibisov.com>2024-03-20 14:44:52 +0400
commitc85f3d1fc11dcb090fbe5f68e8241b25259543e1 (patch)
tree743d0ae3249c5f42065de3238332e66323491c7e /CHANGELOG.md
parentfe88aaa0855283d689dc41d531db916404ef9c51 (diff)
downloadalacritty-c85f3d1fc11dcb090fbe5f68e8241b25259543e1.tar.gz
alacritty-c85f3d1fc11dcb090fbe5f68e8241b25259543e1.zip
Fix kitty encoding used for char input without textkitty-char-no-char-fix
On Windows some key combinations for regular text input, like Ctrl+1 don't have any text attached, so they were generating the kitty escape sequence even when they shouldn't.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7dadf41c..cbbd4bb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Config keys are available under proper names
- Build failure when compiling with x11 feature on NetBSD
- Hint `Select` action selecting the entire line for URL escapes
+- Kitty encoding used for regular keys when they don't carry text
### Changed