Hotkey with Win modifier opens the Start menu when Win key released

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
anzem
Posts: 1
Joined: 17 Nov 2017, 08:42

Hotkey with Win modifier opens the Start menu when Win key released

17 Nov 2017, 09:00

I have a script:

Code: Select all

*RCtrl::RWin ; Because it is more convinient on my laptop
#t::Run notepad.exe ; Win-t opens notepad
The hotkey RWin+t opens notepad.exe, but when I release the RWin key, the Start menu opens. However, if I press LWin+t, the Start menu doesn't open. Please, help me rewrite the script in a way that RWin+t wouldn't open the Start menu.
User avatar
Micromegas
Posts: 260
Joined: 28 Apr 2015, 23:02
Location: Germany

Re: Hotkey with Win modifier opens the Start menu when Win key released

23 Nov 2017, 05:07

Try

Code: Select all

>^t::Run notepad.exe ; Right-Control-t opens notepad

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Google [Bot], Holarctic, jameswrightesq, Lem2001 and 408 guests