Send +{F10} Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
newbieforever
Posts: 506
Joined: 24 Aug 2016, 03:34

Send +{F10}

Post by newbieforever » 25 Jun 2023, 08:28

In my old script I use Send +{F10} to open the context menu for a selected item in Windows Explorer.
All of a sudden, that doesn't work anymore. The reason is probably the last Windows 11 update.
What could I do?
User avatar
mikeyww
Posts: 27366
Joined: 09 Sep 2014, 18:38

Re: Send +{F10}  Topic is solved

Post by mikeyww » 25 Jun 2023, 08:48

Code: Select all

#Requires AutoHotkey v1.1.33
#If WinActive("ahk_class CabinetWClass")
F3 Up::Send {AppsKey}
#If
newbieforever
Posts: 506
Joined: 24 Aug 2016, 03:34

Re: Send +{F10}

Post by newbieforever » 25 Jun 2023, 09:29

Thank you very much, mikeyww, you are a schatz!

PS: I believe that the problem occured after an update following the 22H2 update.
Post Reply

Return to “Ask for Help (v1)”