Jump to content

Recommended Posts

Posted

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 FinesseGithubIRC UDFWindowEx UDF

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...