Example #1
0
 private void Form1_PreviewKeyDown(object sender, PreviewKeyDownEventArgs e)
 {
     if (e.KeyCode == Keys.Space)
     {
         TimerJump.Start();
     }
 }