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 

Simulate holding down Alt key while pressing Tab twice

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
tester8900



Joined: 23 Jan 2006
Posts: 10

PostPosted: Mon Jan 23, 2006 7:56 pm    Post subject: Simulate holding down Alt key while pressing Tab twice Reply with quote

I am trying to simulate holding down the Alt key while pressing Tab twice. I am trying to map backtick to do that. I tried compromising and mapping Alt+backtick to do that so I could use {Blind}, but that causes the Alt+Tab window to stay up.

!`::
Send {Blind}{TAB}{TAB}
return

Thanks!
Back to top
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Wed Jan 25, 2006 12:38 am    Post subject: Re: Simulate holding down Alt key while pressing Tab twice Reply with quote

tester8900 wrote:
{Blind}...causes the Alt+Tab window to stay up.
Maybe I'm missing something, but perhaps you can change this line:

Send {Blind}{TAB}{TAB}{Alt up}
Back to top
View user's profile Send private message Send e-mail
tester8900



Joined: 23 Jan 2006
Posts: 10

PostPosted: Wed Jan 25, 2006 2:01 am    Post subject: Reply with quote

{Alt up} is what I needed. Thanks for your help!

Based on the solution you provided, I was able to solve my original problem of just mapping backtick to this, I used
`::
Send {Alt down}{TAB}{TAB}{Alt up}
return
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group