private void Mobile_KeyDown(object sender, KeyEventArgs e) { if (e.Key == Key.Enter) { Website.Focus(); } }