mouse left & right click

This commit is contained in:
Crispy 2023-04-29 17:06:02 +02:00
parent d204387e19
commit 29f4595750
5 changed files with 36 additions and 1 deletions

View file

@ -31,6 +31,16 @@
"requirement": "suggested",
"type": "boolean"
},
{
"name": "/actions/main/in/mouse_left",
"requirement": "suggested",
"type": "boolean"
},
{
"name": "/actions/main/in/mouse_right",
"requirement": "suggested",
"type": "boolean"
},
{
"name": "/actions/main/in/distance",
"requirement": "suggested",
@ -52,6 +62,8 @@
"/actions/main/in/grab": "grab panel",
"/actions/main/in/activate_cursor": "activate cursor",
"/actions/main/in/distance": "move away",
"/actions/main/in/mouse_left": "mouse left",
"/actions/main/in/mouse_right": "mouse right",
"/actions/main/in/reset": "reset positions"
}
]