[Juho's AutoHotkey Tutorial #4 Script Setup] Part 3 - Speeding Up AutoHotkey Scripts

https://youtu.be/W4S1pGBcNEQ 


AutoHotkey codes by default have delays in place. If you want to maximize script performance you can use the following commands to remove the delays. SetKeyDelay, -1 SetDefaultMouseSpeed, 0 SetMouseDelay, -1 SetControlDelay, -1 SetWinDelay, -1 SetBatchLines, -1 Some other relevant videos to watch: • Launch Scripts at Startup or Kill All Scripts: https://youtu.be/eulh593SDNQ • Kill All Scripts and Relaunch All Scripts: https://youtu.be/bnvkc9oe0mA • Kill Specific AutoHotkey Script: https://youtu.be/V2ePDPKMVdM • Schedule Script At Specific Time Or Interval: https://youtu.be/vAHDRWzOmFo • #Include To Call Other Scripts Or Libraries: https://youtu.be/7xN5iGYOC3k Other useful scripts: • AutoHotkey Screen Clipping Tool: https://youtu.be/kCmaH9fX3ZA • Frameless Notepad (Always On Top): https://youtu.be/PSPoR0RDKC8 To take a look at my AutoHotkey tutorial plan: • go to https://juho-lee.com/tutorial • select the dropdown list and click the item 'See Tutorial Plan Here' AutoHotkey Playlists Juho's AutoHotkey Tutorial: https://www.youtube.com/playlist?list=PLa9z1lCs1x9Lvsqbz-oTD6s6TysEVREpJ Juho's Random AutoHotkey Stuff: https://www.youtube.com/playlist?list=PLa9z1lCs1x9JEEFS9vArkbg0p8D8hbArr #AutoHotkey #Automation #Programming #Coding #Course #Tutorial #AHK #Productivity #Efficiency #Office #Shortcut #Shortkey #Hotkey #Macro

Comments

Popular posts from this blog

[Juho's AutoHotkey Tutorial #8 Click And Controlclick] Part 1 - Mouse Control Basics

[Juho's AutoHotkey Tutorial #10 Run & Command Prompt] Part 5 - Optical Char Recognition (Tesseract)

[Juho's AutoHotkey Script Demo #19] Scripts to Perform Character Recognition with UWP API OCR