Slightly related. On wayland based linux desktops this would never work because an app is not allowed to hijack the mouse pointer to dispatch events. I believe only the compositor is allowed to do that. I know, because I wanted to automate a GUI task using PyAutoGUI and it wouldnt work on wayland no matter what.
There is mouseless that seems to work on wayland https://mouseless.click/
Neverclick: Desktop application for performing mouse actions with your keyboard
21–30 of 67 posts
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#22Slightly related. On wayland based linux desktops this would never work because an app is not allowed to hijack the mouse pointer to dispatch events. I believe only the compositor is allowed to do that. I know, because I wanted to automate a GUI task using PyAutoGUI and it wouldnt work on wayland no matter what.
I personally use wl-kbptr, and the problem above is the only one that can't be solved without explicit support from the compositor.
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#23Nice work, but how is this different from Shortcat?
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#24(This is partially an assumption on my part as I currently don't have an unrestricted Windows machine to verify, but considering the non-functional button and "download on Windows" message it displays it seemed safe to assume)
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#25Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#26This looks cool! How is the planned Linux support (the website says "Coming soon for Linux") suppose to work? X11 only? Wayland? Gnome only (or any other DE)?
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#27Slightly related. On wayland based linux desktops this would never work because an app is not allowed to hijack the mouse pointer to dispatch events. I believe only the compositor is allowed to do that. I know, because I wanted to automate a GUI task using PyAutoGUI and it wouldnt work on wayland no matter what.
I often try a session with Labwc/LxQt instead of my Openbox/LxQt, and while there is progress, still not fully usable, so still no Wayland for me. But with X11, I can at least add xvfb, xdotool, and other utils, and AI has no problem writing (and testing) a GUI for me.
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#28Slightly related. On wayland based linux desktops this would never work because an app is not allowed to hijack the mouse pointer to dispatch events. I believe only the compositor is allowed to do that. I know, because I wanted to automate a GUI task using PyAutoGUI and it wouldnt work on wayland no matter what.
I wonder if blender works on wayland, because it has a feature that makes the mouse cursor "loop" across the window if you are dragging something.
Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#29Re: Neverclick: Desktop application for performing mouse actions with your keyboard
#30Slightly related. On wayland based linux desktops this would never work because an app is not allowed to hijack the mouse pointer to dispatch events. I believe only the compositor is allowed to do that. I know, because I wanted to automate a GUI task using PyAutoGUI and it wouldnt work on wayland no matter what.
There is mouseless that seems to work on wayland https://mouseless.click/