From d27ee07de7558470ef7b497fbe3d3504ce7cad07 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Tue, 22 Aug 2023 10:16:27 +0200 Subject: On middle-click, open file with the second application for the file mime FEATURE: 390631 --- src/views/dolphinview.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/views/dolphinview.h') diff --git a/src/views/dolphinview.h b/src/views/dolphinview.h index 21ca49c24..f851724c2 100644 --- a/src/views/dolphinview.h +++ b/src/views/dolphinview.h @@ -452,6 +452,12 @@ Q_SIGNALS: */ void itemActivated(const KFileItem &item); + /** + * Is emitted when clicking on a file with the middle mouse button. + * @note: This will not be emitted for folders or file archives that will/can be opened like folders. + */ + void fileMiddleClickActivated(const KFileItem &item); + /** * Is emitted when multiple items have been activated by e. g. * context menu open with. -- cgit v1.3