Fix mouse actions not working when caps lock or num lock are engaged

Fixes #3859
This commit is contained in:
Kovid Goyal
2021-07-24 07:06:46 +05:30
parent b9033d721c
commit e7bfb04047
3 changed files with 7 additions and 4 deletions

View File

@@ -60,6 +60,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow leading or trailing spaces in :opt:`tab_activity_symbol`
- Fix mouse actions not working when caps lock or num lock are engaged
(:iss:`3859`)
- macOS: Fix automatic detection of bold/italic faces for fonts that
use the family name as the full face name of the regular font not working
(:iss:`3861`)