Shift in Adobe Illustrator Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Hiwo
Posts: 3
Joined: 19 Jun 2021, 09:43

Shift in Adobe Illustrator

19 Jun 2021, 10:02

In Adobe Illustrator, I want to simplify shortcuts like the tool "Shape Builder" using Shift+M, but instead, Illustrator receives only M, which is the shortcut for the "Rectangle" tool.
The problem is that only Illustrator acts like this in all of my software where I'm able to use shortcuts with Shift+Key; thus, it seems that the problem is how Illustrator handles the modifier Shift.
Here is my code:

Delete:: send +m
return

Thank you if you may know a workaround.
Sally2Q
Posts: 43
Joined: 16 Jun 2021, 10:18

Re: Shift in Adobe Illustrator  Topic is solved

19 Jun 2021, 11:55

this could be worth a try
Delete:: send {shift down}{m down}{m up}{shift up}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: AHK_user and 252 guests