I assume that you already read my first tutorial on how to create a simple hotkey. In this tutorial, we will be going to create a simple DotA Hotkey.
On the previous tutorial, we created a simple hotkey, and today we will going to make a simple DotA Hotkey.
We will use the same syntax, see below, to create the hotkey. Lets say for example the item slot 1 or the item on Numpad7, the upper-left item, the commonly used hotkey is Alt+Q so that's is what we are going to use.
And this is the syntax that we are going to use:
Code
YourHotkey:: Send, [ Keys
YourHotkey = your desired hotkey (!Q or Alt+Q in this
...
Read more »