Files
dotfiles/karabiner/assets/complex_modifications/1734327621.json
2024-12-18 17:25:30 +01:00

36 lines
785 B
JSON

{
"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": [
]
}
]
}
]
}
]
}