Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dlog_pane.py107 def _shift_log_to_top(_event: KeyPressEvent) -> None:
112 def _shift_log_to_center(_event: KeyPressEvent) -> None:
117 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
122 def _toggle_table_view(_event: KeyPressEvent) -> None:
127 def _duplicate(_event: KeyPressEvent) -> None:
132 def _delete(_event: KeyPressEvent) -> None:
140 def _clear_history(_event: KeyPressEvent) -> None:
145 def _scroll_to_top(_event: KeyPressEvent) -> None:
150 def _scroll_to_bottom(_event: KeyPressEvent) -> None:
155 def _toggle_follow(_event: KeyPressEvent) -> None:
[all …]
H A Dsearch_toolbar.py169 def _close_search_bar(_event: KeyPressEvent) -> None:
174 def _select_next_search_matcher(_event: KeyPressEvent) -> None:
179 def _create_filter(_event: KeyPressEvent) -> None:
184 def _toggle_search_invert(_event: KeyPressEvent) -> None:
189 def _select_next_field(_event: KeyPressEvent) -> None:
H A Dcommand_runner.py303 def _cancel(_event: KeyPressEvent) -> None:
312 def _select_previous_item(_event: KeyPressEvent) -> None:
317 def _select_next_item(_event: KeyPressEvent) -> None:
H A Dquit_dialog.py68 def _quit(_event: KeyPressEvent) -> None:
73 def _cancel(_event: KeyPressEvent) -> None:
H A Dhelp_window.py88 def _close_window(_event: KeyPressEvent) -> None:
95 def _copy_all(_event: KeyPressEvent) -> None:
H A Dlog_pane_saveas_dialog.py137 def _close_saveas_dialog(_event: KeyPressEvent) -> None:
H A Drepl_pane.py138 def _copy_selection(_event: KeyPressEvent) -> None:
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/plugins/
H A Dtwenty48_pane.py294 def _restart(_event: KeyPressEvent) -> None:
299 def _quit(_event: KeyPressEvent) -> None:
305 def _move_down(_event: KeyPressEvent) -> None:
311 def _move_up(_event: KeyPressEvent) -> None:
317 def _move_left(_event: KeyPressEvent) -> None:
323 def _move_right(_event: KeyPressEvent) -> None:
H A Dclock_pane.py55 def _toggle_view_mode(_event: KeyPressEvent) -> None:
61 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
H A Dcalc_pane.py159 def _copy_all_output(_event: KeyPressEvent) -> None: