Search found 1 match
- Tue Nov 03, 2020 3:31 am
- Forum: XMouse Button Control
- Topic: Action {PRESS}{SHIFT}{LMB}{RELEASE} stop working
- Replies: 5
- Views: 1364
Re: Action {PRESS}{SHIFT}{LMB}{RELEASE} stop working
To OP: If you are using right shift you may need to run an AHK script on top of it. Such as: RShift:: Send {LShift Down} KeyWait RShift Send {LShift Up} Return You may have to adjust key repeat speed setting if the press time is too short. KeyWait and certain hardware interrupts sometimes conflict. ...