Fix a regression in 0.26.0 that broke mapping of native keys who key codes did not fit in 21 bits

Fixes #5452
This commit is contained in:
Kovid Goyal
2022-08-31 22:19:51 +05:30
parent afada84f52
commit 992e90b0a3
3 changed files with 18 additions and 15 deletions

View File

@@ -46,6 +46,8 @@ Detailed list of changes
- hints kitten: hyperlink matching: Fix hints occasionally matching text on subsequent line as part of hyperlink (:pull:`5450`)
- Fix a regression in 0.26.0 that broke mapping of native keys who key codes did not fit in 21 bits (:iss:`5452`)
0.26.1 [2022-08-30]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~