Jump to content

Recommended Posts

Posted
hi all
i'am using hotkeyset("a", "a") in my script
 
it is working well when i press "a" 
but the problem is when i press shift + a or ctrl + a or any two keys with "a" it will not work
 
i want my function to run even if i pressed "a" with other key
i tried HotKeySet("{LSHIFT}a")for example..
but the problem is this only works if shift + a are presses at the same second
it won't work if i pressed shift the i waited 1 second the i presses "a" then i released shift
 
any ideas ?

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...