summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-15 23:54:21 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-15 23:54:21 +0000
commit3793619dae9785ea18f2a2d67f914397a8a78d55 (patch)
treef09b269a91c27ded7b517ea6bacfea70f6fb8e79 /data
parent0bf06c5e1e8b3f27014d281800f366644e3bd269 (diff)
downloadenlightenment-3793619dae9785ea18f2a2d67f914397a8a78d55.tar.gz
x - input - separate touchpad and mouse settings
you can have different accel for mouse vs touchpad and different natrual scrolling settings etc. this splits that up.
Diffstat (limited to 'data')
-rw-r--r--data/config/default/e.src7
-rw-r--r--data/config/standard/e.src7
-rw-r--r--data/config/tiling/e.src7
3 files changed, 15 insertions, 6 deletions
diff --git a/data/config/default/e.src b/data/config/default/e.src
index 80a3aff950..a049d2715b 100644
--- a/data/config/default/e.src
+++ b/data/config/default/e.src
@@ -139,12 +139,15 @@ group "E_Config" struct {
value "mouse_hand" int: 1;
value "mouse_accel" double: 0.0;
value "mouse_accel_threshold" int: 4;
- value "touch_tap_to_click" uchar: 0;
value "mouse_natural_scroll" uchar: 0;
value "mouse_emulate_middle_button" uchar: 1;
+ value "touch_accel" double: 0.0;
+ value "touch_natural_scroll" uchar: 0;
+ value "touch_emulate_middle_button" uchar: 1;
+ value "touch_tap_to_click" uchar: 0;
value "touch_clickpad" uchar: 1;
value "touch_scrolling_2finger" uchar: 1;
- value "touch_scrolling_edge" uchar: 1;
+ value "touch_scrolling_edge" uchar: 0;
value "touch_scrolling_circular" uchar: 0;
value "touch_scrolling_horiz" uchar: 1;
value "touch_palm_detect" uchar: 1;
diff --git a/data/config/standard/e.src b/data/config/standard/e.src
index 3b35e61964..fbd7ef59bb 100644
--- a/data/config/standard/e.src
+++ b/data/config/standard/e.src
@@ -137,12 +137,15 @@ group "E_Config" struct {
value "mouse_hand" int: 1;
value "mouse_accel" double: 0.0;
value "mouse_accel_threshold" int: 4;
- value "touch_tap_to_click" uchar: 0;
value "mouse_natural_scroll" uchar: 0;
value "mouse_emulate_middle_button" uchar: 1;
+ value "touch_accel" double: 0.0;
+ value "touch_natural_scroll" uchar: 0;
+ value "touch_emulate_middle_button" uchar: 1;
+ value "touch_tap_to_click" uchar: 0;
value "touch_clickpad" uchar: 1;
value "touch_scrolling_2finger" uchar: 1;
- value "touch_scrolling_edge" uchar: 1;
+ value "touch_scrolling_edge" uchar: 0;
value "touch_scrolling_circular" uchar: 0;
value "touch_scrolling_horiz" uchar: 1;
value "touch_palm_detect" uchar: 1;
diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src
index 7b1e4d9492..ab420ac701 100644
--- a/data/config/tiling/e.src
+++ b/data/config/tiling/e.src
@@ -137,12 +137,15 @@ group "E_Config" struct {
value "mouse_hand" int: 1;
value "mouse_accel" double: 0.0;
value "mouse_accel_threshold" int: 4;
- value "touch_tap_to_click" uchar: 0;
value "mouse_natural_scroll" uchar: 0;
value "mouse_emulate_middle_button" uchar: 1;
+ value "touch_accel" double: 0.0;
+ value "touch_natural_scroll" uchar: 0;
+ value "touch_emulate_middle_button" uchar: 1;
+ value "touch_tap_to_click" uchar: 0;
value "touch_clickpad" uchar: 1;
value "touch_scrolling_2finger" uchar: 1;
- value "touch_scrolling_edge" uchar: 1;
+ value "touch_scrolling_edge" uchar: 0;
value "touch_scrolling_circular" uchar: 0;
value "touch_scrolling_horiz" uchar: 1;
value "touch_palm_detect" uchar: 1;