Type Command = Type Control on PC SUT?

Does the Type Command button in Eggplant = Type Control if the SUT is a PC?

Just wondering if the button treats that option as a Control key on a PC?

Thanks,

Teletubby

No. For the purposes of VNC, the command key on the Mac maps to the Alt key on the PC. So TypeCommand equals TypeAlt on the PC.

Note that you can easily create a TypeControl script like this:

params key

TypeText "\c" & key & "\C"

Then you can call it from another script like so:

TypeControl "a"
TypeControl "c"

Which would select all and copy on the PC.