Also handle : as a legacy ASCII key

Fixes #3315
This commit is contained in:
Kovid Goyal
2021-02-15 05:24:21 +05:30
parent 323d5dba7e
commit 19b882a0bd

View File

@@ -303,6 +303,7 @@ is_legacy_ascii_key(uint32_t key) {
case ']':
case '\\':
case ';':
case ':':
case '\'':
case ',':
case '.':