feat: add focus follows the mouse mode (#23)
This commit is contained in:
@@ -35,6 +35,11 @@
|
||||
"type": "boolean",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/default/in/MoveMouse",
|
||||
"type": "boolean",
|
||||
"requirement": "optional"
|
||||
},
|
||||
{
|
||||
"name": "/actions/default/in/SpaceDrag",
|
||||
"type": "boolean",
|
||||
|
||||
@@ -67,6 +67,9 @@
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/click"
|
||||
},
|
||||
"touch": {
|
||||
"output": "/actions/default/in/movemouse"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
@@ -80,6 +83,9 @@
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/click"
|
||||
},
|
||||
"touch": {
|
||||
"output": "/actions/default/in/movemouse"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
|
||||
@@ -67,6 +67,9 @@
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/click"
|
||||
},
|
||||
"touch": {
|
||||
"output": "/actions/default/in/movemouse"
|
||||
}
|
||||
},
|
||||
"mode": "button",
|
||||
@@ -76,6 +79,9 @@
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/click"
|
||||
},
|
||||
"touch": {
|
||||
"output": "/actions/default/in/movemouse"
|
||||
}
|
||||
},
|
||||
"mode": "button",
|
||||
|
||||
@@ -19,3 +19,9 @@ allow_sliding: true
|
||||
# Enable / disable realigning the working set windows when they are shown/hidden
|
||||
# Default: true
|
||||
realign_on_showhide: true
|
||||
|
||||
# When enabled, the mouse pointer will not be moved on the screen, unless the trigger is touched
|
||||
# allowing for moving both pointers off the screens to the keyboard, while keeping the cursor position
|
||||
# unchanged, for when the desktop is configured to move the focus with the mouse cursor
|
||||
# Default: false
|
||||
focus_follows_mouse_mode: false
|
||||
|
||||
Reference in New Issue
Block a user