I've been using this as my flask macro for years, hasn't been an issue.
#IfWinActive, Path of Exile ahk_class POEWindowClass
XButton1::
Send, 1
Send, 2
Send, 4
Send, 5
Return
#IfWinActive, Path of Exile ahk_class POEWindowClass
+XButton1::
Send, 1
Send, 2
Send, 4
Send, 5
Return
The...