private void nKeyPress(object sender, KeyPressEventArgs e) { if (e.KeyChar == Convert.ToChar(Keys.Left)) { //se ha pulsado izquierda } }