Fixed quote key on US International keyboard

Fixes single quote key on US international keyboard, backported from symless/synergy-core#6448
This commit is contained in:
Patrizio Tufarolo 2019-07-05 11:38:03 +02:00 committed by GitHub
parent 8e8b38b493
commit 1981f3ee38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1104,6 +1104,7 @@ KeyMap::getDeadKey(KeyID key)
case '`':
return kKeyDeadGrave;
case '\'':
case 0xb4u:
return kKeyDeadAcute;