如何使用热键在C#中检测按下的破折号键

时间:2015-12-09 11:34:31

标签: c# keyboard hotkeys

我想检测用户何时键入Dash而不管他的键盘布局如何 我正在使用代码suggested by Przemysław Kalita

ghk = new KeyHandler(Keys.PrintScreen, this); // I want to detect the dash press event 
                                             // instead of the PrintScreen keypress  
ghk.Register();  

任何帮助都会非常感激吗?

0 个答案:

没有答案