Skip to main content

All Questions

Tagged with
0 votes
0 answers
15 views

Is there a way to automatically switch between two windows of the same app in Windows 10 [duplicate]

I have two windows of the same program that i am constantly switching over manually, (each window needs the whole screen). Is there a way to automate the process of switching between them for let's ...
Elk imad's user avatar
0 votes
0 answers
32 views

New to MacOS and trying to replicate a few things that I already do using Autohotkey on windows

Below is my Autohotkey script that automatically copies the text of any questions that I ask on the websites for ChatGPT, Gemini, and Claude (I have them installed as chrome apps) by detecting the ...
Varity Colgate's user avatar
1 vote
0 answers
170 views

How to pause the AutoHotKey script when a dropdown list is opened, and resume it after I select the entry of the dropdown list?

I am working on a data entry project. The software of the company is really peculiar and old-fashioned. I have an AutoHotKey script to copy-paste the entries automatically, but there is a dropdown ...
Shawmik's user avatar
  • 13
0 votes
1 answer
556 views

Script to automatically copy the next line of text from a text file each time I paste it somewhere

I have a text file that contains some information on each line. I want to copy automatically the first line of the file, and then paste it somewhere else. As soon as I paste that line, I again want to ...
Shawmik's user avatar
  • 13
0 votes
1 answer
157 views

Focus a window under the mouse and send a hotkey

When pressing "Ctrl + WheelUp/Down" with the pointer under Chrome I would like to focus the Chrome window once and then send the ^+tab hotkey as shown in my code: Ctrl & WheelUp:: ...
Elermino's user avatar
0 votes
5 answers
38k views

Is there any way to keep my mouse moving continuously? (without using mouse jigglers)

There is an app that continously monitors all the other apps that I'm using, but it only registers me to be "working" if my mouse/keyboard is moving. So is there any way to get my mouse to ...
Tanuj's user avatar
  • 113
0 votes
2 answers
173 views

Extract compressed file - Autohotkey

I have WinRar installed and I would like to know if the program has command line functions to extract the compressed files using a hotkey with autohotkey. I haven't found this, so I've seen other ...
Elermino's user avatar
1 vote
2 answers
549 views

AutoHotPie radial menus [closed]

AutoHotPie is an app that I recently discovered and it displays a context sensitive radial menu. It has an option that interacts with autohotkey and I think it's possible to write custom scripts, but ...
Elermino's user avatar
0 votes
1 answer
111 views

Check if the pointer is on restore button of a window - autohotkey [closed]

I would like to know a piece of code that allows if the mouse pointer is over the restore "��" button. I would like pressing and sliding the restore button to the side to split the current ...
Elermino's user avatar
0 votes
1 answer
218 views

Indicate the window is "always on top"

Good day! I would like to add a red border/shadow to the window that is Always on top to identify its state. At the moment my way of identifying it is by reducing the opacity. Any recommendation? ...
Elermino's user avatar
0 votes
0 answers
236 views

Autocomplete text

Here's a doubt, there is a tool that has the autocomplete function (such as https://www.autohotkey.com/board/topic/60998-autocomplete-12/) with the addition that if I start to write another word and I ...
Elermain's user avatar
0 votes
0 answers
66 views

Why does the script work on a Notepad window, but not on an Explorer window and other program windows?

I found some code that works in the notepad, but can't work in the explorer and some other software, how to change it to universal?Or is there some other way, to scroll the number of lines without ...
yejin's user avatar
  • 1
0 votes
1 answer
1k views

How to automate a point-and-click procedure in Windows, involving tray icons and menus

I use ProcrastiTracker program to log activity on my Windows machine, and I'd like to export the data this program collects so I could analyze it further. Since there's no easy/built-in method to get ...
Emman's user avatar
  • 101
1 vote
1 answer
1k views

AutoHotkey vs SharpKeys for remapping keys

Both AutoHotkey and SharpKeys can do key remapping, what're the differences between them when used for key remapping? Which one is more stable?
Wenfang Du's user avatar
2 votes
1 answer
1k views

Do I have to put `SetTitleMatchMode` on top of the script?

Sample script: #NoEnv #Warn #SingleInstance Force #IfWinActive Foo ahk_exe foo.exe !A::Send Foo SetTitleMatchMode Regex #IfWinActive Bar$ ahk_exe bar.exe !A::Send Bar When running it, it ...
Wenfang Du's user avatar

15 30 50 per page