mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-22 10:42:43 +02:00
Make the space bar slider slightly less sensitive
This commit is contained in:
parent
7b8f739400
commit
c4e2b446e5
@ -131,7 +131,7 @@ public final class Config
|
|||||||
float swipe_scaling = Math.min(dm.widthPixels, dm.heightPixels) / 10.f * dpi_ratio;
|
float swipe_scaling = Math.min(dm.widthPixels, dm.heightPixels) / 10.f * dpi_ratio;
|
||||||
float swipe_dist_value = Float.valueOf(_prefs.getString("swipe_dist", "15"));
|
float swipe_dist_value = Float.valueOf(_prefs.getString("swipe_dist", "15"));
|
||||||
swipe_dist_px = swipe_dist_value / 25.f * swipe_scaling;
|
swipe_dist_px = swipe_dist_value / 25.f * swipe_scaling;
|
||||||
slide_step_px = 0.2f * swipe_scaling;
|
slide_step_px = 0.25f * swipe_scaling;
|
||||||
vibrate_custom = _prefs.getBoolean("vibrate_custom", false);
|
vibrate_custom = _prefs.getBoolean("vibrate_custom", false);
|
||||||
vibrate_duration = _prefs.getInt("vibrate_duration", 20);
|
vibrate_duration = _prefs.getInt("vibrate_duration", 20);
|
||||||
longPressTimeout = _prefs.getInt("longpress_timeout", 600);
|
longPressTimeout = _prefs.getInt("longpress_timeout", 600);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user