REDDIT 原始帖子

is there any macro software out there that has a gui and lets me set a looped input that repeats until i toggle it back off using a multi-key trigger?

every software i try hasn't had these features or has been paid. Is there anything paid or free out there that someone can confirm can trigger looped inputs via a multi-key trigger?

原帖正文r/software

every software i try hasn't had these features or has been paid. Is there anything paid or free out there that someone can confirm can trigger looped inputs via a multi-key trigger?

已收录讨论

12 条评论

u/endangeredirish

I've created Keyfire which should do what you need in the free tier, but I'm happy to create an example and send you a screen recording to see if works for you if you can explain in a bit more detail?

u/drewthe_shapeshifterOP

nope i couldn't find any working ones. I don't know how to script and don't want to learn just for this

u/drewthe_shapeshifterOP

i don't trust this since it's not open source and it doesn't have an existing user base

u/drewthe_shapeshifterOP

i want a keyboard macro. not mouse macro

u/endangeredirish

Fair enough! Keyfire isn't open source I appreciate that, but code is publicly available, and we have around 30 current beta users at the moment. AutoHotkey would be your best starting point, noGUI obviously but I ended up making Keyfire specifically because I couldn't find a modern GUI driven version for this kind of stuff. Hope you can find a solution!

u/FaffyBucket

The Swiftpiont X1 Control Panel can loop actions. The catch is it only works for Swiftpoint mice, so it will cost you. The upside is these are the best mice around! After using the knuckle buttons on their mice I'm never buying a mouse without them.

u/LHZpreamps

Actually, you can create a GUI for Autohotkey scripts! I’ve been doing that for a couple years and they have examples of GUI code that are in the installation folder. It’s a little bit of a learning curve because the GUI is made withing the script itself, so it’s a lot of trial and error until you understand the coordinates where to put buttons and text and what note. Probabaly easier now to got into Claude or ChatGPT and tell it what you want on the GUI and it’ll give you the script for it.

u/SandHK

You can build your own GUI in AHK.

u/Patient_Mushroom6864

I know of something that might work, but you are being particularly abbrassive in these comments, so you can find it yourself lmao

u/Teleconferences

AutoHotKey doesn’t have a GUI, but it’s completely free and will do exactly what you need with some very basic scripting. Please ignore the guy shilling his own software that shouldn’t be paid Heck there might even be GUIs for it now

u/Nomadic_Kat

Ive made a free macro recorder called SimplyMacro. you can find it released on itch at https://nomadiccat.itch.io/simplymacro also have a node based macro and automation program in development that also has a free version called MacroNode which has a better gui and customization https://nomadiccat.itch.io/macro-node