Dive into your creative stream
I couldn't find any good Hufflepuff themed home screen so I spent three days working on this
In this video, we're going to customize our AHK script's tray icon and its menu.
In this video, we go through how to add shortkeys and icons to menu items.
This is how a Grand Child Menu for the Menu command can be created in AutoHotkey.
This video will demo the AutoHotkey Spotlight and WinHole scripts which creates a spotlight around your mouse cursors or creates a hole in your active window to see what's behind the window.
This AutoHotkey script sends four selected windows into the corners of your screen with a Hotkey so you don't have to manually position them in the corners one by one.
This AutoHotkey script will search and activate a specific tab on your Google Chrome Window.
This script converts a target window an icon (GUI with image) that you can keep on your screen. You can restore the window back to full size upon double clicking on the icon.
This AutoHotkey script allows you to click anywhere on a Window to move it around the screen by dragging it with the mouse.
This short AutoHotkey script allows you to use the arrow keys to move your active window up, down, left and right bit by bit.
The #If directives in AutoHotkey including #IfWinActive, #IfWinNotActive, #IfWinExist, #IfWinNotExist, and #If Expression
Window conditional commands and functions such as WinWait, WinWaitActive, WinWaitNotActive, WinWaitClose, WinExist() and WinActive()
AutoHotkey Window Group commands allow for users to create groups of windows to switch activation among the windows in the groups, outside of the groups as well as close them.
WinSet Region subcommand allows you to set visible regions or invisible regions within the target window.
WinSet Region subcommand allows you to set visible regions or invisible regions within the target window.
In this video, we're going to go through the Style and ExStyle subcommands for the WinSet command.
WinSet Subcommands (AlwaysOnTop, Bottom, Top, Disable, Enable, Transparent and TransColor)
In this video, we're going to go through WinHide, WinShow and WinMove commands.
AHK window action commands such as WinActivate, WinActivateBottom, WinMaximize, WinMinimize, WinRestore, WinMinimizeAll, WinMinimizeAllUndo, WinClose, WinKill, WinSetTitle, and WinMenuSelectItem.
In this video we're going to look at AHK Windows Get commands to retrieve the data related to the target window such as the title, text, position and more.
This video is going to cover SetTitleMatchMode, SetWinDelay, DetectHiddenWindows and DetectHiddenText that are going to affect the behaviour of your AutoHotkey windowing commands.
This is the first part of AutoHotkey Window Manipulation Series. In this video, I briefly explain what's expected in this series and then move onto how WinTitle and WinText work.
This script allows you to grab the paths to the active folder, selected files or all files within the active folder.
These are a few methods through which you can copy the files' and folders' names and paths to your clipboard.
In this video we'll be going through some commands related to your Drive as well as OS and user info including some environment variables.
In this video, we'll be going through how to create, write to, read and delete ini files using AutoHotkey.
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'll be looking at FileRead, FileReadLine and Loop Read to read file contents from file(s).
In this video we'll be looking at the FileAppend command that creates or append to an existing file, and Loop Files that loops through the files and folders within a folder.
This script opens FileSelectFolder window in modern interface instead of the old default one.