abouttreesummaryrefslogcommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJules Aguillon2022-07-24 23:55:00 +0200
committerJules Aguillon2022-07-24 23:55:00 +0200
commit53b9afa973e2ba1ab32f8e0865f624aaeb43aaa3 (patch)
treeb194ef4b5eacc51ddfedd77c21bb66ceb822f429 /res/values/strings.xml
parent081e9a6e531a34bb1639c2527f315c0be966e5d7 (diff)
downloadunexpected-keyboard-53b9afa973e2ba1ab32f8e0865f624aaeb43aaa3.tar.gz
unexpected-keyboard-53b9afa973e2ba1ab32f8e0865f624aaeb43aaa3.zip
Hold any modifier to lock
Modifiers can be locked with a long press. The key repeat mechanism is re-used and the press timeout is the same. Every modifiers can be locked that way, not only the "lockable" ones. The previous behavior can be enabled in the settings (for shift only) but the default is changed.
Diffstat (limited to 'res/values/strings.xml')
-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 dd9f336..7bd9a3a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,6 +25,8 @@
<string name="pref_precise_repeat_summary">Modulate key repeat speed by swiping more or less</string>
<string name="pref_lockable_keys_title">Lockable modifiers</string>
<string name="pref_lockable_keys_summary">Modifiers that can be locked by typing them twice</string>
+ <string name="pref_lock_double_tap_title">Double tap on shift for caps lock</string>
+ <string name="pref_lock_double_tap_summary">Instead of holding modifiers for a time</string>
<string name="pref_category_style">Style</string>
<string name="pref_margin_bottom_title">Margin bottom</string>
<string name="pref_keyboard_height_title">Keyboard height</string>