WIN key remap

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
sleepy_weather
Posts: 2
Joined: 12 Dec 2024, 11:56

WIN key remap

Post by sleepy_weather » 12 Dec 2024, 14:41

Good day to all!

Please help me solve the problem.

I reassigned the LWIN key to RSHIFT. I want to assign text filling to it. In general, the script works, but - if the L key is present in the text - WIN+L combination is activated.

How can I avoid this??? The {Blind} function does not help

Code: Select all

LWin::RShift

#HotIf GetKeyState("RShift")
*w::send "{Blind+}slowly.up@gmail.com"
#HotIf

User avatar
mikeyww
Posts: 29718
Joined: 09 Sep 2014, 18:38

Re: WIN key remap

Post by mikeyww » 12 Dec 2024, 15:12

Welcome to this AutoHotkey forum!

This may help: viewtopic.php?t=93907#p416139

sleepy_weather
Posts: 2
Joined: 12 Dec 2024, 11:56

Re: WIN key remap

Post by sleepy_weather » 13 Dec 2024, 06:48

Thank you!
I have already read about this combination - I thought that I lacked knowledge and there was some way to get around it.

I do not want to edit the system registry so as not to break compatibility.

I will simply add the + key to the combination - in this case, WinL will not be triggered.

Post Reply

Return to “Ask for Help (v2)”