Hi,

using Cachyos kde I’ve been making a python script that will move the mouse to a position -> click -> move mouse back to the original position. I can get this working with x11, but it fails with wayland.

Do you know any way to programatically move the mouse and click that works with wayland?

Thanks

  • basic_user@lemmy.worldOP
    link
    fedilink
    arrow-up
    1
    ·
    9 days ago

    This was a brain fart as the bug specifically prevents absolutte movements so I cannot move the mouse to any specified location. All I can do is move the mouse so much in one direction relatively that it most definitely is at the edge/corner of the screen.

    I skipped Input-remapper as the setup for it turned out to be pretty complex and also I need to be able to check current mouse position which it can’t.

    I have currrently given up on the project.