keybd_event Shift 组合键无效关于keybd_event 配置好的shift组合键无效时的解决方案: 不生效的写法: keybd_event(16, 0, 0, 0); 生效写法: keyb...huangeaC/C++ 阅读(5563)评论(1)赞(1)