mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-01-13 08:48:29 +01:00
Added missing accent that can combine with horn_accent
(#293)
This commit is contained in:
parent
b54f9c5797
commit
5fac3459aa
@ -603,7 +603,17 @@ class KeyModifier
|
||||
switch (c)
|
||||
{
|
||||
case 'o': return 'ơ';
|
||||
case 'ó': return 'ớ';
|
||||
case 'ò': return 'ờ';
|
||||
case 'ỏ': return 'ở';
|
||||
case 'õ': return 'ỡ';
|
||||
case 'ọ': return 'ợ';
|
||||
case 'u': return 'ư';
|
||||
case 'ú': return 'ứ';
|
||||
case 'ù': return 'ừ';
|
||||
case 'ủ': return 'ử';
|
||||
case 'ũ': return 'ữ';
|
||||
case 'ụ': return 'ự';
|
||||
default: return c;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user