This commit is contained in:
陈皓 2019-01-23 16:17:34 +08:00
parent 50e736ac29
commit 952265e64f
3 changed files with 0 additions and 1 deletions

View File

@ -69,7 +69,6 @@ namespace HaoYue.BF3ChineseInput
// if (this.Handle != GetF()) //如果本窗口没有获得焦点 // if (this.Handle != GetF()) //如果本窗口没有获得焦点
// SetF(this.Handle); //设置本窗口获得焦点 // SetF(this.Handle); //设置本窗口获得焦点
//} //}
private void hook_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e) private void hook_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e)
{ {
text1.Text += (char)e.KeyData; text1.Text += (char)e.KeyData;