Difference between 'key code' work and 'ascii character'
Difference between 'key code' work and 'ascii character'
- Subject: Difference between 'key code' work and 'ascii character'
- From: Eric Geoffroy <email@hidden>
- Date: Tue, 07 Feb 2006 10:47:35 -0800
I am sending a alphanumeric string to a tn3270 window via GUI script.
When I send an integer or an ascii character for a number, it inserts
a blank. If I issue a command to 'key code 19" the number is inserted
okay.
WORKS
key code 19
keystroke "x"
NOT working
keystroke (ASCII character 50)
or
keystroke 2
or
keystroke "2"
I can't figure out the difference here.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden