Skip to main content

All Questions

Tagged with
1 vote
0 answers
110 views

How to convert a script using VarSetCapacity to AHK v2?

I have been using the script Advanced Window Snap, which snaps windows to various places of the monitor, which uses the function GetMonitorIndexFromWindow to determine in which monitor a window is ...
FarO's user avatar
  • 1,944
1 vote
1 answer
664 views

Shortcut to Open Folder in New Window with AHK

The problem: in Windows 10, at least version 1809, there is no shortcut to open a selected folder in a new window. Some say they can do it with ctrl-double click or ctrl-enter. None of this, however, ...
SorryForMyEN's user avatar
1 vote
0 answers
250 views

How to Pin to Bottom/Desktop UWP Application Using AHK Windows 10

I'm aware of using setParent from DLL in Windows and I can pin Win32 application on Windows already with this script #o:: Current := WinExist("A") ;ParentID := WinExist("ahk_exe ...
Benyamin Limanto's user avatar
1 vote
0 answers
134 views

AHK Window Control - Resize: What determines the +12px maximum window size past screen bounds, and can it be circumvented?

Exactly as the title says, my question is: what determines the +12px limit (past screen bounds) for maximum window sizing? And can this be circumvented to increase window size to any arbitrary size ...
Arctiic's user avatar
  • 1,183
0 votes
1 answer
491 views

AHK Counter Gui does not have title

On trying to make a small counter in AutoHotkey AHK to count some stuff, when I press Page down and Up for + and minus, all work well with a small problem the GUI that it opens is so small and I can't ...
Fate Averruncus's user avatar
1 vote
0 answers
128 views

Can AutoHotKey be able to focus a panel?

Some programs have floating panels within the main window. Since the ability to focus them with keyboard only depends on the framework they are using, is there a way to use AutoHotKey to do this ...
Ooker's user avatar
  • 2,131
1 vote
0 answers
109 views

Why do config files stored in Dropbox not work?

Recently I have moved an AutoHotKey script and an AntiMicro profile to a Dropbox folder to avoid suddenly losing them if something happens. Since then new problems arise: The AutoHotKey script cannot ...
Ooker's user avatar
  • 2,131
5 votes
2 answers
6k views

Displaying a custom animation at the click location on Windows 10 in response to an event

There are plenty of programs regarding the alternation of the cursor appearance, especially for the Mac OS in which one can change the look of the cursor, on for example mouse events, with beautiful ...
Qaher's user avatar
  • 151
1 vote
2 answers
1k views

AutoHotkey - application loosing focus when enabling full screen mode

I use AHK 1.1 to set the CapsLock to be a hotkey to toggle ArtRage full screen mode (workbench mode), I do so because ArtRage doesn't allow me to set CapsLock as a hotkey, but I'm quite used to use ...
litu16's user avatar
  • 153
1 vote
2 answers
2k views

autohotkey - hotkey to toggle between Minimize and Restore for current selected window

I would like to create a single hotkey to toggle between Minimize and Restore for current selected window (explorer window, or program window, or any window), but I need the toggle to min and restore ...
litu16's user avatar
  • 153
13 votes
2 answers
27k views

Set (Many) Programs' Window Size/Position

I'm looking for a solution similar to this, but for Windows 7 (64-bit), and not just for the terminal. This is also definitely not a duplicate of this question. The Problem Some programs remember ...
Chris Cirefice's user avatar
1 vote
0 answers
164 views

How to send keystroke to tray application with AutoHotKey?

I have a tray application, which is listening for keystroke. Unfortunately, this keystroke is intercepted by very progressive Windows 8 interface. I don't need this progress, I need my old application ...
Dims's user avatar
  • 12.8k