Open 64-bit Context Menu with built-in or custom shortcuts, or AHK Win+Right-Click Mouse

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
highend
Posts: 13327
Joined: 06 Feb 2011 00:33
Location: Win Server 2022 @100%

Re: Ctrl-Menu opens 64-bit Context Menu: If you don't have that key, either use AHK or the alternative F10 shortcut.

Post by highend »

Waste it, now^^
One of my scripts helped you out? Please donate via Paypal

rclkrtrzckr
Posts: 65
Joined: 03 Jan 2017 13:10
Location: Zurich, Switzerland

Re: Open 64-bit Context Menu with built-in or custom shortcuts, or AHK Win+Right-Click Mouse

Post by rclkrtrzckr »

What about this?

Code: Select all

#IfWinActive ahk_class ThunderRT6FormDC
^RButton::^AppsKey
#IfWinActive
Control + Right Mouse -> Control Apps Key (== 64bit Menu)

Dustydog
Posts: 321
Joined: 13 Jun 2016 04:19

Re: Open 64-bit Context Menu with built-in or custom shortcuts, or AHK Win+Right-Click Mouse

Post by Dustydog »

Certainly a useful solution. There is a nice little menu I'm used to getting that way, however.

Post Reply