How to map mouse left click to left shift key in AutoHotKey? Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
jerrygoyal
Posts: 5
Joined: 26 Apr 2018, 10:58

How to map mouse left click to left shift key in AutoHotKey?

26 Apr 2018, 11:03

I need to map mouse left click to left SHIFT key and mouse right click to left ALT key for better productivity :P.

But I DO NOT want to block any of key combinations like CTRL+SHIFT, SHIFT+CTRL etc.

So far, I'm able to get Alt+Tab functionality with (LAlt & *::Suspend, On).
But can't make it work for shift key.

Issue's I need to resolve:

1) not able to type in uppercase with shift+any_key
2) key combinations not working like ctrl+shift+any_key or shift+ctrl+any_key

Here's my script so far:

LAlt & *::Suspend, On
LShift::LButton
LAlt::RButton
Holding LEFT SHIFT key simulates the left click hold which is great and would like to keep it this way.
User avatar
divanebaba
Posts: 805
Joined: 20 Dec 2016, 03:53
Location: Diaspora

Re: How to map mouse left click to left shift key in AutoHotKey?  Topic is solved

27 Apr 2018, 16:30

Hi.
Look into this tread. Using "tilde" as prefix could help you too.
Einfach nur ein toller Typ. :mrgreen:

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: doanmvu, Google [Bot], RSable and 389 guests