Hotkeys not working when using other keys

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
NotNoobie
Posts: 13
Joined: 23 Oct 2021, 10:33

Hotkeys not working when using other keys

05 Dec 2021, 03:58

For some reason when I try to use XButton2 it wont work when I'm holding shift and W. Is there a fix to this?

Code: Select all

#MaxHotkeysPerInterval 20000
XButton1::1
MButton::NumpadDot
$XButton2::
Send, 1
wait (10)
Send, f
[Mod edit: Codebox fixed.]
Rohwedder
Posts: 7614
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Hotkeys not working when using other keys

05 Dec 2021, 04:38

Hallo,
try:

Code: Select all

#MaxHotkeysPerInterval 20000
XButton1::1
MButton::NumpadDot
+XButton2::
$XButton2::
Send, 1
wait (10)
Send, f

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Billykid, Descolada, Google [Bot], Swiftly9767 and 299 guests