Skip to content

Commit

Permalink
Merge pull request #1747 from digitarhythm/my-settings
Browse files Browse the repository at this point in the history
add public/json/trackball_tools.json
  • Loading branch information
tekezo authored Nov 22, 2024
2 parents 37d92ca + a1b6f34 commit a5f6687
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1910,6 +1910,15 @@
}
]
},
{
"name": "Trackball Tools",
"id": "Trackball Tools",
"files": [
{
"path": "json/trackball_tools.json"
}
]
},
{
"name": "Others",
"id": "others",
Expand Down
35 changes: 35 additions & 0 deletions public/json/trackball_tools.json
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": [
]
}
]
}
]
}
]
}

0 comments on commit a5f6687

Please sign in to comment.