Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在 WinAPI 中使用两个字母键创建加速器?例如,Ctrl+A+S。在这种情况下,资源应该是什么样子?
不支持这种形式的 Win32 加速器。如果您希望支持此类按键,则需要手动实现输入处理。