TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

HIDmacros

32 点作者 diplodocusaur大约 4 年前

5 条评论

sidpatil大约 4 年前
This article touches on a similar concept for Linux: <a href="https:&#x2F;&#x2F;www.google.com&#x2F;amp&#x2F;s&#x2F;lars.ingebrigtsen.no&#x2F;2013&#x2F;01&#x2F;12&#x2F;input-device-routing&#x2F;amp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;amp&#x2F;s&#x2F;lars.ingebrigtsen.no&#x2F;2013&#x2F;01&#x2F;12...</a><p>Input device routing should be a standard feature in PC operating systems. It should be possible for a user to connect any combination of HIDs and be able to configure them independently.
_Microft大约 4 年前
So I could use this, for example, to create a dedicated volume control device out of a spare mouse? It would involve mapping the directions of the extra mouse&#x27;s wheel to VK_VOLUME_UP&#x2F;DOWN and to assign a no-op macro to the x&#x2F;y axes so it does not interfere with the normal mouse?<p>Edit: for your information, I couldn&#x27;t get <i>any</i> mouse triggers to work in a reasonable time. If someone else does, just reply here, please. Sending volume keycodes in reaction to a different keyboard event (e.g. pressing scroll lock&#x2F;pause) worked somewhat. I had to send them with <i>CreateObject(&quot;WScript.Shell&quot;).SendKeys(chr(&amp;hAF)</i> as scripted action though. VK_VOLUME_UP&#x2F;DOWN is not defined, use characters &amp;hAF for &quot;up&quot; and &amp;hAE for &quot;down&quot;.
评论 #27091708 未加载
2Gkashmiri大约 4 年前
Is there a proper autohotkey alternative on Linux? I used to make my work 2x easier because I could do win+v to &quot;type&quot; password into a password box that doesn&#x27;t let you Ctrl+v. This is a simple example but rock solid and &quot;never&quot; caused me grief.<p>On KDE neon, I tried global shortcuts and found a similar thing but it was buggy and I stopped using it. Xdotool I think with other stuff pointed to meta+v. Buggy in the sense I would paste multiple times and the system would do silly dance.
评论 #27094689 未加载
Rychard大约 4 年前
&gt; I have decided to stop any development of HidMacros. Instead of it I invest my (very little) free time to development of new application called LuaMacros[0].<p>Source: <a href="http:&#x2F;&#x2F;www.hidmacros.eu&#x2F;forum&#x2F;viewtopic.php?f=10&amp;t=241#p794" rel="nofollow">http:&#x2F;&#x2F;www.hidmacros.eu&#x2F;forum&#x2F;viewtopic.php?f=10&amp;t=241#p794</a><p>That project gives the following disclaimer:<p>&gt; Don&#x27;t use this software. Really. It&#x27;s difficult to use, has bugs and the author has very little time to maintain it. It was written just to connect multiple keyboards to a flight simulator (X-Plane) to control different knobs and buttons in the plane&#x2F;helicopter. The author is using it just for this purpose.<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;me2d13&#x2F;luamacros" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;me2d13&#x2F;luamacros</a>
jdougan大约 4 年前
Similar but different app if you are on MacOS: <a href="https:&#x2F;&#x2F;www.orderedbytes.com&#x2F;controllermate&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.orderedbytes.com&#x2F;controllermate&#x2F;</a><p>I used to use this all the time when I was running on MacOS. Most interesting part is the dataflow based graphical programming environment. It is fun to able to alter my mouse functions with a shifting key on my keypad controller.