Alt Designator For AutoKeys

J

jutlaux

Could someone tell me what the designation for the Alt key is when trying to
put it into an AutoKeys macro?

Also looking for the escape key.
thanks,
 
S

Stuart McCall

jutlaux said:
Could someone tell me what the designation for the Alt key is when trying
to
put it into an AutoKeys macro?

Also looking for the escape key.
thanks,

The Alt key is represented by % (percent).

Escape is {ESC}

Look up SendKeys in help. They're all there.
 
Top