2.1.2.4.2. pyfx.view.components.json_browser.JSONBrowserKeyMapper¶
- class JSONBrowserKeyMapper(exit: str = 'q', open_help_page: str = '?', open_query_bar: str = '.', cursor_up: str = 'up', cursor_down: str = 'down', toggle_expansion: str = 'enter', expand_all: str = 'e', collapse_all: str = 'c')¶
Methods
__init__([exit, open_help_page, ...])key(key)Remaps the key into the original key definition, so that they can be recognized.
Attributes
collapse_allcursor_downcursor_upA detailed description for all the keys inside the current component.
exitexpand_allAll the mapped keys for a component.
open_help_pageopen_query_barA brief description for all the keys inside the current component.
toggle_expansion- 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.