2.1.2.1.1. pyfx.view.components.abstract_component_keys.BaseComponentKeyMapper¶
- class BaseComponentKeyMapper¶
Base Key Mapping
Methods
__init__()key(key)Remaps the key into the original key definition, so that they can be recognized.
Attributes
A detailed description for all the keys inside the current component.
All the mapped keys for a component.
A brief description for all the keys inside the current component.
- abstract property detailed_help¶
A detailed description for all the keys inside the current component.
- key(key)¶
Remaps the key into the original key definition, so that they can be recognized.
- abstract property mapped_key¶
All the mapped keys for a component.
- abstract property short_help¶
A brief description for all the keys inside the current component.