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

detailed_help

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

mapped_key

All the mapped keys for a component.

short_help

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.