본문 바로가기

AutoHotKey

[AutoHotKey] 오토핫키 설치하기(오토핫키, 개발툴)

오토핫키를 설치하기 위해서는 아래와 같은 순서로 진행한다.

1. 오토핫키 홈페이지 접속.

2. Download AutoHotKey Installer 클릭.

3. 다운받은 오토핫키 설치.

4. 오토핫키 개발툴 설치.

 

1. 오토핫키 홈페이지 접속

https://www.autohotkey.com/

 

AutoHotkey

AutoHotkey provides a simple, flexible syntax allowing you to focus more on the task at hand rather than every single little technicality. It supports not only the popular imperative-procedural paradigm, but also object-oriented and command-based programmi

www.autohotkey.com

2. Download Current Version 클릭

Download Current Version 클릭하여 셋업파일 다운로드.

오토핫키 셋업 파일(AutoHotkey_1.1.33.10_setup.exe)이 다운로드 된다.

3. 다운받은 오토핫키 설치

오토핫키 셋업 파일(AutoHotkey_1.1.33.10_setup.exe)을 실행시키고 

Express Installation을 선택하면 자동으로 설치된다.

사용자 지정을 통해 버전, 설치폴더, 옵션 등을 지정하려면 Custom Installation을 선택한다.

설치완료.

4. 오토핫키 개발툴(편집기) 설치

오토핫키만 설치한다고 끝나는게 아니다.

JAVA를 설치하고 cmd창에서 쓸수 있지만 이클립스를 설치하듯.

오토핫키 개발툴(편집기)를 설치해줘야한다.

많은 사람들이 SciTE4AutoHotkey를 사용하므로, 이것을 다운받도록 하자.

https://www.autohotkey.com/scite4ahk/

 

SciTE4AutoHotkey

Downloads --> Installer - this program will install SciTE4AutoHotkey automatically. Other Downloads --> Portable .ZIP - designed for USB sticks. Extract this archive to your portable AutoHotkey folder. --> SciLexer.dll with AutoHotkey support - useful if y

www.autohotkey.com

SciTE4AutoHotkey 페이지에서 Installer를 클릭해서 다운받는다.

SciTE4AHK300601_Install.exe를 실행하여 개발툴을 설치한다.

디폴트 경로에 설치했다면,

C:\Program Files\AutoHotkey\SciTE 경로에서

SciTE.exe 파일 실행으로 개발툴을 실행할 수 있다.