smashly Posted December 18, 2006 Posted December 18, 2006 Hi and thank for taking the time to view my post, _IsPressed seems to cover most keys on the keyboard. But what hex value do I use with _IsPressed udf for keys such as: , . / \ [ ] ` - =These above keys are the only keys that _IsPressed doesn't seem to cover or I'm not seeing in the help file. Any idea's on how to find the value or are they just not supported by _IsPressed function? Any advice welcome. TYIA Cheers
Moderators SmOke_N Posted December 18, 2006 Moderators Posted December 18, 2006 You can try these, although I haven't checked to be 100% sure. BC: , BD: - BE: . BF: / DB: [ DC: \ DD: ] C0: ` BD: - BB: = Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
smashly Posted December 18, 2006 Author Posted December 18, 2006 (edited) Thank You once again SmOke_N I will race off home to try these out. fingers crossed Edit: Works 100% fine , exactly what I needed ... All Good Greatly appreciated. Cheers. Edited December 18, 2006 by smashly
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