AutoHotkey Beginners Guide [2022] - Tutorial

preview_player
Показать описание
This video tutorial shows you how to get started with AutoHotkey. AutoHotkey is used to increase productivity and do scripting in gaming. After watching this Beginners Guide, you can create your own AHK scripts.

VIDEOS FOR YOU:

- Join my network with 1700+ RPA Developers, where we solve RPA problems, network, and help each other upgrade our careers. It's free!

FOLLOW ME:

MY GEAR (Amazon affiliate):
🖥️ My monitor

💡 Lights

⌨️ Keyboard

📹 Camera

🎤 Microphone
- Portable mic when I travel:

0:00 Intro
I used AutoHotkey as a professional online poker player (= play more tables and thereby earn more money). This video teaches you to get started with AutoHotkey.

0:59 Download and Install AutoHotkey

2:07 Hotstring
A Hotstring in AutoHotkey is used to do auto-correction. The main properties are case-insensitive, and if it should trigger by end characters.

6:28 Hotkey
A Hotkey in AHK can be seen as a shortcut key. We define a key or a series of keys that one action or a sequence of actions launches when we press them. For example, use the "send" to send strings to UI elements. Use the "run" to open applications and browsers.

10:40 AutoHotkey & Gaming
AutoHotkey is used by many gamers, and here we create a Rapid Fire Script using a loop. Use a "sleep" to add a delay between keystrokes (e.g., for a farming game).

#autohotkey #ahk #scripting
Рекомендации по теме
Комментарии
Автор

Hi Anders! It delights me seeing that you are posting autohotkey videos again! I love AHK and some of the first videos I watched were your tutorials! I really hope you make more videos. I have been following your YT business journey, and I really think you should make more AHK courses. AHKs popularity is increasing and I know a lot of people that would happily pay. The niche is basically uncontested (except Joe Glines) so it might be a perfect opportunity to gain views and make a buck. I sure would buy it if you make something else than a beginners tutorial, perhaps COMs, web interaction with chrome, RegEx and more. I really hope the AHK videos keep coming :))

obitwokenobi
Автор

the simplicity of the explanations would even make an indian jealous. such and underated channel

rafail
Автор

Excellent! Thank you for all the time you put in to make this video !

tonyw
Автор

I believe Autohotkey is one of the greatest gem available free for beginners Automation in windows, Please make more fundamental use cases with examples..!!

thethinker
Автор

Loving Automation from my terminal in MacOS and Linux (DevOps). I have to say this is an absolute gem for windows automation. They have a script tool now. I wonder if it's not possible to integrate the two and get really creative. (Power automate Desktop, is what I'm referring to.)

Oxxygen_io
Автор

Thanks Anders, just starting on this tonight :)

vibeoinktunes
Автор

Hi, Anders! This is exactly what I need. Veldig nyttig!! Tusen takk for hjelpen 😃 God jul og godt nyttår! 🎄

Fettsomf
Автор

Very nice presentation! Thank you. ; )

swamper
Автор

fantastic, you deserve a cold danish beer!

leandrogalvao
Автор

the man just promoted exessive gambling in 15 seconds

mustafahamza
Автор

❓ Is there a way to start a short Flow when I press (shutdown)?
Like:
- Turn OFF Bluetooth before shutting down.
- Mute audio before shutting down.

photelegy
Автор

there is no autohotkey current version 🤨 i have v2 and nothing in your tutorials works for me with this version

akwad_web
Автор

v1 is deprecated. How do you think about it?

blue_name_warrior
Автор

After all, your most viewed vid is about Autohotkey, with 250k views!

obitwokenobi
Автор

Ummm idk how to stop the Command from Running. Like after running the command How do we stop it?

anjanaprabath
Автор

I want to change delay the time of the speed of auto clicker
for example
text (enter) delay 3 secs text (enter) delay 3 seconds and repeat ...is the delay possible?

divyamtaparia
Автор

When i right click the file on my desktop it doesnt show up with edit script

dinjy
Автор

Would you care to share some of your AHK scripts for poker?

kylec.
Автор

how do you autohotkey a phrase with spaces? i.e.
OB Call:

Conversation:

edgargibson
Автор

When I use this code, it only sends an x once.
Even if I only use the first line, no hold is possible, but every tutorial says this is the correct code..
Send, {x down}
sleep, 3000
send, {x up}

Jack.Berger