autohotkey切换鼠标按钮不能在WIndows 10上工作,为什么?

时间:2016-11-02 17:47:25

标签: windows-10 autohotkey

我正在尝试编写简单的ahk脚本来交换鼠标按钮(左侧btn变为右侧btn,反之亦然)。但是,我不想重启系统。我已经尝试过在网上找到的这两个脚本但是它们在我的Windows 10上不起作用。

试验1:

MsgBox When ok is pressed, the mouse buttons will be swapped.
DllCall("SwapMouseButton","uInt",true)

试验2:

MsgBox When ok is pressed, the mouse buttons will be swapped.
Lbutton::Rbutton
Rbutton::Lbutton

任何人都想分享一个反转在Windows 10上运行的鼠标按钮的脚本吗?

0 个答案:

没有答案