-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1747 from digitarhythm/my-settings
add public/json/trackball_tools.json
- Loading branch information
Showing
2 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"title": "Trackball tools", | ||
"rules": [ | ||
{ | ||
"description": "The wheel click is fired by pressing the left and right buttons simultaneously.", | ||
"manipulators": [ | ||
{ | ||
"type": "basic", | ||
"from": { | ||
"simultaneous": [ | ||
{ "pointing_button": "button1" }, | ||
{ "pointing_button": "button2" } | ||
], | ||
"simultaneous_options": { | ||
"key_up_when": "all" | ||
}, | ||
"modifiers": { | ||
"mandatory": [ | ||
], | ||
"optional": [ | ||
] | ||
} | ||
}, | ||
"to": [ | ||
{ | ||
"pointing_button": "button3", | ||
"modifiers": [ | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |