From cedf3aeb1c63ac91f550dd48f984cf4f6cf68ed7 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sun, 17 Aug 2025 19:24:08 +0200
Subject: 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.---
res/values/strings.xml | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'res/values/strings.xml')
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 @@
Medium
Low
Disabled
+ Space bar slider sensitivity
+ Slow
+ Medium
+ Fast
Next
Done
Go
--
cgit v1.2.3