abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
authorJules Aguillon2022-10-15 15:55:48 +0200
committerJules Aguillon2022-10-15 15:55:48 +0200
commit7f51cf001adc8b691ef060ca6e030f283298b716 (patch)
tree209789677eb5e65bcb8e1e72d2bce4049c4dbf52
parent1909f2fcb47b92121987229ec1a24bf11005186f (diff)
downloadunexpected-keyboard-7f51cf001adc8b691ef060ca6e030f283298b716.tar.gz
unexpected-keyboard-7f51cf001adc8b691ef060ca6e030f283298b716.zip
Mention long press in lockable modifiers option
More documentation about this feature would be appropriate.
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index aef3b2d..3ab5329 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,7 +25,7 @@
<string name="pref_precise_repeat_title">Precise cursor movements</string>
<string name="pref_precise_repeat_summary">Modulate key repeat speed by swiping more or less</string>
<string name="pref_lockable_keys_title">Deprecated: Lockable modifiers</string>
- <string name="pref_lockable_keys_summary">This option will be removed</string>
+ <string name="pref_lockable_keys_summary">Every modifiers can be locked with a long press</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>