2.1.2.2.2. pyfx.view.components.autocomplete_popup.AutoCompletePopUpKeyMapper¶
- class AutoCompletePopUpKeyMapper(cursor_up: str = 'up', cursor_down: str = 'down', select: str = 'enter', cancel: str = 'esc')¶
Methods
__init__([cursor_up, cursor_down, select, ...])key(key)Remaps the key into the original key definition, so that they can be recognized.
Attributes
cancelcursor_downcursor_upA detailed description for all the keys inside the current component.
All the mapped keys for a component.
selectA 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.