Added Karabiner modification files

This commit is contained in:
Thomas Naderer
2024-12-18 17:25:30 +01:00
parent e870d7408b
commit 8a84959bdd
10 changed files with 7488 additions and 0 deletions

View File

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