mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-22 07:13:13 +01:00
Add more Russian vowels combined with acute accent
This commit is contained in:
parent
5ce89d1b4b
commit
be053b082c
@ -520,6 +520,7 @@ public final class KeyModifier
|
||||
case 'j':
|
||||
// Russian vowels
|
||||
case 'у': case 'е': case 'а': case 'о': case 'и':
|
||||
case 'ы': case 'э': case 'ю': case 'я':
|
||||
return c + "\u0301";
|
||||
default: return map_dead_char(c, '\u00B4');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user