macos tweaks
This commit is contained in:
@@ -1,44 +1,72 @@
|
||||
{
|
||||
"$schema": "https:\/\/schema.linearmouse.app\/0.10.0",
|
||||
"schemes": [
|
||||
"$schema" : "https:\/\/schema.linearmouse.app\/0.10.2",
|
||||
"schemes" : [
|
||||
{
|
||||
"buttons" : {
|
||||
"universalBackForward" : true
|
||||
},
|
||||
"if" : {
|
||||
"device" : {
|
||||
"category" : "mouse",
|
||||
"productID" : "0xc52b",
|
||||
"productName" : "USB Receiver",
|
||||
"vendorID" : "0x46d"
|
||||
}
|
||||
},
|
||||
"pointer" : {
|
||||
"acceleration" : 0.3,
|
||||
"disableAcceleration" : false,
|
||||
"speed" : 0.2
|
||||
},
|
||||
"scrolling" : {
|
||||
"acceleration" : {
|
||||
"vertical" : 1
|
||||
},
|
||||
"distance" : {
|
||||
"vertical" : "100px"
|
||||
},
|
||||
"modifiers" : {
|
||||
"vertical" : {
|
||||
"command" : {
|
||||
"type" : "preventDefault"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reverse" : {
|
||||
"vertical" : true
|
||||
},
|
||||
"speed" : {
|
||||
"vertical" : 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"if" : {
|
||||
"device" : {
|
||||
"vendorID" : "0x46d",
|
||||
"productID" : "0xc52b",
|
||||
"productName" : "USB Receiver",
|
||||
"category" : "mouse"
|
||||
"category" : "mouse",
|
||||
"productID" : "0x1729",
|
||||
"productName" : "SteelSeries Rival 110 Gaming Mouse",
|
||||
"vendorID" : "0x1038"
|
||||
}
|
||||
},
|
||||
"scrolling": {
|
||||
"reverse": {
|
||||
"vertical": true
|
||||
"pointer" : {
|
||||
"acceleration" : 0.85,
|
||||
"disableAcceleration" : true
|
||||
},
|
||||
"scrolling" : {
|
||||
"acceleration" : {
|
||||
"vertical" : 1
|
||||
},
|
||||
"speed": {
|
||||
"vertical": 0
|
||||
"distance" : {
|
||||
"vertical" : 3
|
||||
},
|
||||
"acceleration": {
|
||||
"vertical": 1
|
||||
"reverse" : {
|
||||
"vertical" : true
|
||||
},
|
||||
"distance": {
|
||||
"vertical": "100px"
|
||||
},
|
||||
"modifiers": {
|
||||
"vertical": {
|
||||
"command": {
|
||||
"type": "preventDefault"
|
||||
}
|
||||
}
|
||||
"speed" : {
|
||||
"vertical" : 0
|
||||
}
|
||||
},
|
||||
"buttons": {
|
||||
"universalBackForward": true
|
||||
},
|
||||
"pointer": {
|
||||
"acceleration": 0.3,
|
||||
"speed": 0.2,
|
||||
"disableAcceleration": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user