AutoHotkey Community

It is currently May 27th, 2012, 6:05 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: October 18th, 2010, 1:31 am 
Offline

Joined: October 30th, 2009, 1:03 am
Posts: 26
FIRST
opens the run command prompt, lets me type then launches
SECOND script
has shift thrown in, so everthing typed is CAPITALISED which wont launch other hotkeys

THIRD\ALTERNATE FIX
how would I add some {LShift Up} ? down, OR "+" command

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

CapsLock::
Send % (Cnt := !Cnt) ? "{Shift Down}{CapsLock}" : "{Shift Up}{CapsLock Up}"
KeyWait CapsLock
Send {ENTER}

[Moved from Scripts & Functions forum. ~jaco0646]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 18th, 2010, 10:05 pm 
Offline

Joined: February 29th, 2008, 8:36 pm
Posts: 901
Location: Vault 7
Might you consider making one of them a "double-tap" hotkey? Take a look at the third example for SetTimer

_________________
ImageDebugging,Container,FileContainer,Object Preferences,ShellFileOperation


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: 0x150||ISO, Bing [Bot], dra, HotkeyStick, migz99, mKnight, Wicked, XstatyK and 55 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