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:
parent
af444a6932
commit
40ee389296
|
@ -1104,6 +1104,7 @@ KeyMap::getDeadKey(KeyID key)
|
|||
case '`':
|
||||
return kKeyDeadGrave;
|
||||
|
||||
case '\'':
|
||||
case 0xb4u:
|
||||
return kKeyDeadAcute;
|
||||
|
||||
|
|
Loading…
Reference in New Issue