this post was submitted on 24 Jun 2025
268 points (91.1% liked)
Linux
8093 readers
814 users here now
A community for everything relating to the GNU/Linux operating system
Also check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sure, Autokey doesn't work.
What's autokey?
It's roughly equivalent to AutoHotKey on Windows. It's an application that can intercept key combos or even typed strings and...do basically anything. Let's say you type a certain phrase a lot, you could come up with an abbreviation so that when you type an abbreviation it deletes the abbreviation and inserts the big thing you type. Or maybe you want it to fire when you press ALT+ y. Or, maybe you want it to do something programmatic, like insert the date and time. Or do anything you can get Python to do.
This apparently does not work on Wayland systems, something about the way it accessed keystrokes in X11 isn't open in Wayland for security concerns.
Honestly that sounds like a security nightmare and its probably a good thing that doesn't work anymore.
Honestly if pressing some buttons to get the computer to do something you programmed it to do is a "security nightmare" I think we should probably just give up, tear down the electric grid and go back to dying of smallpox at 17 like nature intended.
That's not problematic part. The reading all my inputs is.
There's software on the computer that does that anyway, otherwise the keyboard won't work. Feels like an arbitrary line to draw.
I don't know autokey, so I can't speak to whether they replace all its functionality but there are 'xdotool-like' programs for Wayland. So it is at least very possible to replace functionality like the latter you mentioned (press button/button combination -> do an action, like inserting date/start a program/do something programmatic). Some examples I know are:
ydotool is a perfect replacement for dmenu based password managers.