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 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How do I make a script wait for a keypress to continue?
jg0001

Replies: 4
Views: 90

PostForum: Ask for Help   Posted: Mon Nov 16, 2009 10:23 pm   Subject: How do I make a script wait for a keypress to continue?
Excellent... I don't know how I missed that.
  Topic: How do I make a script wait for a keypress to continue?
jg0001

Replies: 4
Views: 90

PostForum: Ask for Help   Posted: Mon Nov 16, 2009 9:56 pm   Subject: How do I make a script wait for a keypress to continue?
In the code below (sends a few different items to a Bloomberg screen), I'd like to replace the Sleep commands with something that will wait for the spacebar to be pressed before continuing. I know a ...
  Topic: How do I make a hotkey out of a CURSOR key?
jg0001

Replies: 2
Views: 53

PostForum: Ask for Help   Posted: Wed Aug 19, 2009 3:49 pm   Subject: How do I make a hotkey out of a CURSOR key?
Many thanks!

For anyone else that would like my little script, here it is (I switched over to using just the Alt key instead of Ctrl+Alt):

!Down::send {PgDn}
!Up::send {PgUp}
!Left::send {Home ...
  Topic: How do I make a hotkey out of a CURSOR key?
jg0001

Replies: 2
Views: 53

PostForum: Ask for Help   Posted: Wed Aug 19, 2009 3:10 pm   Subject: How do I make a hotkey out of a CURSOR key?
I'm trying to make an AHK script for my netbook to get around having to use two hands to do Page Down, Page Up, Home & End. (these are Fn keys on top of the cursor keys on my netbook).

I tried ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group