diff options
| author | Jules Aguillon | 2022-10-15 15:55:48 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-15 15:55:48 +0200 |
| commit | 7f51cf001adc8b691ef060ca6e030f283298b716 (patch) | |
| tree | 209789677eb5e65bcb8e1e72d2bce4049c4dbf52 /res/values | |
| parent | 1909f2fcb47b92121987229ec1a24bf11005186f (diff) | |
| download | unexpected-keyboard-7f51cf001adc8b691ef060ca6e030f283298b716.tar.gz unexpected-keyboard-7f51cf001adc8b691ef060ca6e030f283298b716.zip | |
Mention long press in lockable modifiers option
More documentation about this feature would be appropriate.
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 2 |
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> |
