key_event_to_string


Description:


public unowned string key_event_to_string (uint keyval, uint modifiers)

Return the name of a key symbol and modifiers.

For example, if press ctrl, shift, and enter, then this function returns: Shift+Control+enter.

Parameters:

keyval

Key symbol.

modifiers

Modifiers such as Ctrl or Shift.

Returns:

The name of a key symbol and modifier.


Namespace: IBus
Package: ibus-1.0