Saturday, June 24, 2017

Hotkey with simple colon ":" autohotkey




Why my script isn't working ?



<^>!:::
{
MsgBox You pressed AltGr+:
Return
}

Answer



What kind of keyboard layout do you use? If I want to get to :, I have to use Shift+;.




I can't use RAlt on my PC, but this works for me with the LAlt key:



!+`;:: ; Use + to shift the [;] key into [:] and use a back-tick [`] to literally interpret the next character.
{
MsgBox You pressed [LAlt]+[:]
Return
}

No comments:

Post a Comment

hard drive - Leaving bad sectors in unformatted partition?

Laptop was acting really weird, and copy and seek times were really slow, so I decided to scan the hard drive surface. I have a couple hundr...