2.1.2.3.2. pyfx.view.components.help_popup.HelpPopUpKeyMapper

class HelpPopUpKeyMapper(cursor_up: str = 'up', cursor_down: str = 'down', exit: str = 'esc')

Methods

__init__([cursor_up, cursor_down, exit])

key(key)

Remaps the key into the original key definition, so that they can be recognized.

Attributes

cursor_down

cursor_up

detailed_help

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

exit

mapped_key

All the mapped keys for a component.

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.