sendKey Method

Purpose:

Sends a key to a Edit Control

Syntax:

sendkey unicodecharacter

Comments: 

This method is only valid for Edit controls

Example:

// key = Keyboard("US",10,10, w*3/4, 600) // stock keyboard
//edi = Edit("US",10,1050,w*2/3,400)
//edi.file = "editor.hex"
edi.sendKey key.text // send key to editor
edi.sendKey "a" // send key to editor