autoit send ascii

From thelinuxwiki
Jump to: navigation, search

sending special characters

sending an exclamation point

example:

send ("{ASC 033}")

the above example uses the DEC code with a leading zero.

[autoit ascii code list]