mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 14:45:21 +08:00
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:
committed by
Adrian Lucrèce Céleste
parent
af444a6932
commit
40ee389296
@@ -1104,6 +1104,7 @@ KeyMap::getDeadKey(KeyID key)
|
||||
case '`':
|
||||
return kKeyDeadGrave;
|
||||
|
||||
case '\'':
|
||||
case 0xb4u:
|
||||
return kKeyDeadAcute;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user