Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.zip

GUI/App to automate key presses in linux wayland

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

View original on lemmy.zip
26

12 replies

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

4

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.

1
HelloRootreply
lemy.lol

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.

2

You reached the end

GUI/App to automate key presses in linux wayland | Spyke