Skip to main content

All Questions

Tagged with
0 votes
0 answers
77 views

Windows explorer is in an infinite crash loop after installing a MS Store App

I'm running Windows 11 23H2. I installed this AutoHotKey port from the MS store: https://apps.microsoft.com/detail/9nq8q8j78637?hl=en-gb&gl=US/ Immediately after installing, my windows explorer ...
Utkarsh Agarwal's user avatar
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
1 vote
0 answers
89 views

TextExpander Performance Issues - Windows

I have been looking all over online to see if anyone has been experiencing performance issues with their TextExpander snippet expansion. For example, on my Mac my snippets expand just fine, it's fast ...
churchizactiive's user avatar
0 votes
1 answer
170 views

Trying to make my middle mouse button to function as 3 different keys based on the elapsed time it has been pressed

I'm using AHK and my main goal is to make my middle mouse button to function as it normally would if I pressed it once, but would trigger Ctrl+C or copy if I pressed and held it for 500ms and paste ...
ene adelehum's user avatar
2 votes
2 answers
617 views

Shortcut to switch between visible windows?

Often, I'll have two or three different applications/windows open side-by-side in split screen mode. I'd like to know if there's a specific shortcut to switch/cycle between windows that are visible to ...
Shudhesh Velusamy's user avatar
0 votes
1 answer
93 views

Completely disable keyboard input when RWin is held down

Use case: I have a keyboard on which I often accidentaly press the right Win key, instead of Alt Gr. (FTR, it's an azerty keyboard) As a result, instead of doing e.g. Alt Gr+', which results in typing ...
Gras Double's user avatar
  • 1,090
1 vote
1 answer
214 views

Is it possible to resize window to be larger than the desktop?

I have a program whose window size should be greater than the desktop because when maximized, it is still short of a few pixels at the right, making it hard to control scrollbar when the mouse cursor ...
medukia's user avatar
  • 33
1 vote
1 answer
662 views

Press any key to exit in command prompt?

I have an autohotkey script that runs cmd to check the hash for the selected file. I use certutil command for that task. #h:: hwnd := WinExist("A") for Window in ComObjCreate(&...
medukia's user avatar
  • 33
1 vote
0 answers
115 views

Adjust Aspect Ratio to window size?

I use ImageGlass as the main app to browse and view my photos. I want to create a functionality that when someone try to resize a window displays a photo, it respects a pre-defined Aspect Ratio. here ...
yfjuu 0's user avatar
  • 23
1 vote
1 answer
200 views

Hotkey to close toast notification

Goal: close Clock app's toast notification with a hotkey combination. Attempt: AHK's Process, Close, ahk_pid, but ahk_pid changes each time. I've also been unable to find the popup window's process in ...
OverLordGoldDragon's user avatar
2 votes
1 answer
805 views

How can I close an application window after it's been idle X minutes?

I use Remote Desktop Manager daily to log into my Macbook Pro from my Windows PC (Windows 10). But once connected via ARD, it stays logged in basically forever. I would like to have the connection ...
JVC's user avatar
  • 424
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
1 answer
354 views

hold CTRL+Double Left Click to open file location on shortcuts

I work with shortcuts of my files and folders very often. Currently we right click on a Shortcut and then look for Open file locationand click on it So... Do you know any method to achieve this easier/...
S.R's user avatar
  • 138

15 30 50 per page
1
2 3 4 5
15