private void Form1_KeyPress(object sender, KeyPressEventArgs e) { if (e.KeyCode == Keys.F1 && e.Alt) { //do something } }