Ask Question

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

0votes0answers6views

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 ... user avatar CatBrain

  • 1
0votes2answers20views

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 ... user avatar CraigM

  • 55
0votes1answer15views

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? ... user avatar Umut Koçak

  • 1
0votes2answers35views

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 ... user avatar georg

  • 21
2votes0answers53views

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()? ... user avatar Katia

  • 29
0votes1answer15views

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, ... user avatar Time To Play

  • 11
1vote1answer37views

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 ... user avatar Yoloxanson

  • 11
0votes0answers38views

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++ ... user avatar Dave H

  • 1
5votes0answers48views

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 ... user avatar Cesar

  • 421
-1votes0answers18views

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 ... user avatar Long Đào Hoàng

  • 1
0votes1answer31views

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 ... user avatar LuisAFK

  • 667
0votes2answers28views

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 ... user avatar S K

  • 25
0votes2answers52views

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 avatar Dieisson Silva dos Santos

  • 303
0votes2answers26views

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 ... user avatar WoJ

  • 23.3k
0votes1answer50views

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, ... user avatar MAURICIO CUBAS

  • 1

153050per page

1 2 3 4 5286