diff options
| author | Raphael | 2022-03-05 14:17:45 -0500 |
|---|---|---|
| committer | GitHub | 2022-03-05 20:17:45 +0100 |
| commit | 5404e7432d9240b3c88dce3a8cf240362016293c (patch) | |
| tree | 1040c96d81da6609c725e1cb05c6b5f31f0ccae3 /res/values/strings.xml | |
| parent | e92504ae92873ca7f0efa80421893bc69f98fa11 (diff) | |
| download | unexpected-keyboard-5404e7432d9240b3c88dce3a8cf240362016293c.tar.gz unexpected-keyboard-5404e7432d9240b3c88dce3a8cf240362016293c.zip | |
Clicking twice on CTRL or ALT will lock them in 'ON' state (#72)
* Clicking twice on CTRL or ALT will lock them in 'ON' state
* Make Locking behaviour optional, configurable in preferences
* Nest the new settings into a different page
To avoid spamming the settings page and repetition in the summaries.
Cannot be a popup unfortunately because that would require API >= 11.
* Add Fn and Meta
Co-authored-by: Jules Aguillon <jules@j3s.fr>
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3d68d1f..8c3eb36 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -21,6 +21,8 @@ <string name="pref_vibrate_duration_title">Duration</string> <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">Lockable modifiers</string> + <string name="pref_lockable_keys_summary">Modifier that can be locked by typing them twice</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> |
