Skip to content
New issue

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

'XButton2' key mapping not working. #48

Closed
Shringe opened this issue Jul 6, 2023 · 1 comment
Closed

'XButton2' key mapping not working. #48

Shringe opened this issue Jul 6, 2023 · 1 comment

Comments

@Shringe
Copy link

Shringe commented Jul 6, 2023

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:

; 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.

phil294 added a commit that referenced this issue Jul 20, 2023
@phil294
Copy link
Owner

phil294 commented Jul 20, 2023

thanks for reporting this. should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants