英文:
Hook Linux Keyboard Events
问题
在我工作的这个星期,我们获得了一台激光条码扫描仪,并且希望在Ubuntu服务器上使用它。这个扫描仪作为一个HID设备,所以我们需要捕获它生成的按键。我们希望使用GO语言来实现。
非常感谢您的帮助。
英文:
This past week at my work we aquired a laser barcode scanner, and are looking to use it with ubuntu server. The scanner acts as a HID, so we need to hook the keystrokes it generates. We are hoping to use GO to do so.
Any help would be greatly appreciated.
答案1
得分: 0
答案只是读取原始事件并解析它。
英文:
The answer was just to read the raw event and parse it.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论