keybinder_bind

Grab a key combination globally and register a callback to be called each time the key combination is pressed.

This function is excluded from introspected bindings and is replaced by keybinder_bind_full.

extern (C)
bool
keybinder_bind

Return Value

Type: bool

%TRUE if the accelerator could be grabbed

Args: keystring = an accelerator description (gtk_accelerator_parse() format) handler = callback function user_data = data to pass to @handler

Meta