macOS: Fix a character that cannot be rendered in any font causing font fallback for all subsequent characters that cannot be rendered in the main font to fail

Fixes #799
This commit is contained in:
Kovid Goyal
2018-09-04 14:21:36 +05:30
parent f5cc2fd8ad
commit 55f457caf4
4 changed files with 31 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ Changelog
0.12.1 [future]
------------------------------
- macOS: Fix a character that cannot be rendered in any font causing
font fallback for all subsequent characters that cannot be rendered in the
main font to fail (:iss:`799`)
- Allow mapping shortcuts using the raw key code from the OS (:iss:`848`)
- Allow mapping of individual keypresses without modifiers as shortcuts