fix touchpad options
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@
|
|||||||
vendorId = "2362";
|
vendorId = "2362";
|
||||||
productId = "14408";
|
productId = "14408";
|
||||||
disableWhileTyping = false;
|
disableWhileTyping = false;
|
||||||
scrollFactor = 0.5;
|
scrollSpeed = 0.5;
|
||||||
naturalScroll = false;
|
naturalScroll = false;
|
||||||
pointerSpeed = 0.2;
|
pointerSpeed = 0.2;
|
||||||
accelerationProfile = "default";
|
accelerationProfile = "default";
|
||||||
|
|||||||
@@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
scrollMethods = {
|
scrollMethods = {
|
||||||
twoFingers = 1;
|
twoFingers = "twoFingers";
|
||||||
touchPadEdges = 2;
|
touchPadEdges = "touchPadEdges";
|
||||||
};
|
};
|
||||||
rightClickMethods = {
|
rightClickMethods = {
|
||||||
bottomRight = 1;
|
bottomRight = "bottomRight";
|
||||||
twoFingers = 2;
|
twoFingers = "twoFingers";
|
||||||
};
|
};
|
||||||
accelerationProfiles = {
|
accelerationProfiles = {
|
||||||
none = 1;
|
none = "none";
|
||||||
default = 2;
|
default = "default";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user