send_keys_ex


Description:

public void send_keys_ex (uint[] keyvals, DisplayKeyEvent kind)

Sends key events to the remote server.

keyvals should contain X11 key code values. These will be automatically converted to XT scancodes if needed

If kind is VNC_DISPLAY_KEY_EVENT_CLICK then all the key press events will be sent first, followed by all the key release events.

Parameters:

this

the VNC display widget

keyvals

Keyval array

kind

the type of event to send

nkeyvals

Length of keyvals