We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't rebind XButton2(mouse 5) using 'XButton2::', it just doesn't get picked up. XButton1(mouse 4) works just fine though.
Here is the script: Script.ahk:
Script.ahk
; doesn't get picked up XButton2:: Send, mouse5 Return ; works just fine XButton1:: Send, mouse4 Return
I'm rusty with AHK, so sorry if its just a syntax error.
The text was updated successfully, but these errors were encountered:
3711e02
fix {esc} hotkey
2f2537d
fixes #48
thanks for reporting this. should be fixed now.
Sorry, something went wrong.
No branches or pull requests
I can't rebind XButton2(mouse 5) using 'XButton2::', it just doesn't get picked up. XButton1(mouse 4) works just fine though.
Here is the script:
Script.ahk
:I'm rusty with AHK, so sorry if its just a syntax error.
The text was updated successfully, but these errors were encountered: