send_key_event


Description:

public void send_key_event (string event, string key)

Parameters:

this

The navigation interface instance

event

The type of the key event. Recognised values are "key-press" and "key-release"

key

Character representation of the key. This is typically as produced by XKeysymToString.