add_hotkey


Description:

public bool add_hotkey (uint keyval, uint modifiers, Quark event)

Adds a hotkey and its associated event to an HotkeyProfile.

Parameters:

this

An IBusHotkeyProfile.

keyval

Keycode of the hotkey.

modifiers

Modifiers of the hotkey.

event

The event to be associated.

Returns:

Always true.