Home
last modified time | relevance | path

Searched defs:KeyPressEvent (Results 1 – 9 of 9) sorted by relevance

/external/pigweed/pw_console/py/pw_console/
Dlog_pane.py88 def _shift_log_to_top(_event: KeyPressEvent) -> None:
93 def _shift_log_to_center(_event: KeyPressEvent) -> None:
98 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
103 def _toggle_table_view(_event: KeyPressEvent) -> None:
108 def _duplicate(_event: KeyPressEvent) -> None:
113 def _delete(_event: KeyPressEvent) -> None:
120 def _clear_history(_event: KeyPressEvent) -> None:
125 def _scroll_to_top(_event: KeyPressEvent) -> None:
130 def _scroll_to_bottom(_event: KeyPressEvent) -> None:
135 def _toggle_follow(_event: KeyPressEvent) -> None:
[all …]
Dsearch_toolbar.py151 def _close_search_bar(_event: KeyPressEvent) -> None:
156 def _select_next_search_matcher(_event: KeyPressEvent) -> None:
161 def _create_filter(_event: KeyPressEvent) -> None:
166 def _toggle_search_invert(_event: KeyPressEvent) -> None:
171 def _select_next_field(_event: KeyPressEvent) -> None:
Dquit_dialog.py65 def _quit(_event: KeyPressEvent) -> None:
70 def _cancel(_event: KeyPressEvent) -> None:
Dcommand_runner.py250 def _cancel(_event: KeyPressEvent) -> None:
259 def _select_previous_item(_event: KeyPressEvent) -> None:
264 def _select_next_item(_event: KeyPressEvent) -> None:
Dhelp_window.py77 def _close_window(_event: KeyPressEvent) -> None:
82 def _copy_all(_event: KeyPressEvent) -> None:
Dlog_pane_saveas_dialog.py123 def _close_saveas_dialog(_event: KeyPressEvent) -> None:
Drepl_pane.py136 def _copy_selection(_event: KeyPressEvent) -> None:
/external/pigweed/pw_console/py/pw_console/plugins/
Dclock_pane.py52 def _toggle_view_mode(_event: KeyPressEvent) -> None:
58 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
Dcalc_pane.py154 def _copy_all_output(_event: KeyPressEvent) -> None: