abouttreesummaryrefslogcommitdiff
path: root/res/values
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
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')
-rw-r--r--res/values/arrays.xml10
-rw-r--r--res/values/strings.xml4
2 files changed, 0 insertions, 14 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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2a164e0..7ba2a16 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,10 +14,6 @@
<string name="pref_layout_e_custom">Custom layout</string>
<string name="pref_layouts_add">Add an alternate layout</string>
<string name="pref_layouts_item">Layout %1$d: %2$s</string>
- <string name="pref_accents_title">Accents</string>
- <string name="pref_accents_e_all_installed">Show accents for all installed languages</string>
- <string name="pref_accents_e_selected">Only show accents for the selected language</string>
- <string name="pref_accents_e_none">Hide accents</string>
<string name="pref_show_numpad_title">Show NumPad</string>
<string name="pref_show_numpad_never">Never</string>
<string name="pref_show_numpad_landscape">Only in landscape mode</string>