Whenever button is clicked, key Ctrl+F1 should be pressed.
I found solution of the reverse process everywhere.
You need to: System.Windows.Forms.SendKeys.Send("^{F1}");
System.Windows.Forms.SendKeys.Send("^{F1}");
Full MSDN SendKeys documentation here