I want to send Ctrl+Shift+F1 combination of keys to an application.
But when I try to send the keys i am getting an error,the error is, ^+F1
is not a valid key.
The code I am using is:
System.Windows.Forms.SendKeys.Send("{^+F1}");
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…