diff options
| author | Jules Aguillon | 2022-10-23 22:01:43 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-10-23 22:01:43 +0200 |
| commit | 6aa4740702f20a4f0d5bbbe2b57e2648ba6db705 (patch) | |
| tree | 7652c858dbd40bd4ec947163ec6b27db3380ba65 | |
| parent | ff0c0354d6395f58da6d7c4d4b5b724fa054e38f (diff) | |
| download | unexpected-keyboard-6aa4740702f20a4f0d5bbbe2b57e2648ba6db705.tar.gz unexpected-keyboard-6aa4740702f20a4f0d5bbbe2b57e2648ba6db705.zip | |
Clarify the double tap option text
Also update a bit the README.
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ Highlight of some of the features: - Very light and fast. Use 500x times less space than Google's keyboard and 15x times less than the default keyboard. No ad, no tracking. -- Multiple layouts: QWERTY, QWERTZ, AZERTY. Themes: White, Dark, OLED Black. And many other options. +- Personalizable with many options, layouts and themes. Like any other virtual keyboards, it must be enabled in the system settings. Open the System Settings and go to: System > Languages & input > On-screen keyboard > Manage on-screen keyboards. diff --git a/res/values/strings.xml b/res/values/strings.xml index 3ab5329..501aefc 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -27,7 +27,7 @@ <string name="pref_lockable_keys_title">Deprecated: Lockable modifiers</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_lock_double_tap_summary">You can lock any modifier by holding it</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> |
