euporie.core.key_binding.key_processor.KeyProcessor

class euporie.core.key_binding.key_processor.KeyProcessor(*args: Any, **kwargs: Any)

A subclass of prompt_toolkit’s keyprocessor.

This adds an exception to the auto-flush timeout so that the input is flushed immediately if the key pressed is the escape key.