mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-27 04:07:10 +00:00
add Russian (Student) layout (#640)
This commit is contained in:
parent
99d03db478
commit
231ffedd90
3 changed files with 46 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
pt_PT: Portuguese (Portugal)/qwerty
|
||||
ro: Romanian/qwerty
|
||||
ru: Russian/russian
|
||||
ru: Russian (Student)/russian_student
|
||||
si_LK: Sinhala (Sri Lanka)/sinhala # This is a preliminary keyboard layout.
|
||||
sk: Slovak/qwerty
|
||||
sl: Slovenian/qwerty
|
||||
|
@ -803,6 +804,15 @@
|
|||
android:imeSubtypeExtraValue="KeyboardLayoutSet=russian,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher"
|
||||
android:label="@string/subtype_generic_student"
|
||||
android:subtypeId="0x1bc335d0"
|
||||
android:imeSubtypeLocale="ru"
|
||||
android:languageTag="ru"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="KeyboardLayoutSet=russian_student,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="false"
|
||||
/>
|
||||
<!-- TODO: This Sinhala keyboard is a preliminary layout.
|
||||
This isn't based on the final specification. -->
|
||||
<!-- si_LK is currently disabled due to lack of combination rules. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue