Gesture Config and Blender Files

This commit is contained in:
DuOtto
2026-07-15 19:19:57 +02:00
parent a12182baa2
commit dcc4184740
9 changed files with 67 additions and 46 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"bindings": [
{
"action": "CircleAction",
"left": "Point",
"right": "Pinch",
"extensions": [
{
"gesture": "Pinch",
"action": "ResizeCircle"
}
]
},
{
"action": "RulerAction",
"left": "Pinch",
"right": "Pinch",
"extensions": []
}
]
}