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/xml/settings.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/xml') diff --git a/res/xml/settings.xml b/res/xml/settings.xml index 40e3676..22dbef2 100644 --- a/res/xml/settings.xml +++ b/res/xml/settings.xml @@ -15,6 +15,7 @@ + -- cgit v1.2.3