Page 1 of 1

I can't figure out how to combine those two scripts

Posted: 20 Mar 2017, 05:21
by MarkSilva
Run, notepad kk.txt
Winset, Alwaysontop, , A

first one is to open notepad named kk , second is to set a window always on top but my problem is

I want one key to open the kk notepad, and also set it alwaysontop at same time, i would really really appreciate if someone knows how shares with me!

Thanks

Re: I can't figure out how to combine those two scripts

Posted: 20 Mar 2017, 08:21
by boiler

Code: Select all

F5:: ; change to your desired hotkey
Run, notepad kk.txt
WinWait, kk.txt - Notepad
WinSet, AlwaysOnTop, , kk.txt - Notepad
return