macOS: Fix ctrl or cmd with Esc or Function keys not working

Fixes #4109
This commit is contained in:
Kovid Goyal
2021-10-10 21:39:20 +05:30
parent 5e033773dd
commit 2b9408c217
2 changed files with 25 additions and 4 deletions

View File

@@ -77,6 +77,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix soft hyphens not being preserved when round tripping text through the
terminal
- macOS: Fix :kbd:`ctrl or cmd` with :kbd:`Esc or Function keys` not working
(:iss:`4109`)
0.23.1 [2021-08-17]
----------------------