Why i am unable to remap Ctrl+Win keys?

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Stark78
Posts: 61
Joined: 03 Oct 2013, 03:17

Why i am unable to remap Ctrl+Win keys?

27 Apr 2018, 10:05

Is there any reason why ctrl+win key remapping doesn't work? I tried this but it is not working:

Code: Select all

^lwin::MsgBox
Stark78
Posts: 61
Joined: 03 Oct 2013, 03:17

Re: Why i am unable to remap Ctrl+Win keys?

27 Apr 2018, 13:53

donovv wrote:it works for me
What OS are you using? I am with Windows 7 x64, and autohotkey version 1.1.28.02 (x64).
donovv
Posts: 108
Joined: 15 Apr 2017, 21:06

Re: Why i am unable to remap Ctrl+Win keys?

27 Apr 2018, 14:58

i tested on my work computer its windows 7 x86 with what ever the newest version of ahk is out
gregster
Posts: 9111
Joined: 30 Sep 2013, 06:48

Re: Why i am unable to remap Ctrl+Win keys?

27 Apr 2018, 16:07

Works for me on Win 10 with AHK 1.1.28.02 (newest version) - both 64 bit.
Is this your complete script?
Do you have other scripts running in parallel that might intervene?
Stark78
Posts: 61
Joined: 03 Oct 2013, 03:17

Re: Why i am unable to remap Ctrl+Win keys?

28 Apr 2018, 02:08

It had a conflict with another script. Now it is working after disabling the other script, but i tried to implement the ctrl+win combination in a script which it doesn't work:

Code: Select all

^lwin::send, {shift down}{alt down}
^lwin up::send, {shift up}{alt up}

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Descolada, oktavimark, Rohwedder and 243 guests