this post was submitted on 30 Jun 2025
29 points (96.8% liked)

Linux

55801 readers
841 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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

all 15 comments
sorted by: hot top controversial new old
[–] 7eter@feddit.org 7 points 17 hours ago (1 children)

I did use Clicker on Wayland - available on Flathub.

[–] SpiderUnderUrBed@lemmy.zip 4 points 17 hours ago

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

[–] thingsiplay@beehaw.org 2 points 15 hours ago

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.

[–] Havatra@lemmy.zip 3 points 17 hours ago (1 children)
[–] SpiderUnderUrBed@lemmy.zip 2 points 17 hours ago (1 children)

If it works on wayland then yes

[–] JTskulk@lemmy.world 1 points 4 hours ago

Looks like it doesn't: https://wiki.actiona.tools/doku.php?id=en%3Ax11notdetected&s%5B%5D=wayland

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.

[–] lukecooperatus@lemmy.ml 1 points 15 hours ago* (last edited 15 hours ago)

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.

[–] MonkderVierte@lemmy.zip 1 points 18 hours ago (1 children)
[–] SpiderUnderUrBed@lemmy.zip 3 points 18 hours ago (1 children)

Unfortunately it ain't a gui

[–] HelloRoot@lemy.lol 2 points 17 hours ago* (last edited 17 hours ago) (2 children)

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.

[–] MonkderVierte@lemmy.zip 4 points 13 hours ago

Or read the manual, instead of wasting a few kg CO² on lazyness?

[–] SpiderUnderUrBed@lemmy.zip 3 points 17 hours ago (1 children)

What's the difference between this and ydotool

[–] HelloRoot@lemy.lol 1 points 17 hours ago

ydotool works too

I havent used either in a while