diff options
| author | Jules Aguillon | 2021-12-11 17:05:49 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-12-11 17:05:49 +0100 |
| commit | 573c13fb825f41a926dca838ef5a396ccce6a3eb (patch) | |
| tree | 66e0c9f4b1615b342eada3924e467fd50780fb02 /res/xml | |
| parent | 58e37b484c8d4cf8099372e6f307557d0ed2458e (diff) | |
| download | unexpected-keyboard-573c13fb825f41a926dca838ef5a396ccce6a3eb.tar.gz unexpected-keyboard-573c13fb825f41a926dca838ef5a396ccce6a3eb.zip | |
Add Swedish
First add the 'ring' accent.
The swedish language uses the qwerty layout and three accents (aigu,
trema, ring)
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/azerty.xml | 2 | ||||
| -rw-r--r-- | res/xml/method.xml | 7 | ||||
| -rw-r--r-- | res/xml/qwerty.xml | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/res/xml/azerty.xml b/res/xml/azerty.xml index 027d3a2..f9ca3ea 100644 --- a/res/xml/azerty.xml +++ b/res/xml/azerty.xml @@ -14,7 +14,7 @@ </row> <row> <key key0="q" key1="tab" /> - <key key0="s" /> + <key key0="s" key1="accent_ring" /> <key key0="d" key1="accent_grave" key3="accent_aigu" /> <key key0="f" key3="{" key4="}" /> <key key0="g" key3="[" key4="]" /> diff --git a/res/xml/method.xml b/res/xml/method.xml index c5f1092..0698beb 100644 --- a/res/xml/method.xml +++ b/res/xml/method.xml @@ -30,4 +30,11 @@ android:isAsciiCapable="true" android:imeSubtypeExtraValue="default_layout=qwerty,accents=grave|aigu" /> + <subtype android:label="@string/subtype_label" + android:languageTag="sv" + android:imeSubtypeLocale="sv_SE" + android:imeSubtypeMode="keyboard" + android:isAsciiCapable="true" + android:imeSubtypeExtraValue="default_layout=qwerty,accents=aigu|trema|ring" + /> </input-method> diff --git a/res/xml/qwerty.xml b/res/xml/qwerty.xml index b979e14..bde9f02 100644 --- a/res/xml/qwerty.xml +++ b/res/xml/qwerty.xml @@ -14,7 +14,7 @@ </row> <row> <key shift="0.5" key0="a" key1="tab" key2="`" /> - <key key0="s" /> + <key key0="s" key1="accent_ring" /> <key key0="d" key1="accent_grave" key3="accent_aigu" /> <key key0="f" /> <key key0="g" key2="-" key3="_" /> |
