key-sym ( keyval -- string/f action? )


Vocabulary
ui.backend.gtk2

Inputs
keyvala GdkEventKey


Outputs
string/fa string or f
action?a boolean


Word description
Gets the key symbol and action indicator from a GdkEventKey struct. If 'action?' is t, then the key is one of the special keys in codes.

Definition