process_key_events


Description:

public bool process_key_events (string keyseq) throws KeyEventFormatError

Pass key events (separated by spaces) to the context.

This function is rarely used in programs but in unit tests.

Parameters:

keyseq

a string representing key events, separated by " "

Returns:

`true` if any of key events are handled, `false` otherwise