KeyMap Property  
 

Gets and sets the character sequence mapped to a special key.

Syntax

object.KeyMap(Index) [= value ]

Remarks

The KeyMap property array allows the application to define character sequences that should be mapped to special keys. When a special key is pressed in the emulation window and there is an entry for it in the key map, the KeyMapped event is fired.

The property array index identifies the key which will be mapped. Refer to the KeyMap Constants table for a list of keys and their corresponding values which may be mapped by the application.

Data Type

String

See Also

KeyMapped Event