{
	"id": "c3c42476-1bc0-4365-9d6b-152477b7898c",
	"created_at": "2026-04-06T00:21:12.656297Z",
	"updated_at": "2026-04-10T03:22:05.704667Z",
	"deleted_at": null,
	"sha1_hash": "92fde0d619cf16090feabad8eef235715028c086",
	"title": "Using the Program | AutoHotkey v1",
	"llm_title": "",
	"authors": "",
	"file_creation_date": "0001-01-01T00:00:00Z",
	"file_modification_date": "0001-01-01T00:00:00Z",
	"file_size": 49754,
	"plain_text": "Using the Program\r\nAutoHotkey doesn't do anything on its own; it needs a script to tell it what to do. A script is simply a plain text\r\nfile with the .ahk filename extension containing instructions for the program, like a configuration file, but\r\nmuch more powerful. A script can do as little as performing a single action and then exiting, but most scripts\r\ndefine a number of hotkeys, with each hotkey followed by one or more actions to take when the hotkey is\r\npressed.\r\nTip: If your browser supports it, you can download any code block (such as the one above) as a script file by\r\nclicking the ↓ button which appears in the top-right of the code block when you hover your mouse over it.\r\nTable of Contents\r\nCreate a Script\r\nEdit a Script\r\nRun a Script\r\nTray Icon\r\nMain Window\r\nWindow Spy\r\nEmbedded Scripts\r\nCommand Line Usage\r\nPortability of AutoHotkey.exe\r\nInstaller Options\r\nRun with UI Access\r\nCreate a Script\r\nThere are a couple of common ways to create a script file:\r\nIn Notepad (or a text editor of your choice), save a file with the .ahk filename extension. On some\r\nsystems you may need to enclose the name in quotes to ensure the editor does not add another\r\nextension (such as .txt).\r\n#z::Run https://www.autohotkey.com ; Win+Z\r\n^!n:: ; Ctrl+Alt+N\r\nif WinExist(\"Untitled - Notepad\")\r\n WinActivate\r\nelse\r\n Run Notepad\r\nreturn\r\nhttps://www.autohotkey.com/docs/v1/Program.htm\r\nPage 1 of 1",
	"extraction_quality": 1,
	"language": "EN",
	"sources": [
		"MITRE"
	],
	"references": [
		"https://www.autohotkey.com/docs/v1/Program.htm"
	],
	"report_names": [
		"Program.htm"
	],
	"threat_actors": [],
	"ts_created_at": 1775434872,
	"ts_updated_at": 1775791325,
	"ts_creation_date": 0,
	"ts_modification_date": 0,
	"files": {
		"pdf": "https://archive.orkl.eu/92fde0d619cf16090feabad8eef235715028c086.pdf",
		"text": "https://archive.orkl.eu/92fde0d619cf16090feabad8eef235715028c086.txt",
		"img": "https://archive.orkl.eu/92fde0d619cf16090feabad8eef235715028c086.jpg"
	}
}