21 lines
343 B
JSON
21 lines
343 B
JSON
{
|
|
"bindings": [
|
|
{
|
|
"action": "CircleAction",
|
|
"left": "Point",
|
|
"right": "Pinch",
|
|
"extensions": [
|
|
{
|
|
"gesture": "Pinch",
|
|
"action": "ResizeCircle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"action": "RulerAction",
|
|
"left": "Pinch",
|
|
"right": "Pinch",
|
|
"extensions": []
|
|
}
|
|
]
|
|
} |