From eac74d3f2283ec9f36e595261ab21716d910c15a Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Tue, 13 Apr 2021 02:00:08 +0200 Subject: 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. --- res/values/strings.xml | 2 ++ res/xml/settings.xml | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'res') 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 @@ %sdp Horizontal margin %sdp + Toggle accent keys + Whether to remove the accent keys from the keyboard. diff --git a/res/xml/settings.xml b/res/xml/settings.xml index e25f185..a4cf7ff 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -9,6 +9,12 @@ android:entries="@array/pref_layout_entries" android:entryValues="@array/pref_layout_values" /> +