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

cancel

cursor_down

cursor_up

detailed_help

A detailed description for all the keys inside the current component.

mapped_key

All the mapped keys for a component.

select

short_help

A 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.