this post was submitted on 07 Sep 2025
23 points (92.6% liked)

Linux

58126 readers
327 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
 

Morning y’all

Since I switched from windows a couple years back I have yet to find a useful macro application that can handle both mouse and keyboard inputs that also doesn’t need a lot of scripting knowledge.

Back on Windows the Logitech GHub was the perfect application for making macros. Record the macro, edit the key press down & up, delay and change whether or not the macro was a toggle or of the key needed to be held was really easy to do but ever since I switched to Linux/Debian I’ve tried numerous different applications that all seem to need a bunch of scripting knowledge that I honestly don’t have the time nor energy to learn.

I’ve tried:

top 12 comments
sorted by: hot top controversial new old

I've been meaning to check out https://open.qa/ from the OpenSUSE folks. It's what they use to test their operating system, so I figure it should be pretty good at having mouse and keyboard events scripted under it.

Wish I could give more info, but it's been a "I want to check it out" project, so I don't know much other than it exists.

[–] JTskulk@lemmy.world 1 points 3 days ago

pyautogui is scripting, but it's dead simple. You really don't have to learn python to use it, just copy and paste the examples and modify to your heart's content.

[–] jlow@discuss.tchncs.de 7 points 6 days ago

I'm afraid it can't do mouse inputs but I like https://espanso.org/docs/install/linux/ a lot.

[–] swicano@slrpnk.net 6 points 6 days ago (1 children)

Out of curiosity, what sorts of things do you make macros for? I've never been a macro-er

[–] ohshit604@sh.itjust.works 1 points 6 days ago (1 children)

Mostly games to be honest! I used to have an auto-walk macro that I could toggle on and off or an auto-clicker as I don’t like to spam my mouse.

[–] smeg@feddit.uk 2 points 5 days ago

I've never tried it myself but I've heard a lot of speedrunners map mouse click (or whatever button they need to spam) to the mouse wheel, that's probably something you could do in Steam Input (if that's how you're running your games)

[–] just_another_person@lemmy.world 4 points 6 days ago (1 children)
[–] ohshit604@sh.itjust.works 2 points 6 days ago* (last edited 6 days ago) (1 children)

This looks promising! By chance can you toggle macros with this application so they repeat on their own without needing another key press to restart it?

Edit: Also does it support mouse inputs?

[–] just_another_person@lemmy.world 0 points 6 days ago (1 children)

I'm unaware of anything on any OS that does a combination of keyboard and mouse macros. I'm not even sure what a mouse macros is.

[–] theshatterstone54@feddit.uk 1 points 4 days ago

Autoclicker basically.

Also AutoHotKey exists

[–] makingStuffForFun@lemmy.ml -2 points 6 days ago (1 children)