From ddc4225ba6e275d6debcf6150ebbcbb33eb72f21 Mon Sep 17 00:00:00 2001 From: Arnav Jain Date: Mon, 21 Oct 2024 11:38:07 +0200 Subject: [PATCH] Open Explorer and select file Instead of just opening the directory, this selects the file. This helps if you have a folder with lots of similarly named file. --- src/ExternalViewers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExternalViewers.cpp b/src/ExternalViewers.cpp index bedd8f370d1..fa3901d4c2d 100644 --- a/src/ExternalViewers.cpp +++ b/src/ExternalViewers.cpp @@ -44,7 +44,7 @@ static ExternalViewerInfo gExternalViewers[] = { CmdOpenWithExplorer, "*", "explorer.exe", - R"("%d")", + R"(/select,"%1")", nullptr, nullptr, },