euporie.core.key_binding.bindings.basic
Define basic key-bindings for entering text.
Functions
|
Add a command to the centralized command system. |
|
Generate a condition to check for a character after the cursor. |
|
Return True when the previous event was delivered to another handler. |
|
Load basic key-bindings for text entry. |
|
Assign key-bindings to commands based on a dictionary. |
|
Update the key-binding registry. |
|
Enter a key. |
Classes
Basic key-bindings for text entry. |
|
|
Create a new function with partial application of the given arguments and keywords. |
- class euporie.core.key_binding.bindings.basic.TextEntry
Bases:
object
Basic key-bindings for text entry.
- euporie.core.key_binding.bindings.basic.load_basic_bindings(config: Config | None = None) KeyBindingsBase
Load basic key-bindings for text entry.
- euporie.core.key_binding.bindings.basic.type_key(event: KeyPressEvent) None
Enter a key.