mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
Add modifier key support when user action items.
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Wox.Plugin.Everything
|
||||
Result r = new Result();
|
||||
r.Title = Path.GetFileName(s);
|
||||
r.SubTitle = s;
|
||||
r.Action = () =>
|
||||
r.Action = (c) =>
|
||||
{
|
||||
context.HideApp();
|
||||
System.Diagnostics.ProcessStartInfo info = new System.Diagnostics.ProcessStartInfo();
|
||||
|
||||
Reference in New Issue
Block a user