Skip to content

Mouse button left click not working using mod key #1434

@mohitt

Description

@mohitt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions