View Single Post
Key programming question
Old 07-14-2006, 05:36 PM   #1 (permalink)
Vegas
Dealer
 
Join Date: Jul 2006
Location: North Las Vegas
Posts: 227
Vegas is on a distinguished road
Default Key programming question

Ok, so let's say I want to send a numpad left arrow followed by a numpad down arrow. If I use TB to see what these keys generate when I physically press them, I get the following:

(VK_LEFT->0X25)
LEFT (Ext)

(VK_DOWN->0X28)
DOWN (Ext)

So can someone give me an example of how that would look typed in, in TB toolkit? I tried looking at a couple profiles, and some seem to be slightly different in how they are entered? Like some have { } around them, some don't... does this make a diff? Also, say I wanted to introduce a slight pause (maybe 1/2 second) between keypress one, and keypress two, what would that look like? I'd just like confirmation that I'm on the right track. Thanks a bunch!

Last edited by Vegas; 07-14-2006 at 05:45 PM.
Vegas is offline   Reply With Quote