mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Add modifier key support when user action items.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Wox.Plugin.Fanyi
|
||||
Title = dst,
|
||||
SubTitle = "Copy to clipboard",
|
||||
IcoPath = "Images\\translate.png",
|
||||
Action = () =>
|
||||
Action = (c) =>
|
||||
{
|
||||
Clipboard.SetText(dst);
|
||||
context.ShowMsg("translation has been copyed to your clipboard.", "",
|
||||
|
||||
Reference in New Issue
Block a user