Basics of Auto Hot Key | AHK

preview_player
Показать описание
For those just getting into AutoHotKey here is an easy tutorial to help you!

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

AutoHotkey is the Swiss army knife of Windows automation.
By pairing it with "UIAutomation", it becomes the complete toolbox.

PixelVibe-RGB
Автор

The timeliness of the video is crazy. I just got a macropad and have just downloaded AHK.

Darth_Harvey
Автор

This is hitting hard asf. Dope beat 🔥🔊

stayslidey
Автор

You can just do Send, ^c for control c and same whit control v

themaster
Автор

@toastydiy Are you using an extension in VS Code? This is my first time to use it. I've always edited my ahk scripts in notepad. Novice here too!

JohnnyTidmore
Автор

can we get a link to the script editor software you were using?

EthanJenkins-gw
Автор

how to show auto suggestions like in the video?
mouse click etc...

setsamidori
Автор

Hi, I'd like to know how can I mimic typing? What i want is it will type what on the clipboard and behaves like a human typing

nestorjologs
Автор

Nice work. How do I use M3 button to esc?

TruestMusic
Автор

I did the ^f for pause and thats the only command I wanted. And it just says invalid hotkey

wood_louse
Автор

I’ve been trying to learn how to use/get a ahk for a while now & this stuff is jus a lil confusing to me cause for 1 I’m not a coder what so ever, idk really anything when it comes to coding. But I’m fr tryna learn how I can get ahk to like do my 3 way gear switch, wield spec weapon & spec, then switch stack into like elder maul hit or something. Can anyone help me plzzz :/

JrizzyGotMotion
Автор

What app is that librarian? Where do I get that?

TruestMusic
Автор

Hello! I want a simple auto hot key of control 6 that has text. I tried the ^6:: Daily JY Report then return. I saved it and then tried to do control 6 and nothing happened! You make it look so easy, yet i cannot figure this code!! Thank you in advance!!!

tamirose
Автор

Hello there, ,
I am trying to use a simple script to replace '<' with '<-' but the output is '<_' please help
My script is <::<-

Russels_Viper
Автор

Hi, I try to automate my mouse for easier tasking and I got mouse drag and drop working, and an other one to make mouse move and perform a click but click is not register...Why? Here is the code could you help me one this one please?

Script mouse drag&drop (Working):
{
RButton::
MouseGetPos CurX, CurY
MouseMove 1840, 472, 0
MouseClickDrag, Left, 0, 0, -1280, 28, , R
MouseMove %CurX%, %CurY%, 0
return
}


Script mouse move and click (Not working):
{
RButton::
MouseGetPos CurX, CurY
MouseMove 960, 508, 0
MouseClick, Left, 960, 508, 1, 0
MouseMove %CurX%, %CurY%, 0
return
}

bitevolushroom
Автор

how can use auto mouse click on specific client while im alt tab doing other things or doing work?

kennethlalic
Автор

I'm lost - I didn't understand and don't think this is for a complete beginner!

BerylTurner-el