diff --git a/picard/ui/mainwindow.py b/picard/ui/mainwindow.py index f7126dcbf..fd04fdacd 100644 --- a/picard/ui/mainwindow.py +++ b/picard/ui/mainwindow.py @@ -194,6 +194,8 @@ class MainWindow(QtWidgets.QMainWindow, PreserveGeometry): self.metadata_box.remove_selected_tags() else: self.remove() + elif event.matches(QtGui.QKeySequence.Find): + self.search_edit.setFocus(True) else: super().keyPressEvent(event)