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 

Search found 10 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Two Key Hotkey
geoff

Replies: 1
Views: 426

PostForum: Ask for Help   Posted: Wed Jan 31, 2007 2:30 am   Subject: Two Key Hotkey
Hi I'm trying to get a hotkey so that when it is pressed once it sends one thing, but when I press it again just after the first press, it sends me something else. So, for example, when I press 'd' I ...
  Topic: Making hotkeys dormant unless capslock is ON
geoff

Replies: 21
Views: 1268

PostForum: Ask for Help   Posted: Fri Dec 22, 2006 12:58 am   Subject: Making hotkeys dormant unless capslock is ON
Dear Geoff, Smile

Further to your Private Message I post the following solution:

DetectHiddenWindows, ON

~CapsLock::
If GetKeyState("CapsLock","T")
Gui ...
  Topic: Making hotkeys dormant unless capslock is ON
geoff

Replies: 21
Views: 1268

PostForum: Ask for Help   Posted: Wed Dec 20, 2006 6:50 pm   Subject: Making hotkeys dormant unless capslock is ON
Heh, works indeed fine with SendInputU, but it would not work with just 'Send'. Interesting.

Thanks for the help! Script finally works!
  Topic: Making hotkeys dormant unless capslock is ON
geoff

Replies: 21
Views: 1268

PostForum: Ask for Help   Posted: Wed Dec 20, 2006 6:32 pm   Subject: Making hotkeys dormant unless capslock is ON
p::
If CapsON()
{
SendInputU( "z" )
}
else send, p
return

Where is SendInputU() function located? In the same script?

Yup. Sorry, for th ...
  Topic: Making hotkeys dormant unless capslock is ON
geoff

Replies: 21
Views: 1268

PostForum: Ask for Help   Posted: Wed Dec 20, 2006 6:31 pm   Subject: Making hotkeys dormant unless capslock is ON
Excatly what I have in mind, merci!

How do I say "Anytime" in French ? Smile

Simply 'de rien' would work Smile
  Topic: Making hotkeys dormant unless capslock is ON
geoff

Replies: 21
Views: 1268

PostForum: Ask for Help   Posted: Wed Dec 20, 2006 6:22 pm   Subject: Making hotkeys dormant unless capslock is ON
Excatly what I have in mind, merci! Problem now is that I get nothing without the caps being depressed.

So, my 'hotkey' is actually a letter. So, as an example, when I press 'p' I want to get a ' ...
  Topic: Making hotkeys dormant unless capslock is ON
geoff

Replies: 21
Views: 1268

PostForum: Ask for Help   Posted: Wed Dec 20, 2006 5:59 pm   Subject: Making hotkeys dormant unless capslock is ON
Hi all,

I'm missing one thing from my script and I cannot quite figure it out. Basically, I have a bunch of hotkeys, but I only want them to be CALLED when capslock is on; when it is off, they d ...
  Topic: Customised Autorun?
geoff

Replies: 9
Views: 1375

PostForum: Ask for Help   Posted: Tue Dec 19, 2006 1:19 am   Subject: Customised Autorun?
Thank you, but for some reason this script does nothing on my laptop.

Any ideas?
  Topic: Customised Autorun?
geoff

Replies: 9
Views: 1375

PostForum: Ask for Help   Posted: Sun Dec 17, 2006 8:12 pm   Subject: Customised Autorun?
Hello all,

I am wondering if this is possible.

I want a script that will detect when a CD is inserted into the drive, and once it detects, automatically run a command line parameter (in this cas ...
  Topic: Openning a menu when same autoreplace keys found
geoff

Replies: 1
Views: 176

PostForum: Ask for Help   Posted: Thu Nov 16, 2006 2:45 pm   Subject: Openning a menu when same autoreplace keys found
Hi,

I am a new user of the program but need something fairly complicated (I think). Basically, I want all of my autoreplace keys to be equivalently long, that is to say, three letters. However, t ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group