seres Posted September 21, 2007 Posted September 21, 2007 hi, i have a laptop, and i dont know how to acces the @ simbol like alt+64 , i want to know if autoit can acces it like alt+64
flyingboz Posted September 21, 2007 Posted September 21, 2007 hi, i have a laptop, and i dont know how to acces the @ simbol like alt+64 , i want to know if autoit can acces it like alt+64If your question is how to generate ascii codes on your computer, most laptops have function keys that can be converted into a numpad. Only the right alt key is typically enabled to generate alt key sequences...hth.read the help file for send, if you're looking for how to generate ascii codes with autoit. Reading the help file before you post... Not only will it make you look smarter, it will make you smarter.
Nahuel Posted September 21, 2007 Posted September 21, 2007 And how did you type it here? Does Send("^!Q") (or 2 instad of Q) work? Or you can try Chr(64)
seres Posted September 21, 2007 Author Posted September 21, 2007 (edited) thanks Edited September 21, 2007 by seres
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