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.
我正在尝试在我的应用程序中实现全局热键。我有钩子,我有对 Windows 的支持,所以我只需要把一些 linux 特定的部分放在一起。我需要的是一种获取特定键的键码/键符号的方法,类似于 key_ids["VK_A"] 或 key_ids["VK_LCTRL"]。
我正在使用 Xlib 和记录回调来获取键盘事件。