diff options
| author | AlexandraAlter | 2022-02-06 23:06:49 +0000 |
|---|---|---|
| committer | GitHub | 2022-02-07 00:06:49 +0100 |
| commit | a76541458d85d982a3863e42392b68711a0668f1 (patch) | |
| tree | 2b7cc4f8a5dc778f3aac7097466cb2a6e3a22741 /res/values | |
| parent | d014a7dd8c3963dd287aa4d09e4ee8a83278d45d (diff) | |
| download | unexpected-keyboard-a76541458d85d982a3863e42392b68711a0668f1.tar.gz unexpected-keyboard-a76541458d85d982a3863e42392b68711a0668f1.zip | |
Dvorak layout (#16)
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 62d791c..4a9903a 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -7,6 +7,7 @@ <item>qwerty_lv</item> <item>qwertz</item> <item>bgph1</item> + <item>dvorak</item> </string-array> <string-array name="pref_layout_entries"> <item>@string/pref_layout_e_system</item> @@ -15,6 +16,7 @@ <item>QWERTY (Latvian)</item> <item>QWERTZ</item> <item>Bulgarian (Phonetic Traditional)</item> + <item>Dvorak</item> </string-array> <string-array name="pref_accents_entries"> <item>@string/pref_accents_e_all_installed</item> |
