AutoHotkey Community

It is currently May 27th, 2012, 10:04 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
PostPosted: November 30th, 2010, 9:06 pm 
Offline

Joined: November 30th, 2010, 8:48 pm
Posts: 2
Hello

First time poster here. I've got a question regarding double tapping a special key.

My situation:
While pressing two times really quick "up up" a certain function will be executed (i.e.: Up Up:: send hello).

But when I use special keys (i.d.: SC011 SC011:: send hello) the whole script acts like there is only one special key (i.d.: SC011:: send hello). So the whole double tapping doesn't work with special keys.

Is there a way that to make special keys act like normal keys?

Thank you in advance!

EDIT: My mistake Up Up:: send hello doesn't work either like a double tap, is there a way to activate a function by double tapping?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2010, 9:56 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
RapidHotkey()
Code:
~Up::RapidHotkey("{Down 2}Hello")

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 30th, 2010, 10:02 pm 
Offline

Joined: November 30th, 2010, 8:48 pm
Posts: 2
HotKeyIt wrote:
RapidHotkey()
Code:
~Up::RapidHotkey("{Down 2}Hello")


Thank you!

I've also found: http://www.autohotkey.com/forum/topic13155.html

Both are good.


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], Maestr0, specter333, tomoe_uehara, XstatyK, Yahoo [Bot] and 64 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