Skip to content

Commit

Permalink
Even slower slide
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaima authored and Julow committed Feb 3, 2025
1 parent e1191f3 commit defc4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcs/juloo.keyboard2/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public void refresh(Resources res)
float swipe_scaling = Math.min(dm.widthPixels, dm.heightPixels) / 10.f * dpi_ratio;
float swipe_dist_value = Float.valueOf(_prefs.getString("swipe_dist", "15"));
swipe_dist_px = swipe_dist_value / 25.f * swipe_scaling;
slide_step_px = 0.25f * swipe_scaling;
slide_step_px = 0.4f * swipe_scaling;
vibrate_custom = _prefs.getBoolean("vibrate_custom", false);
vibrate_duration = _prefs.getInt("vibrate_duration", 20);
longPressTimeout = _prefs.getInt("longpress_timeout", 600);
Expand Down

0 comments on commit defc4bc

Please sign in to comment.