i have completed my auto typer but i would like to modify this code

Code:
        private void timer1_Tick(object sender, EventArgs e)
        {
            SendKeys.Send(textBox2.Text);
            SendKeys.Send("(Enter)");
        }
so it just "hits" enter because currently it is typing the word enter and "hitting" enter, i would like to fix it so it only "hits" enter.