This is part 2 of AutoHotkey Text/String Manipulation series, and in this video we will go through StrReplace, StringCaseSense, InStr and SubStr.
The #If directives in AutoHotkey including #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist, and #If Expression
In this video, we're are going to create a script that allows you to use multiple clipboards (with back-up capability) step by step
#Programming #Coding #Course #Tutorial #AutoHotkey #AHK #Automation #Productivity #Efficiency #Office #프로그래밍 #코딩 #강좌 #코스 #튜토리얼 #오토핫키 #자동화 #업무효율 #오피스 #직장인
In this video, we will go through StringUpper, StringLower, Strlen and Trim.
This script monitors and logs user key inputs and windows on which the user has been active on (including timestamps).
In this video, we'll be looking FileOpen() which gives you access to a File Object and use its methods and properties.
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.
This script allows you to grab the paths to the active folder, selected files or all files within the active folder.
In this video, we're going to customize our AHK script's tray icon and its menu.
In this video, we will be looking some potential real life RegEx use cases. This is part 2 of 2 videos.