Showing 3 Result(s)
Reserved keywords AutoHotkey

AutoHotkey Scripting: Reserved keywords

Now it is time for Reserved keywords So far, we have covered an important concept called variables. We discussed how to use the operator := to specify values. We also looked at what to name the variables. Like True and False are the names of two built-in variables. There are many other keywords supported By AHK which are reserved and …

Autohotkey Best Practices

AutoHotkey Scripting Thoughts: Best Practices

As you begin to expand your use of AutoHotkey Like philip did from last week’s post It’s common that a need or desire to write code That performs complex operations arise Or the wish to use more Advanced functionality of AutoHotkey comes up Simply writing line after line Will not always give you the best Ahk …

7 Incredibly Simple Ways for You to Save Time Using AutoHotkey

Have you ever wished for an easy way to write Your email more than once or quickly Search for that word on google? Then I will show you how: Using an AutoHotkey script you can do that and more with the press of a single keyboard key. And you’re in luck because in this article: I’ll give you no less …