ui_process_key_pressed#
This module implements the key pressed event processing logics.
- class zelfred.ui_process_key_pressed.UIProcessKeyPressedMixin[source]#
Important
All methods whose names start with
process_are abstract methods that handle specific key press events. They implement the Default behavior:. Experienced developers can override them to customize the behavior.- press_backspace()[source]#
Default behavior:
Delete character backwards in the line editor. Also move cursor to the left.