Search found 3 matches

by AZNsupermarket
Tue Jun 02, 2020 1:33 am
Forum: XMouse Button Control
Topic: Using Two mapped buttons together
Replies: 10
Views: 7245

Re: Using Two mapped buttons together

figured it out! Works perfectly now! lbutton::send % getkeystate("rbutton") ? "{blind}{rbutton up}{mbutton down}" : "{blind}{lbutton down}" lbutton up::send % getkeystate("lbutton") ? "{blind}{lbutton up}" : "{blind}{mbutton up}" rbutton::s...
by AZNsupermarket
Mon Jun 01, 2020 9:18 pm
Forum: XMouse Button Control
Topic: Using Two mapped buttons together
Replies: 10
Views: 7245

Re: Using Two mapped buttons together

Interestingly, your app by displaying which keys are being pressed, showed me what the issue is. With my code, the left or right button (whichever is pressed first) is still being held down the entire time I'm simulating a middle button click. That's why chrome isn't letting me close tabs. I figured...
by AZNsupermarket
Mon Jun 01, 2020 6:08 pm
Forum: XMouse Button Control
Topic: Using Two mapped buttons together
Replies: 10
Views: 7245

Re: Using Two mapped buttons together

I just want to join this other users request for the ability to have two mapped buttons together. I was using auto hotkey, to simulate a middle click when I simultaneously left clicked and right clicked on my trackpad. It used to work perfectly, but all of a sudden, google chrome stopped responding ...