AutoHotkey Community

It is currently May 27th, 2012, 3:53 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: August 13th, 2010, 12:43 am 
Offline

Joined: October 30th, 2009, 1:03 am
Posts: 26
I use capslock for a RUN command line, Launcher and i need what i type while capslock is down to be capitalized
so basically i need to add shift OR + and i have no clue what that would look like
so at
"Send #r"
i need to also have SHIFT / + while the key is held down

[code]

CapsLock::
Send #r
KeyWait CapsLock
Send {ENTER}
Return

[code]


Last edited by Dinguz on August 13th, 2010, 1:51 am, edited 2 times in total.

Report this post
Top
 Profile  
Reply with quote  
PostPosted: August 13th, 2010, 12:49 am 
Offline

Joined: December 24th, 2008, 3:25 am
Posts: 1401
Location: :noitacoL
Dinguz wrote:

Code:
+CapsLock::
Send #r
KeyWait CapsLock
Send {ENTER}
Return



:?: (Untested)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 13th, 2010, 2:03 am 
Offline

Joined: October 30th, 2009, 1:03 am
Posts: 26
nope, not that easy

I NEED shift around
Send #r = run command
AND during that i need commands to be entered capitalized {shift} OR +


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 13th, 2010, 2:14 am 
Offline

Joined: November 28th, 2009, 4:45 am
Posts: 3089
Send wrote:
When {Blind} is the first item in the string, the program avoids releasing Alt/Control/Shift/Win if they started out in the down position. For example, the hotkey +s::Send {Blind}abc would send ABC rather than abc because the user is holding down the Shift key.


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Leef_me and 27 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