abouttreesummaryrefslogcommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorJules Aguillon2023-08-06 16:58:44 +0200
committerJules Aguillon2023-08-06 17:15:35 +0200
commit1eea9e25d25afa04f0f98618df07820d27c8fe2e (patch)
tree415be1c0d377d56cee92543195d7aee0c4260650 /res/values/arrays.xml
parent45905f5f3b4831e8831f0f284b90b7d7e7f2e1e3 (diff)
downloadunexpected-keyboard-1eea9e25d25afa04f0f98618df07820d27c8fe2e.tar.gz
unexpected-keyboard-1eea9e25d25afa04f0f98618df07820d27c8fe2e.zip
Remove the Accents option
This option makes less sense since per-script extra keys. It's also getting in the way of an eventual "dead-key or accented-letters" option.
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 14a536d..2bbb9b6 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
- <string-array name="pref_accents_entries">
- <item>@string/pref_accents_e_all_installed</item>
- <item>@string/pref_accents_e_selected</item>
- <item>@string/pref_accents_e_none</item>
- </string-array>
<string-array name="pref_show_numpad_values">
<item>never</item>
<item>landscape</item>
@@ -23,11 +18,6 @@
<item>@string/pref_numpad_layout_e_high_first</item>
<item>@string/pref_numpad_layout_e_low_first</item>
</string-array>
- <string-array name="pref_accents_values">
- <item>1</item>
- <item>2</item>
- <item>4</item>
- </string-array>
<string-array name="pref_theme_entries">
<item>@string/pref_theme_e_system</item>
<item>@string/pref_theme_e_dark</item>