plul / Public-AutoHotKey-Scripts

For sharing some of my AutoHotKey example scripts
MIT License
250 stars 57 forks source link

Thank you! #17

Open flacito13 opened 2 years ago

flacito13 commented 2 years ago

I've been using this for the past 2 years and just dropping by to say thank you very much!

Also, I have a question. Is there any way to make the script recognize two commands in one line? For instance, "open docs" opens folder "Documents", but how do I make it so that "docs open" also opens it?

TFWol commented 4 months ago

I love these kind of tools, but this hasn't been updated in >10 years.

Checkout Lintalist; still autohotkey, same concept, but much more convenient for tweaking.

Even has great documentation with examples.

hayden-greener commented 4 months ago

Coming out of the wood works as well, but another recommendation is hotkeylessAHK. While it's primarily designed for use with Stream Deck, its prime function is to expose autohotkey functions to web requests. I have a stable fork that runs on AutoHotkey v2, and it also supports passing strings and variable names to the function.

This is what it looks like on the streamdeck. image

This is what my integration for scriptkit looks like. image

This is what the endpoint for the "list" looks like, and there are examples on how you can use "localhost:42800/send/HelloWorld" and more to manually trigger functions in the project itself. image

Heres a example that i showed a while ago. image