From 935662be04c0adbee94b61916da1619a272d3eac Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Sat, 16 Apr 2016 21:06:36 +0300 Subject: [PATCH] remapped the speeds for ALT, SHIFT, CONTROL --- web/dashboard.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/dashboard.js b/web/dashboard.js index 559ae2af..75425d49 100644 --- a/web/dashboard.js +++ b/web/dashboard.js @@ -262,9 +262,9 @@ color_fill_opacity_stacked: 0.8, pan_and_zoom_step: 0.1, // the increment when panning and zooming with the toolbox - pan_and_zoom_step_multiplier_shift: 2, - pan_and_zoom_step_multiplier_alt: 5, - pan_and_zoom_step_multiplier_control: 10, + pan_and_zoom_step_multiplier_shift: 5, + pan_and_zoom_step_multiplier_alt: 10, + pan_and_zoom_step_multiplier_control: 2, setOptionCallback: function() { ; } }, -- 2.39.2