abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorJules Aguillon2021-04-13 02:00:08 +0200
committerJules Aguillon2021-04-13 02:00:08 +0200
commiteac74d3f2283ec9f36e595261ab21716d910c15a (patch)
tree12adc9bf71a1306249919372202af5fdd3596ea5 /res/values
parent0b1befcc8802331b15389509e77f723d992861ee (diff)
downloadunexpected-keyboard-eac74d3f2283ec9f36e595261ab21716d910c15a.tar.gz
unexpected-keyboard-eac74d3f2283ec9f36e595261ab21716d910c15a.zip
Add an option to toggle accent keys
These keys are not useful at all in English. A new option allows to hide them, [false] by default.
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0d2adeb..db45f85 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -34,4 +34,6 @@
<string name="pref_key_height_summary">%sdp</string>
<string name="pref_horizontal_margin_title">Horizontal margin</string>
<string name="pref_horizontal_margin_summary">%sdp</string>
+ <string name="pref_disable_accent_keys_title">Toggle accent keys</string>
+ <string name="pref_disable_accent_keys_summary">Whether to remove the accent keys from the keyboard.</string>
</resources>