คำแนะนำ Autohotkey ที่ดีเพียงไม่กี่ที่นี่ แต่อันนี้สลับปุ่มใน Windows โดยตรงและแจ้งเตือนป๊อปอัพ
เป็นสำเนาของสคริปต์ mouseswap Autoit ที่กล่าวถึงโดย mica
#a::
if button = 0
{
DllCall("SwapMouseButton", "int", 1)
button = 1
SplashTextOn, 120, 30, Mouse Button, Left handed
Sleep 600
SplashTextOff
}
else
{
DllCall("SwapMouseButton", "int", 0)
button = 0
SplashTextOn, 120, 30, Mouse Button, Right handed
Sleep 600
SplashTextOff
}
return
ทางเลือก terser ที่ไม่มีป๊อปอัป:
Swapped := DllCall("SwapMouseButton", Int, 0)
if Swapped = 0
DllCall("SwapMouseButton", Int, 1)
1. Right-click on the exe and select "Create Shortcut" 2. Move the shortcut to "C:\ProgramData\Microsoft\Windows\Start Menu" or the desktop 3. Right click on the shortcut, go to the Shorcut tab and select a shortcut key