add_hotkey_from_string
Description:
Adds a hotkey and its associated event to an HotkeyProfile.
The hotkey is in string format, such like Control+Shift+A.
Parameters:
| this |
An IBusHotkeyProfile. |
| str |
Key in string representation. '+' is the separator. |
| event |
The event to be associated. |
Returns:
|
FALSE if |