Searched defs:KeyPressEvent (Results 1 – 10 of 10) sorted by relevance
109 def _shift_log_to_top(_event: KeyPressEvent) -> None:114 def _shift_log_to_center(_event: KeyPressEvent) -> None:119 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:124 def _toggle_table_view(_event: KeyPressEvent) -> None:129 def _duplicate(_event: KeyPressEvent) -> None:134 def _delete(_event: KeyPressEvent) -> None:142 def _clear_history(_event: KeyPressEvent) -> None:147 def _scroll_to_top(_event: KeyPressEvent) -> None:152 def _scroll_to_bottom(_event: KeyPressEvent) -> None:157 def _toggle_follow(_event: KeyPressEvent) -> None:[all …]
169 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:
68 def _quit(_event: KeyPressEvent) -> None:73 def _cancel(_event: KeyPressEvent) -> None:
260 def _cancel(_event: KeyPressEvent) -> None:269 def _select_previous_item(_event: KeyPressEvent) -> None:274 def _select_next_item(_event: KeyPressEvent) -> None:
86 def _close_window(_event: KeyPressEvent) -> None:93 def _copy_all(_event: KeyPressEvent) -> None:
137 def _close_saveas_dialog(_event: KeyPressEvent) -> None:
141 def _copy_selection(_event: KeyPressEvent) -> None:
292 def _restart(_event: KeyPressEvent) -> None:297 def _quit(_event: KeyPressEvent) -> None:303 def _move_down(_event: KeyPressEvent) -> None:309 def _move_up(_event: KeyPressEvent) -> None:315 def _move_left(_event: KeyPressEvent) -> None:321 def _move_right(_event: KeyPressEvent) -> None:
53 def _toggle_view_mode(_event: KeyPressEvent) -> None:59 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
157 def _copy_all_output(_event: KeyPressEvent) -> None: