• Dymonika@kbin.social
    link
    fedilink
    arrow-up
    0
    ·
    6 months ago

    @tsonfeir But Linux does not have AutoHotkey. This is the biggest deal-breaker for me by far. AutoKey seems be the closest thing, but it’s such a massive pain to even try to use by comparison.

      • Dymonika@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        Interesting, thanks. I think ultimately, seeing this port’s adherence to AHK v1 syntax, I’d just have to bite the bullet and learn Python or something, though…

        Never mind, I’ve since stumbled across xdotool!

    • themoonisacheese@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      6 months ago

      I doesn’t have auto hotkey because for the most part, you can control Linux from the command-line without someone having to invent a new scripting language from scratch to control it.

      I heavily recommend you familiarize yourself with bash and the system commands you’ll need to send key presses, move windows, spawn and kill programs, etc.

      • Dymonika@kbin.social
        link
        fedilink
        arrow-up
        0
        ·
        6 months ago

        Hmm, thanks. Can it simulate mouse-clicks?

        Apparently, xdotool can! I guess the next thing would be generating GUIs. I think the final issue is that this would cause quite the fragmentation given how I use the same scripts on my Windows-only work laptop… but I’ll think about this more…