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/arrays.xml | 10 ++++++++++ res/values/strings.xml | 4 ++++ 2 files changed, 14 insertions(+) (limited to 'res/values') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index b82298e..e5d8c11 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -94,4 +94,14 @@ number normal + + @string/pref_slider_sensitivity_slow + @string/pref_slider_sensitivity_medium + @string/pref_slider_sensitivity_fast + + + 60 + 30 + 15 + 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