abouttreesummaryrefslogcommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-03-13 00:39:41 +0100
committerJules Aguillon2022-03-13 00:40:39 +0100
commit7aa241b10a5af1e32c5c1e8e8a8cb8d5685a674a (patch)
tree25e9c1790ca95b511beab6c375d90e4f75398a03 /res/xml/settings.xml
parenta57bdf8cfb76e8680f77b95c1ad84f2e76e087a9 (diff)
downloadunexpected-keyboard-7aa241b10a5af1e32c5c1e8e8a8cb8d5685a674a.tar.gz
unexpected-keyboard-7aa241b10a5af1e32c5c1e8e8a8cb8d5685a674a.zip
Make superscript and subscript modifiers lockable
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 9a1bcae..e815667 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -15,6 +15,8 @@
<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"/>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_category_vibrate">