set_keyboard_grab


Description:

public void set_keyboard_grab (bool enable)

Set whether the widget will grab the keyboard when it has focus.

Grabbing the keyboard allows it to intercept special key sequences, ensuring they get sent to the remote desktop, rather than intepreted locally.

Parameters:

this

the VNC display widget

enable

TRUE to enable keyboard grab, FALSE otherwise