2.1.2.5.2. pyfx.view.components.query_bar.QueryBarKeyMapper¶
- class QueryBarKeyMapper(query: str = 'enter', cancel: str = 'esc')¶
Methods
__init__([query, cancel])key(key)Remaps the key into the original key definition, so that they can be recognized.
Attributes
cancelA detailed description for all the keys inside the current component.
All the mapped keys for a component.
queryA brief description for all the keys inside the current component.
- property detailed_help¶
A detailed description for all the keys inside the current component.
- property mapped_key¶
All the mapped keys for a component.
- property short_help¶
A brief description for all the keys inside the current component.