AutoHotkey Community

It is currently May 27th, 2012, 1:33 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: November 21st, 2009, 9:39 am 
Offline

Joined: September 17th, 2008, 7:38 pm
Posts: 19
Here's a partial piece of a hotkey I have

Code:
1::
Send 1
Sleep 50
Send 2
return



I want to get the number 12, but it doesn't work
I only get the 2

Besides simply using another key to initiate this, what can I do to ignore the fact that 1 has been remapped?

I tried...
Send {Blind}1
Why? I don't know haha
I saw it somewhere, and I thought it had something to do with ignoring stuff

Thanks for any help


Report this post
Top
 Profile  
Reply with quote  
PostPosted: November 21st, 2009, 10:01 am 
Offline

Joined: February 2nd, 2008, 4:35 am
Posts: 643
Code:
$1::
Send 1
Sleep 50
Send 2
return


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 21st, 2009, 10:58 am 
Offline

Joined: September 17th, 2008, 7:38 pm
Posts: 19
sweet!
Thanks a_h_k

I saw the $ in the documentation, but there were no examples, so I was doing this:

Code:
1::
Send $1
Sleep 50
Send $2
return


haha I suck


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Blackholyman, bobbysoon, iDrug, Ohnitiel, Tipsy3000, Yahoo [Bot] and 17 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group