使用C#设置全局热键当我的程序不在焦点时,我需要捕捉一个关键的按键。(.)克特+ALT+J)并在我的程序中触发一个事件。到目前为止,我发现这个dll似乎是正确的路径“[DllImport("user32.dll")]private static extern int RegisterHotKey(IntPtr hwnd, int id,int fsModifiers, int vk);[DllImport("user32.dll")] private static extern int UnregisterHotKey(IntPtr hwnd, int id);
2 回答
- 2 回答
- 0 关注
- 738 浏览
添加回答
举报
0/150
提交
取消