diff options
| author | Jules Aguillon | 2024-06-09 14:25:19 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2024-06-09 14:25:19 +0200 |
| commit | b5a96dc4dcee3a736390d868a3b0be52a019d56d (patch) | |
| tree | 59e5ff08e9020f76860c3dea0b1c6e4d5fb924b7 /res/xml/settings.xml | |
| parent | 944ed32a377291e54d0093a1e864abf771d79bb8 (diff) | |
| download | unexpected-keyboard-b5a96dc4dcee3a736390d868a3b0be52a019d56d.tar.gz unexpected-keyboard-b5a96dc4dcee3a736390d868a3b0be52a019d56d.zip | |
Option to tweak or disable the circle gesture
Diffstat (limited to 'res/xml/settings.xml')
| -rw-r--r-- | res/xml/settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 3068f78..270dfcd 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -14,6 +14,7 @@ </PreferenceCategory> <PreferenceCategory android:title="@string/pref_category_typing"> <ListPreference android:key="swipe_dist" android:title="@string/pref_swipe_dist_title" android:summary="@string/pref_swipe_dist_summary" android:defaultValue="15" android:entries="@array/pref_swipe_dist_entries" android:entryValues="@array/pref_swipe_dist_values"/> + <ListPreference android:key="circle_sensitivity" android:title="@string/pref_circle_sensitivity_title" android:summary="%s" android:defaultValue="2" android:entries="@array/pref_circle_sensitivity_entries" android:entryValues="@array/pref_circle_sensitivity_values"/> <juloo.keyboard2.prefs.IntSlideBarPreference android:key="longpress_timeout" android:title="@string/pref_long_timeout_title" android:summary="%sms" android:defaultValue="600" min="50" max="2000"/> <juloo.keyboard2.prefs.IntSlideBarPreference android:key="longpress_interval" android:title="@string/pref_long_interval_title" android:summary="%sms" android:defaultValue="25" min="5" max="100"/> <CheckBoxPreference android:key="lock_double_tap" android:title="@string/pref_lock_double_tap_title" android:summary="@string/pref_lock_double_tap_summary" android:defaultValue="false"/> |
