AutoHotkey (AHK) is a free, open-source macro-creation and automation software for Microsoft Windows that allows users to automate repetitive tasks. It is driven by a scripting language that was initially aimed at providing keyboard shortcuts, otherwise known as hotkeys, that over time evolved into a full-fledged scripting language.
4,281 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
What window is active after click toast notification - AHK
i'm browsing google chrome then toast notification appears on bottom right. i click it and it disappears. after that i can see google chrome as top window, it looks like a active window but it's not ... autohotkey
CatBrain
- 1
How to locate and change the zoom controls in outlook?
AutoHotkey V2 Beta 4 on Windows 11 I am trying to locate the three zoom controls in Outlook as circled in red below, I am half blind and cannot easily read the emails or locate the zoom controls. The ... outlook slider zooming autohotkey
CraigM
- 55
Can we append a text file with punctuations in ahk?
I am trying to append a txt file with punctuations to text to a file in AHK but it seems to break the line even if i use round brackets. How can I append to a file without breaking it? ... append autohotkey txt punctuation
Umut Koçak
- 1
Use Autohotkey variable in text snippet
After many times of seraching i could not find an answer regarding my use case on Google or Stack Overflow. I'm heavily using Autohotkey snippets like this for email: :*:emailsignature:: ( Email ... autohotkey
georg
- 21
How to build wParam and lParam of WM_KEYDOWN/UP message?
I have built this GUI that intercepts WM_KEYDOWN and WM_KEYUP messages and prints their parameters values: How could I 'programmatically' build wParam and lParam parameters to use with PostMessage()? ... winapi autohotkey
Katia
- 29
loop with python or ahk with LMB
have a nice day, could someone help me? I would like to make a program but I don't know how. .ahk if possible or python ..in ahk i did this LAlt:: loop { click, down break } return this does, ... loops click autohotkey
Time To Play
- 11
How to use pixelsearch?
I have been trying to put together this script that clicks on the pixel with the specified color. It keeps crashing and clicking unrelated spots. Is there a better way to implement this? This is what ... autohotkey
Yoloxanson
- 11
Blender key swap from c++ to Python
I have an autohotkey script that reads the active window and swaps the key press from alt to spacebar, making it soo much easier to navigate the viewport. I'd like to know how to convert the c++ ... python autohotkey
Dave H
- 1
How to send a bitmap and text data thought processes using file mapping?
Im trying to send a bitmap and some text string from a script to another using file mapping, below is my attempt: FM := new FileMapping() Return F1:: FM.Read() Esc::ExitApp F2:: ; Write the pbitmap ... winapi ipc autohotkey file-mapping
Cesar
- 421
my idea about colorbot ( it will be undetected )
Can s.o help me to write this code in AHK ( here is describe of this ) : looking for one color in the middle of the screen. “if not block left mouse button” “if right unlock left mouse button” #do not ... colors screen autohotkey mouse
Long Đào Hoàng
- 1
AutoHotkey ImageSearch not detecting image
I'm trying to make a bot with AutoHotkey to play a game called BTD6 for me. The problem is that I need to detect when the victory screen appears, and click a button. So I tried using ImageSearch to ... automation windows-10 autohotkey
LuisAFK
- 667
How to open a website using AutohotKey that contains special characters "%" in the url itself?
I want to open this website with this line of code: Run, When i try to run ... autohotkey
S K
- 25
How to fit any image or site in an activex GUI on autohotkey?
Anyone know, how to fit this image in an activex gui? URL = user-interface autohotkey activex
Dieisson Silva dos Santos
- 303
How to build a block of text and navigate within?
I would like to build a simple helper that would generate Markdown code blocks. This is ultimately going to be an InputBox where I will input the language. When typing mdcodego I wanted to send go ... autohotkey
WoJ
- 23.3k
AHK script to Python script
I'd like to transcribe this autohotkey script into a python script, but I really don't understand this loop on ahk, can someone help me please? Loop, Read, %arquivo% { Loop, Parse, ... python autohotkey
MAURICIO CUBAS
- 1
153050per page