ahkscript / awesome-AutoHotkey

A curated list of awesome AutoHotkey libraries, library distributions, scripts, tools and resources.
2.56k stars 263 forks source link

Can't create a new script #151

Closed pikachu292 closed 6 years ago

pikachu292 commented 6 years ago

I was following the beginner tutorial and got to the part where you make a script. But when I right click and mouse over new the "AutoHotkey Script" isn't there.

pikachu292 commented 6 years ago

Nvm got it to work somehow

hi5 commented 6 years ago

You can just create a script in Notepad and save it as script.ahk (don't forget to type the .ahk extension, and to make sure it is not saves as script.ahk.txt by mistake)

To help you write scripts there are several editors that will make it a lot easier, you can find them here https://autohotkey.com/boards/viewforum.php?f=60 - AHK Studio and SciTE4AutoHotkey are very suitable as they show tips while you write your code to assist you.