No video

AutoHotkey - Intro - How to Use SetKeyDelay and SendLevel.

  Рет қаралды 2,544

TAB Nation -  Automation

TAB Nation - Automation

Күн бұрын

If you find my video helpful help me to upgrade my videos with a small donation. TY so much for any help!
Discord ✅ tabberman 4162
Website ✅ Tabnationcoding.com
Paypal ✅ paypal.me/tabnationYT
For Hire ✅ tabnationcodin...
TikTok ✅ www.tiktok.com...
Facebook ✅ www.facebook.c...

Пікірлер: 25
@kenaar
@kenaar Жыл бұрын
Dang. I knew there was a better way that "sleep 1000" . Thank you.❤
@PuchoWebSolutions
@PuchoWebSolutions Ай бұрын
Hello from New York City! Please change the source code colors in your editor to be more legible. Thank you for your informative video.
@themultichallengeteam1654
@themultichallengeteam1654 3 ай бұрын
help doesnt work for me in v2
@akkathor
@akkathor 11 ай бұрын
Thanks for the help! I got a question, i want to make a code where, when I press "F1" it press "f1"wait 1sec, and then press "f2" (f2 with no delay)?
@MrInterpriser
@MrInterpriser Жыл бұрын
Thanks a lot, man!!! This is crazy. Can you make a video about SendLevel unless you already have one?
@TABNationAutomation
@TABNationAutomation Жыл бұрын
this video is about sendlevel??
@MrInterpriser
@MrInterpriser Жыл бұрын
@@TABNationAutomation this one isn’t. Btw, can i set a click duration for SetMouseDelay? Or the only way to do it is this one: Send {Click Down} Sleep, 50 Send {Click Up} ?
@TABNationAutomation
@TABNationAutomation Жыл бұрын
@@MrInterpriser Correct, This video has sendlevel in the title lol. So not sure what you mean?
@MrInterpriser
@MrInterpriser Жыл бұрын
@@TABNationAutomation the video covers SetKeyDelay mostly
@hdmoviesource
@hdmoviesource Жыл бұрын
Can I create an autohotkey to press DFG when I press D, and all 3 letters have different delays? So, D and F have no delay, and G has a delay of 150ms? That possible?
@TABNationAutomation
@TABNationAutomation Жыл бұрын
Sleeps and sends
@hdmoviesource
@hdmoviesource Жыл бұрын
@@TABNationAutomation Do you have an example?
@thepragmatic6383
@thepragmatic6383 Жыл бұрын
In some circumstances, I need to add "SetKeyDelay," and "DefaultMouseSpeed,". AutoHotkey is sometimes too fast for the CPU, or for the program I'm trying to automate. Especially when it involves for example opening a drop-down menu, followed by selecting a child-menu. Based on your experience, is there a command like "WinWaitActive" that could replace "SetKeyDelay," and "DefaultMouseSpeed,"?
@TABNationAutomation
@TABNationAutomation Жыл бұрын
winwaitactive can work but sometime wont as the window will be active but the content maybe still loading
@VuthavadooVikshay
@VuthavadooVikshay Жыл бұрын
Why not make all new tutorials in v2?
@TABNationAutomation
@TABNationAutomation Жыл бұрын
Not many people use it. And most videos will be in both versions
@VuthavadooVikshay
@VuthavadooVikshay Жыл бұрын
@@TABNationAutomation @TAB Nation - Automation many don't use it because they don't know it very well. Why not be the first to start with v2 from start(beginner) to finish(intermediate)? I am one of those that is a bit confused on what the change really does and am just looking for tutorials for v2. Fresh start would be nice as I am barely coding in v1. Note that new people to ahk would most likely start coding in v2 and realize that their code isn't working and they'll wonder for a while. Honestly, I was watching CivReborn's videos on GUI and did what I needed to do and stopped there. Why not restart a fresh 2023 tut with same topics but a v1 & v2 code even. Why not take some inspiration/topics from him and rack up some views on the all new v2. He had excellent topics. Just saying lol.
@vridhijain9032
@vridhijain9032 Жыл бұрын
how to control the speed when using ::he::hello
@childfs6865
@childfs6865 Жыл бұрын
you can expand your hotstrings to be a block of code, just like you do with hotkeys, so you can write ::he::hello like this: ::he:: SetKeyDelay, 100 ;
@jesus.moreno
@jesus.moreno 10 ай бұрын
please update for autohotkey version 2
@TABNationAutomation
@TABNationAutomation 10 ай бұрын
No need. same
@jesus.moreno
@jesus.moreno 10 ай бұрын
@@TABNationAutomation not the same I tried .. not working!
@TABNationAutomation
@TABNationAutomation 10 ай бұрын
@@jesus.moreno any error? Can't help with just not working lol
@jesus.moreno
@jesus.moreno 10 ай бұрын
@@TABNationAutomation SetKeyDelay 50 SendEvent "{Raw}your text here" .... That is the way to use it in V2
@cabalinora
@cabalinora Ай бұрын
@@jesus.morenoHow did you find out? The documentation on the AutoHotkey website is very poor; they don't talk about SendEvent anywhere in setkeydelay chapter. Thank you very much for the information
AutoHotkey - Intro - Try, Catch, Throw - V1 and V2 Code
8:25
TAB Nation - Automation
Рет қаралды 685
10 Fast Ways to Make Your Autohotkey Code Faster
15:33
TAB Nation - Automation
Рет қаралды 1,5 М.
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 110 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 48 МЛН
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,2 МЛН
КТО ЛЮБИТ ГРИБЫ?? #shorts
00:24
Паша Осадчий
Рет қаралды 1,1 МЛН
How To Read Word Documents In Python
4:50
Taylor's Software
Рет қаралды 2 М.
Can your Keyboard do THIS?? - Make ANY key a MACRO!
12:54
Linus Tech Tips
Рет қаралды 1,9 МЛН
AutoHotkey Intro 10 - DLLcall, Random, Settimer, How to auto start a script
16:30
TAB Nation - Automation
Рет қаралды 2 М.
Why I Don't Use Else When Programming
10:18
Web Dev Simplified
Рет қаралды 1,2 МЛН
I've been using Redis wrong this whole time...
20:53
Dreams of Code
Рет қаралды 353 М.
Intro to AutoHotkey Version 2 | Learn to automate programs with AHK v2
15:37
You Should Learn C++ (for hacking games)
6:11
cazz
Рет қаралды 457 М.
Python in 100 Seconds
2:24
Fireship
Рет қаралды 2,5 МЛН
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 110 МЛН