diff options
| author | DOTSENSEI LTD <dotsensei@users.noreply.github.com> | 2020-06-20 19:22:58 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-20 19:22:58 +0000 |
| commit | 5647e06384c6576b1312eacfe4ae47bf387754c4 (patch) | |
| tree | b6b139a8bf57d50e5b003bc10c9a1e14084455ab /addons/languages/bulgarian | |
| parent | 492e2b632416bc64a867132b070d65ae5bcdb6b3 (diff) | |
| download | AnySoftKeyboard-5647e06384c6576b1312eacfe4ae47bf387754c4.tar.gz AnySoftKeyboard-5647e06384c6576b1312eacfe4ae47bf387754c4.tar.bz2 | |
Insert BEKL Bulgarian layout
Diffstat (limited to 'addons/languages/bulgarian')
| -rw-r--r-- | addons/languages/bulgarian/pack/src/main/res/xml/bekl.xml | 51 | ||||
| -rw-r--r-- | addons/languages/bulgarian/pack/src/main/res/xml/bulgarian_keyboards.xml | 5 |
2 files changed, 56 insertions, 0 deletions
diff --git a/addons/languages/bulgarian/pack/src/main/res/xml/bekl.xml b/addons/languages/bulgarian/pack/src/main/res/xml/bekl.xml new file mode 100644 index 000000000..2b451498f --- /dev/null +++ b/addons/languages/bulgarian/pack/src/main/res/xml/bekl.xml @@ -0,0 +1,51 @@ +<?xml version="1.0" encoding="utf-8"?> + +<Keyboard xmlns:android="http://schemas.android.com/apk/res/android" + android:keyWidth="8.3%p" + android:keyHeight="@integer/key_normal_height"> + <Row> + <Key android:horizontalGap="4.35%p" + android:codes="ѫ" android:popupCharacters="" android:keyEdgeFlags="left"/> + <Key android:codes="у" android:popupCharacters=""/> + <Key android:codes="е" android:popupCharacters=""/> + <Key android:codes="и" android:popupCharacters="ѝ"/> + <Key android:codes="ш" android:popupCharacters=""/> + <Key android:codes="щ" android:popupCharacters=""/> + <Key android:codes="к" android:popupCharacters=""/> + <Key android:codes="с" android:popupCharacters=""/> + <Key android:codes="д" android:popupCharacters=""/> + <Key android:codes="з" android:popupCharacters=""/> + <Key android:codes="ц" android:popupCharacters="" android:keyEdgeFlags="right"/> + </Row> + + <Row> + <Key android:horizontalGap="4.35%p" + android:codes="ь" android:popupCharacters="" android:keyEdgeFlags="left"/> + <Key android:codes="я" android:popupCharacters=""/> + <Key android:codes="а" android:popupCharacters=""/> + <Key android:codes="о" android:popupCharacters=""/> + <Key android:codes="ж" android:popupCharacters=""/> + <Key android:codes="г" android:popupCharacters=""/> + <Key android:codes="т" android:popupCharacters=""/> + <Key android:codes="н" android:popupCharacters=""/> + <Key android:codes="в" android:popupCharacters=""/> + <Key android:codes="м" android:popupCharacters=""/> + <Key android:codes="ч" android:popupCharacters="" android:keyEdgeFlags="right"/> + </Row> + + <Row> + <Key android:codes="-1" + android:isModifier="true" android:isSticky="true" android:keyEdgeFlags="left"/> + <Key android:codes="ю" android:popupCharacters=""/> + <Key android:codes="й" android:popupCharacters="ѭ"/> + <Key android:codes="ъ" android:popupCharacters=""/> + <Key android:codes="ѣ" android:popupCharacters=""/> + <Key android:codes="ф" android:popupCharacters=""/> + <Key android:codes="х" android:popupCharacters=""/> + <Key android:codes="п" android:popupCharacters=""/> + <Key android:codes="р" android:popupCharacters=""/> + <Key android:codes="л" android:popupCharacters=""/> + <Key android:codes="б" android:popupCharacters=""/> + <Key android:codes="-5" android:keyEdgeFlags="right" android:isRepeatable="true"/> + </Row> +</Keyboard> diff --git a/addons/languages/bulgarian/pack/src/main/res/xml/bulgarian_keyboards.xml b/addons/languages/bulgarian/pack/src/main/res/xml/bulgarian_keyboards.xml index 3c4507242..077bfceb6 100644 --- a/addons/languages/bulgarian/pack/src/main/res/xml/bulgarian_keyboards.xml +++ b/addons/languages/bulgarian/pack/src/main/res/xml/bulgarian_keyboards.xml @@ -10,4 +10,9 @@ defaultDictionaryLocale="bg" description="@string/bulgarian_keyboard_bds_description" index="2" defaultEnabled="false" physicalKeyboardMappingResId="@xml/bulgarian_physical" /> + <Keyboard nameResId="@string/bulgarian_keyboard_bekl" iconResId="@drawable/ic_status_bulgarian" + layoutResId="@xml/bekl" id="498c9088-bde5-4e67-b318-5a247505ff27" + defaultDictionaryLocale="bg" description="@string/bulgarian_keyboard_bekl_description" + index="3" defaultEnabled="false" + physicalKeyboardMappingResId="@xml/bulgarian_physical" /> </Keyboards> |
