Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling when the num lock or caps lock modifiers were engaged.

Fixes #3587
This commit is contained in:
Kovid Goyal
2021-05-07 06:55:25 +05:30
parent bef4905416
commit 86ce11134a
4 changed files with 19 additions and 4 deletions

View File

@@ -4,6 +4,13 @@ Changelog
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
To update |kitty|, :doc:`follow the instructions <binary>`.
0.20.4 [future]
----------------------
- Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling
when the num lock or caps lock modifiers were engaged. (:iss:`3587`)
0.20.3 [2021-05-06]
----------------------