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

cancel

detailed_help

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

mapped_key

All the mapped keys for a component.

query

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.