Problem remapping keys

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

Problem remapping keys

24 Apr 2018, 04:13

I am trying to remmap ctrl+win to shift+alt (shift+alt is my combination for changing keyboard language). I tried this but it doesn't work:

Code: Select all

^LWin::!Shift
jekko1976
Posts: 97
Joined: 10 Oct 2014, 07:03

Re: Problem remapping keys

24 Apr 2018, 08:03

^LWin::
Send, +{LAlt}
return

not tested
Stark78
Posts: 61
Joined: 03 Oct 2013, 03:17

Re: Problem remapping keys

24 Apr 2018, 09:33

jekko1976 wrote:^LWin::
Send, +{LAlt}
return

not tested
Tested it, but it didn't work.
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: Problem remapping keys

24 Apr 2018, 09:48

^LWin::
SendInput, {Alt down} {Shift down} {Alt up} {Shift up}
return

^LWin::
Send, !{Shift}
return

Also not tested
Qysh
Posts: 143
Joined: 24 Apr 2018, 09:16

Re: Problem remapping keys

24 Apr 2018, 09:48

^LWin::
SendInput, {Alt down} {Shift down} {Alt up} {Shift up}
return

^LWin::
Send, !{Shift}
return

Also not tested
Stark78
Posts: 61
Joined: 03 Oct 2013, 03:17

Re: Problem remapping keys

24 Apr 2018, 11:12

Qysh wrote:^LWin::
SendInput, {Alt down} {Shift down} {Alt up} {Shift up}
return

^LWin::
Send, !{Shift}
return

Also not tested
Tested both, but neither of them worked.

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: No registered users and 250 guests