Run paint with only letters

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Wazowski
Posts: 72
Joined: 16 Jun 2015, 21:04

Run paint with only letters

07 Jul 2019, 19:14

Hello,

I want to run paint with just pressing ppp 3 times any idea?

Since already very grateful
wolf_II
Posts: 2688
Joined: 08 Feb 2015, 20:55

Re: Run paint with only letters

07 Jul 2019, 19:43

Try this:

Code: Select all

:*:ppp::
    Run, mspaint.exe
return
I hope that helps.
Wazowski
Posts: 72
Joined: 16 Jun 2015, 21:04

Re: Run paint with only letters

07 Jul 2019, 19:51

Great friend of mine, of course you helped me a lot I was already using the code but I had to press enter to run the paint, but thanks to your help you do not have to press enter anymore

Code: Select all

::ppp::
Run C:\Windows\System32\mspaint.exe
return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: macromint, peter_ahk, Spawnova, wineguy and 276 guests