In this video, I'll be showing you the way to run AutoHotkey scripts directly from the portable version of SciTE4AutoHotkey.
This is the first part of AutoHotkey file manipulation series and we'll be looking into how to create, move, rename, copy and delete files, folders and shortcuts.
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오피스 #직장인
Watch this video to learn how to schedule AutoHotkey script to execute in future the simplest way!
In this video, we're going to learn how to use youtube-dl to download YouTube videos. youtube-dl is a command line program which you can also run through AutoHotkey scripts.
https://youtu.be/lB70na2F1iA
Sending keystrokes directly to a program or window is very simply done with the Controlsend command. In this way, you don't even have to activate the window to send the keys.
This script monitors and logs user key inputs and windows on which the user has been active on (including timestamps).
If you want to customize your Traytip in AutoHotkey, you can use this Notify script!
If you want send mouse events like clicks directly to elements (controls) within a window, you can use the controlclick command.
You can save the picture you drew with your mouse using this AutoHotkey script and redraw it whenever.