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.
我的电脑上连接了两个键盘。我想将一个用于主键盘,另一个用于特定应用程序。例如,键盘 #1 用于 Windows,而键盘 #2仅在我的应用程序中使用。
是否可以?如果是,我应该使用哪种语言?我需要访问驱动程序吗?我准确地说我在Windows下运行......
我找到了一个链接,逐步解释了如何拦截键盘键,以及如何识别发送击键的设备。
使用来自 C# 的原始输入来处理多个键盘
此示例使用 C# 语言。
我添加了元标记,如下所示。
<meta name="keywords" content="abc, efg" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />