From 31f7a17a78cab2571a8f53710e82f2c472e6b2d5 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Wed, 14 Jan 2026 14:58:00 +0100 Subject: On Middle-click, allow to open scripts with the second app When holding shift when middle-clicking. Amends: a25f2cc67cbab7f001c883931a433f1841223a87 CCBUG: 496687 --- src/dolphinviewcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index fb83be453..457ecd3e6 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -793,7 +793,7 @@ void DolphinViewContainer::slotfileMiddleClickActivated(const KFileItem &item) // in case KIO::WidgetsOpenOrExecuteFileHandler::promptUserOpenOrExecute would not open the file if (value != QLatin1String("open")) { - indexOfAppToOpenFileWith = 0; + --indexOfAppToOpenFileWith; } } -- cgit v1.3