abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-11-06 19:34:57 +0100
committerJules Aguillon2022-11-06 19:34:57 +0100
commitd2128e777ebe76e3291bf1f9a5b7812ced10f13e (patch)
tree99092d0cea81cfcf498843bc03f7d31dc9ecf5ae /res/xml/settings.xml
parent6a7fbf5e50111843397794a981ba5212e230a53a (diff)
downloadunexpected-keyboard-d2128e777ebe76e3291bf1f9a5b7812ced10f13e.tar.gz
unexpected-keyboard-d2128e777ebe76e3291bf1f9a5b7812ced10f13e.zip
Remove option "Lockable modifiers"
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index b66cd13..046b23f 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -37,15 +37,6 @@
<juloo.common.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="precise_repeat" android:title="@string/pref_precise_repeat_title" android:summary="@string/pref_precise_repeat_summary" android:defaultValue="true"/>
<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"/>
- <PreferenceScreen android:title="@string/pref_lockable_keys_title" android:summary="@string/pref_lockable_keys_summary">
- <CheckBoxPreference android:key="lockable_ctrl" android:title="Ctrl" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_alt" android:title="Alt" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_fn" android:title="Fn" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_meta" android:title="Meta" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_sup" android:title="Sup" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_sub" android:title="Sub" android:defaultValue="false"/>
- <CheckBoxPreference android:key="lockable_box" android:title="Box" android:defaultValue="false"/>
- </PreferenceScreen>
<CheckBoxPreference android:key="vibrate_enabled" android:title="@string/pref_vibrate_title" android:summary="@string/pref_vibrate_summary" android:defaultValue="true"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_style">