Fanatick Posted January 27, 2007 Posted January 27, 2007 I have this line : If _IsPressed(0xBF) Then _LogKeyPress(': ') sleep(100) EndIf And i want change and do with '!' . with this caractere : ! So i think the script is : If _IsPressed(But here i dont know what i must write) Then _LogKeyPress('! ') sleep(100) EndIf I need the (OxBf) but for the ' ! ' but i dont know how i write thx
BALA Posted January 27, 2007 Posted January 27, 2007 (edited) You want it to check if the Exclamation point is pressed or ALT key? Edited January 27, 2007 by BALA [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
Fanatick Posted January 27, 2007 Author Posted January 27, 2007 you see this in the script : 0xBF ? So i want the same but for the " ! " but for french key board plz
Zedna Posted January 27, 2007 Posted January 27, 2007 VirtualKeyCodes at MSDN Resources UDF ResourcesEx UDF AutoIt Forum Search
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