GUI/App to automate key presses in linux wayland
from SpiderUnderUrBed@lemmy.zip to linux@lemmy.ml on 30 Jun 07:10
https://lemmy.zip/post/42798420
from SpiderUnderUrBed@lemmy.zip to linux@lemmy.ml on 30 Jun 07:10
https://lemmy.zip/post/42798420
There is xclicker which is a flatpak app, but it only automate mouse clicks, but there is nothing for key presses, I am surprised I could not find anything on this, but is there any GUI for this? Also is this possible on a technical level (in flatpak especially, I dont know if apps can simulate key presses). I know of ydotool, but that uses root, also its not a gui
threaded - newest
.
.
github.com/Net-Mist/wdotool
Unfortunately it ain’t a gui
I know it is not a gui, but until you find one:
it worked quite well to paste the documentation to chatgpt and ask it to make happen exactly what you want.
What’s the difference between this and ydotool
ydotool works too
I havent used either in a while
Or read the manual, instead of wasting a few kg CO² on lazyness?
Does Actiona suit your needs?
If it works on wayland then yes
Looks like it doesn’t: wiki.actiona.tools/doku.php?id=en%3Ax11notdetecte…
I’m actually looking for something like this too because Autokey and pyautogui (and antimicrox on another machine) is the only software keeping me on X.
I did use Clicker on Wayland - available on Flathub.
Weird it’s called clicker when you can do key presses too, but I’ll check it out. It looks like it fulfills my use case
Dunno if it would meet your needs, but I’ve been using Input Remapper for binding macros to various key presses and mouse buttons under Wayland. It does prompt for root access, but it’s a GUI. It supports any input method, as far as I can tell. It even supports my tablet.
I use it to bind stuff like
hold(key(BTN_LEFT).wait(100))
to some button to repeatedly left click while I’m holding that button down.It’s not GUI, but I want to mention another alternative, as people mention commandline applications here too: kdotool, works under KDE Wayland without with normal user rights (no root). They still work on a few features, but it can do lot of windowing stuff already. A good addition to
ydotool
.