winmove help

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
bdalt
Posts: 4
Joined: 13 Jul 2016, 19:58

winmove help

13 Jul 2016, 20:02

Very simple script. No idea why it doesn't work

^SPACE:: WinMove, 0, 0

The window just stays where it is and doesn't move. What am I doing wrong?
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: winmove help

13 Jul 2016, 20:10

what window are you expecting to move?

you may want to read the docs on WinMove and what happens when you leave out the final parameters:
https://autohotkey.com/docs/commands/WinMove.htm
https://autohotkey.com/docs/misc/WinTit ... oundWindow

bdalt
Posts: 4
Joined: 13 Jul 2016, 19:58

Re: winmove help

13 Jul 2016, 20:18

just the active window... So the last found window isn't the active window? That part was a little confusing
bdalt
Posts: 4
Joined: 13 Jul 2016, 19:58

Re: winmove help

13 Jul 2016, 20:22

can you just tell me what I have to do to get the active window to move? that's really all I want.
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: winmove help

14 Jul 2016, 01:54

see here:
https://autohotkey.com/docs/misc/WinTitle.htm

Code: Select all

^SPACE:: WinMove, A,, 0, 0


Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Fredrik F, garry, maxkill, RandomBoy, ShatterCoder and 408 guests