bool
process_key_events (string
keyseq)
bool
process_key_events (string
keyseq)
Pass key events (separated by spaces) to the context.
This function is rarely used in programs but in unit tests.
keyseq | a string representing key events, seperated by " " |
`true` if any of key events are handled, `false` otherwise |