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.
您好我正在尝试制作一个在后台运行并且可以对特定组合键执行某些功能的 c++ 程序。当程序在后台运行时,有什么方法可以获取组合键。我想要一种适用于 Linux 和 Windows 的方法,但如果这不可能,Linux 更重要。
如果有充分的理由,您应该使用 gnu logkeys。
克隆它git clone https://code.google.com/p/logkeys/
git clone https://code.google.com/p/logkeys/
您需要选择组合还是只需要按键?
有很多用于 Linux 的开源键盘记录器,您可以使用它们来确定后者。
Theju 的 linux-keylogger 的 Github 使用evdev资源:链接。
evdev