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 Adrian Lucrèce Céleste
parent af444a6932
commit 40ee389296
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;