Searched defs:KeyPressEvent (Results 1 – 9 of 9) sorted by relevance
88 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 …]
151 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:
65 def _quit(_event: KeyPressEvent) -> None:70 def _cancel(_event: KeyPressEvent) -> None:
250 def _cancel(_event: KeyPressEvent) -> None:259 def _select_previous_item(_event: KeyPressEvent) -> None:264 def _select_next_item(_event: KeyPressEvent) -> None:
77 def _close_window(_event: KeyPressEvent) -> None:82 def _copy_all(_event: KeyPressEvent) -> None:
123 def _close_saveas_dialog(_event: KeyPressEvent) -> None:
136 def _copy_selection(_event: KeyPressEvent) -> None:
52 def _toggle_view_mode(_event: KeyPressEvent) -> None:58 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
154 def _copy_all_output(_event: KeyPressEvent) -> None: