Ver originalprivate void textBox1_KeyUp(object sender, KeyEventArgs e){ switch (e.KeyCode) { case Keys.Add: this.textBox1.Clear(); break; }}