Forum Discussion
Windows 11 - Shift+Left Click to open a new instance of app
That works, but your'e not able to mark files (from / to) in explorer with shift-LClick anymore. It also has a lot of other side-effects in other programs.
Yes, John_BloggsMyUsernam2345, you are correct. My solution is not perfect. It replaces the simultaneous use of the left shift key and left mouse button click with a simulation of the middle mouse button click. Since many other applications use shift+click combination for other uses, my solution disallow such functionality. After publishing my original solution here, I experienced similar issues with one graphic program, where shift+click is used for multi-select. Since I needed that functionality, I decided to change my AutoHotKey script to use right-shift instead.
>+LButton::MButton
If this alternative solution works for you, feel free to use the attached files.