-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
示例程序无法正常工作 #4
Comments
你安装的是哪个驱动?版本是多少? |
您好,使用 IbASendLib\v1\test\mode 0 这个示例程序的时候,IbSend({Click 5, 5, down}{click 150, 50, up}")这条命令不执行。 |
你安装的是哪个驱动?版本是多少? |
我安装的是Logitech G HUB 2022.8.306864版本的罗技驱动,使用的是AutoHotkey_1.1.34.02版本的AHK,只有IbSend({Click, }操作鼠标的命令不能执行,操作键盘的命令是可以准确执行的。 |
请问是否是我Logitech G HUB版本太新了,如果是的话请问使用哪个版本的Logitech G HUB驱动才能使用IbSend({Click, }命令。 |
G HUB 没有离线安装包,在线安装包只能安装最新版。目前我已经在 G HUB 下复现了,你可以等我修复或者先使用 LGS v9.02.65。 |
好的!谢谢你! |
最新版的 G HUB 和 LGS 似乎直接阉割了部分鼠标功能。驱动不再支持鼠标按键或移动,G HUB 和 LGS 的 Lua 宏会使用 SendInput 而不是驱动来实现被阉割的功能。 |
使用 AHK v1 这个示例程序时,程序没有反应,没有任何动作也没有报错。
The text was updated successfully, but these errors were encountered: