1

Adobe Illustrator and all of the other Adobe packages have had a long standing issue with their Alt modifier on windows, because Alt is often used to focus the menu bar, it will get in the way of triggering hotkeys that use alt.

Many threads on the Adobe forum raise this issue but the developers just blame Microsoft, one of them suggested the following though:

This is a standard OS behaviour for Windows. This has nothing to do with Adobe Illustrator or any other adobe application...Solution for this is to press the Esc key so that the focus goes away from the menu bar and returns to the document

I solved the error sound issue by just disabling it system wide.

While I can trigger alt+ d manually, I cant trigger it or any hotkeys that have alt in them with AutoHotkey. I thought this would be an easy task with AutoHotkey but I have tried all my tricks and I am still stuck (also tried sendInput):

Space::
;Send, !d                          ; does not trigger

;Send, {blind}!d                   ; does not trigger

;Send, {ralt down}d                ; does not trigger
;Send, {ralt up}

;Send, {blind}>!d                  ;triggers sometimes, if I spam it by holding down space


;Send, {ralt down}{esc}            ;the developers suggestion. this changes to the previously active window (its a windows hotkey)
;Send, {d}{ralt up}

Has anyone that uses Adobe Illustrator with AHK ever manage to solve this issue? If anyone that has Illustrator installed could take a look at this, I would appreciate it.

I am on windows 11 with Illustrator 2023

3
  • 2
    I'm using Illustrator + Authotkey all the time. But I don't make Alt+key shortcuts exactly because it's not a brilliant idea on Windows. Windows uses Alt to get the menus with keyboard and it's a cool feature. It's pity that macOS has no such option. Commented May 25 at 12:10
  • 2
    @YuriKhristich agreed, its just a pitty how Adobe has handleled the situation here. In any case, it seem I will have to go your route and for sake Alt altogether, :( Commented May 25 at 15:15
  • And yes, alas, Illustrator, and perhaps Acrobat, are the worst written Adobe's apps. ( Commented May 25 at 16:10

0

Browse other questions tagged or ask your own question.