Fix a regression in 0.20.0 that sent incorrect bytes for the F1-F4 keys in rmkx mode

Fixes #3586
This commit is contained in:
Kovid Goyal
2021-05-07 15:09:42 +05:30
parent dbf8580dc3
commit efb0f6f24a
3 changed files with 16 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- 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`)
- Fix a regression in 0.20.0 that sent incorrect bytes for the :kbd:`F1-F4` keys
in rmkx mode (:iss:`3586`)
0.20.3 [2021-05-06]
----------------------