mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-20 17:57:52 +02:00
Add Russian vowels combined with the acute accent
This commit is contained in:
parent
ad7314a016
commit
5beacf32b7
@ -518,6 +518,8 @@ public final class KeyModifier
|
|||||||
case 'y': return "ý";
|
case 'y': return "ý";
|
||||||
// Combining diacritic
|
// Combining diacritic
|
||||||
case 'j':
|
case 'j':
|
||||||
|
// Russian vowels
|
||||||
|
case 'у': case 'е': case 'а': case 'о': case 'и':
|
||||||
return c + "\u0301";
|
return c + "\u0301";
|
||||||
default: return map_dead_char(c, '\u00B4');
|
default: return map_dead_char(c, '\u00B4');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user