Searched defs:KeyPressEvent (Results 1 – 10 of 10) sorted by relevance
107 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 …]
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:
303 def _cancel(_event: KeyPressEvent) -> None:312 def _select_previous_item(_event: KeyPressEvent) -> None:317 def _select_next_item(_event: KeyPressEvent) -> None:
68 def _quit(_event: KeyPressEvent) -> None:73 def _cancel(_event: KeyPressEvent) -> None:
88 def _close_window(_event: KeyPressEvent) -> None:95 def _copy_all(_event: KeyPressEvent) -> None:
137 def _close_saveas_dialog(_event: KeyPressEvent) -> None:
138 def _copy_selection(_event: KeyPressEvent) -> None:
294 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:
55 def _toggle_view_mode(_event: KeyPressEvent) -> None:61 def _toggle_wrap_lines(_event: KeyPressEvent) -> None:
159 def _copy_all_output(_event: KeyPressEvent) -> None: