diff options
| author | Jules Aguillon | 2022-06-06 17:00:58 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2022-06-06 17:04:50 +0200 |
| commit | ef03dfed5c802a855c4655204eee39a8769cfed7 (patch) | |
| tree | a4808a1562437e70f9b00c92465f6ed34af799e7 /res/values/strings.xml | |
| parent | e0131fa6b01ada40905ccd365da4511c2a88dc1c (diff) | |
| download | unexpected-keyboard-ef03dfed5c802a855c4655204eee39a8769cfed7.tar.gz unexpected-keyboard-ef03dfed5c802a855c4655204eee39a8769cfed7.zip | |
Remove the vibration settings
Instead of using the vibrator directly, use performHapticFeedback, which
will integrate better with the system settings.
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 741a9e2..58292a6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -17,10 +17,6 @@ <string name="pref_swipe_dist_summary">Distance of characters in the corners of the keys (%s)</string> <string name="pref_long_timeout_title">Key repeat timeout</string> <string name="pref_long_interval_title">Key repeat interval</string> - <string name="pref_category_vibrate">Vibration</string> - <string name="pref_vibrate_title">Vibration</string> - <string name="pref_vibrate_summary">Enable/disable vibration on keypress</string> - <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> |
