abouttreesummaryrefslogcommitdiff
path: root/res/xml/method.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-04-24 00:34:26 +0200
committerJules Aguillon2022-04-24 00:41:49 +0200
commitfec3f109c970901db31e1354b2cd3fc0015964e8 (patch)
treeff22978e363e3646319ec2a0c0178768e3913451 /res/xml/method.xml
parentf9f44fbd7d96b4883114b8eb08f660d6912e3df0 (diff)
downloadunexpected-keyboard-fec3f109c970901db31e1354b2cd3fc0015964e8.tar.gz
unexpected-keyboard-fec3f109c970901db31e1354b2cd3fc0015964e8.zip
Add support for Lithuanian
Requires two new diacritics: ogonek and dot_above. The new accents are also added to the Latvian layout as the two language can be close but not to the other localized layouts. A new mechanism is needed to reproducibly add extra keys to layouts without manual placement.
Diffstat (limited to 'res/xml/method.xml')
-rw-r--r--res/xml/method.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/method.xml b/res/xml/method.xml
index 49b683d..85685d5 100644
--- a/res/xml/method.xml
+++ b/res/xml/method.xml
@@ -8,6 +8,7 @@
<subtype android:label="%s" android:languageTag="fr" android:imeSubtypeLocale="fr_FR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=azerty,extra_keys=accent_grave|accent_aigu|accent_circonflexe|accent_cedille|accent_trema|€"/>
<subtype android:label="%s" android:languageTag="it" android:imeSubtypeLocale="it_IT" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty,extra_keys=accent_grave|accent_aigu|€"/>
<subtype android:label="%s" android:languageTag="ko" android:imeSubtypeLocale="ko_KR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty_ko"/>
+ <subtype android:label="%s" android:languageTag="lt" android:imeSubtypeLocale="lt_LT" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty,extra_keys=accent_ogonek|accent_caron|accent_dot_above|accent_macron|€"/>
<subtype android:label="%s" android:languageTag="lv" android:imeSubtypeLocale="lv_LV" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty_lv,extra_keys=accent_caron|accent_cedille|accent_macron|€"/>
<subtype android:label="%s" android:languageTag="pt" android:imeSubtypeLocale="pt_BR" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty_pt,extra_keys=accent_aigu|accent_cedille|accent_circonflexe|accent_grave|accent_tilde|€"/>
<subtype android:label="%s" android:languageTag="ru" android:imeSubtypeLocale="ru_RU" android:imeSubtypeMode="keyboard" android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=ru_jcuken"/>