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:

  • JTskulk@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 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.