将键绑定到按钮 C# WFA?

Bind Key to a button C# WFA?

每当单击按钮时,应按下键 Ctrl+F1

我到处都找到了逆向过程的解决方案。

您需要:System.Windows.Forms.SendKeys.Send("^{F1}");

Full MSDN SendKeys documentation here