备份
This commit is contained in:
parent
50e736ac29
commit
952265e64f
Binary file not shown.
Binary file not shown.
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user