diff options
| author | Jules Aguillon | 2025-08-17 19:24:08 +0200 |
|---|---|---|
| committer | GitHub | 2025-08-17 19:24:08 +0200 |
| commit | cedf3aeb1c63ac91f550dd48f984cf4f6cf68ed7 (patch) | |
| tree | dda0fbdafe68b953e1fe032fddca75d8f728e879 /res/values/strings.xml | |
| parent | c1d473b4a0b77765e7787a7dc052a748873be826 (diff) | |
| download | unexpected-keyboard-cedf3aeb1c63ac91f550dd48f984cf4f6cf68ed7.tar.gz unexpected-keyboard-cedf3aeb1c63ac91f550dd48f984cf4f6cf68ed7.zip | |
Slider sensitivity option and improve slider ergonimics (#1070)
* Add option 'Space bar slider sensitivity'
* Fix slider moving the cursor twice at the beginning
The slider was generating two events when first activated.
Since 2bed42857.
* Make slider less sensitive for the first step
This moves the second slider step approximately 40% further and takes the
new sensitivity option into account.
Allows moving the cursor by one spot more easily.
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 26c8ce9..5564cc5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -88,6 +88,10 @@ <string name="pref_circle_sensitivity_e_medium">Medium</string> <string name="pref_circle_sensitivity_e_low">Low</string> <string name="pref_circle_sensitivity_e_disabled">Disabled</string> + <string name="pref_slider_sensitivity_title">Space bar slider sensitivity</string> + <string name="pref_slider_sensitivity_slow">Slow</string> + <string name="pref_slider_sensitivity_medium">Medium</string> + <string name="pref_slider_sensitivity_fast">Fast</string> <string name="key_action_next">Next</string> <string name="key_action_done">Done</string> <string name="key_action_go">Go</string> |
