AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Macro works in Windows XP but not in Windows 7
dezrat1242

Replies: 6
Views: 389

PostForum: Ask for Help   Posted: Wed Nov 25, 2009 3:05 am   Subject: Macro works in Windows XP but not in Windows 7
This is a shot in the dark but can you try puting a SetKeyDelay in front of it?

Also consider using the extended format
`::SendInput, {ALTDOWN}{F4}{ALTUP}

...
  Topic: Macro works in Windows XP but not in Windows 7
dezrat1242

Replies: 6
Views: 389

PostForum: Ask for Help   Posted: Tue Nov 24, 2009 1:28 am   Subject: Macro works in Windows XP but not in Windows 7
Hmm, I'm not sure why that is but hopefully someone can explain it. In the meantime you can try


`::WinClose, A


or SendInput might work.

`::SendInput, !{F4}

...
  Topic: Macro works in Windows XP but not in Windows 7
dezrat1242

Replies: 6
Views: 389

PostForum: Ask for Help   Posted: Mon Nov 23, 2009 1:42 am   Subject: Macro works in Windows XP but not in Windows 7
For years I have used this macro in Windows XP to close a window:
`::send, !{F4}
The ` is the key just left of the number 1.
It has always worked fine in XP but in Windows 7 it only works on some ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group