-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Description
So, I have a trackball and as of now If I want to drag the window I have to use the trackball and trackball left mouse click. I tried using mod+tab and configured it to be mouse left click, that would not act as a mouse button being pressed on forever, it would only act like single click.
The only option that seems to be working is trackball and mouse layer left click to move the window. But, this combination doesn't work for resizing as well.
I tried all the possible macro combination as well, like following macros
if ($mouseLeftActive) {
releaseKey mouseBtnLeft
setVar mouseLeftActive 0
} else {
pressKey mouseBtnLeft
setVar mouseLeftActive 1
}
pressKey mouseBtnLeft
delayUntilRelease
releaseKey mouseBtnLeft
ifHold mouseBtnLeft
None of this worked
Metadata
Metadata
Assignees
Labels
No labels