lolp1 Posted September 22, 2009 Share Posted September 22, 2009 Hello, Does anyone have an example of how to use _IsPressed to check for key combos and special chars? For example I went to detect when some one presses Shift + x at the same time, or shift + 2 at the same time - so I can detect special characters. Do I need to write some UDF for this or has it been done? Link to comment Share on other sites More sharing options...
dantay9 Posted September 22, 2009 Share Posted September 22, 2009 If _IsPressed("10") And _IsPressed("32") Then ;shift and 2 Link to comment Share on other sites More sharing options...
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