noize Posted April 30, 2008 Posted April 30, 2008 I was wondering if anyone could help me with a script im trying to generate. Bare in mind I am a complete novice and have lost all the little knowledge i once possessed of VB. Im trying to make script for processing keystrokes. I need to have the following, Send({UP}) ;this needs to be held Then i need it to press whilst up is held Send({RSHIFT});can be left shift - also needs to be held Then i need it to press whilst up and shift Send({LEFT});either or Right - needs to be pressed for about 150ms. Then i need to encorporate this into a loop which is switched on and off via hotkeys. Ive gone through numerious tutorials however, ive not come across simultanious keypresses one after the other, inclusive of holding a key down. Another way of doing this is to keep UP pressed and then shift then left/right but I cant seem to do it. any help is apprieciated.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now