rcmaehl Posted August 22, 2011 Posted August 22, 2011 Quick Question, If I wanted to check if Win+LeftClick was used would I use: If _IsPressed("01") And _IsPressed("5B") Or _IsPressed("5C") OR: If _IsPressed("01") And (_IsPressed("5B") Or _IsPressed("5C")) My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated. My Projects WhyNotWin11, MSEdgeRedirect Cisco Finesse, Github, IRC UDF, WindowEx UDF
rcmaehl Posted August 22, 2011 Author Posted August 22, 2011 Never Mind. Figured it out. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated. My Projects WhyNotWin11, MSEdgeRedirect Cisco Finesse, Github, IRC UDF, WindowEx UDF
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