Linux: When using layouts that map the keys to non-ascii characters, map shortcuts using the ascii equivalents, from the default layout.

Fixes #606
This commit is contained in:
Kovid Goyal
2018-06-11 12:21:35 +05:30
parent 7a7262923b
commit 4711746f8f
3 changed files with 40 additions and 2 deletions

View File

@@ -70,6 +70,10 @@ Changelog
- Add support for the CSI t escape code to query window and cell sizes
(:iss:`581`)
- Linux: When using layouts that map the keys to non-ascii characters,
map shortcuts using the ascii equivalents, from the default layout.
(:iss:`606`)
- Linux: Fix fonts not being correctly read from TrueType Collection
(.ttc) files (:iss:`577`)