본문 바로가기

Learning/.programming

[오토핫키 AutoHotKey] 설치 & Script 파일 만들기

728x90

오토핫키 방향키 다시 설정하기 프로젝트 중 첫번째 단계

AutoHotkey, SciTE4AutoHotKey 프로그램 설치 방법에 대한 가이드이다.

▶ 상위 포스팅 : 오토핫키 방향키 리맵핑하기

 


1.  AutoHotKey 설치하기 

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 클릭

 

 

 

3) Download Current Version 클릭하여 최신 버전 다운받기

 

 

 

4) exe 파일 실행

 - 기본 옵션인 Express Installation 으로 프로그램 설치하기

 

 

 


2. SciTE4AutoHotKey 설치하기

SciTE4AutoHotKey는 AutoHotKey 스크립트를 편집할 수 있는 툴이다.

반드시 이 프로그램을 고집할 필요는 없지만, 나는 남들이 사용하는 데에는 다 이유가 있는 법이라는 생각으로 설치해주었다 ㅎㅎ

 

 

1) 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. Some older downloads are available in the archives. What is it

www.autohotkey.com

 

 

2) Installer 클릭하여 설치 파일 다운로드 및 실행

 

 

 


3. AutoHotKey Script 파일 만들기

프로그램 설치를 다 했다면, 본격적인 Script를 작성하기에 앞서 먼저 새 Script 파일부터 만들어보자.

 

 

1) 원하는 폴더에서 마우스 우클릭 > 새로 만들기 > AutoHotKey Script 클릭

 

 

 

2) 새로 만들어진 Script에서 마우스 우클릭 > 연결 프로그램 > SciTE4AutoHotkey 클릭으로 편집기 열기

 

 

 

3) 아래와 같이 기본 코드가 적혀있을텐데 과감히 싹 날려주자.

 

 

 


이제 준비 끝! 본격적으로 스크립트를 짜보자~

 

[오토핫키 AutoHotKey] 방향키 리맵핑 스크립트

오토핫키 방향키 다시 설정하기 프로젝트 중 두번째 단계 - AutoHotKey Script 작성하기! ▶ 상위 포스팅 ↓ [오토핫키 AutoHotKey] 방향키 리맵핑하기 (Alt, CapsLock) 요즘 컴퓨터 할 일이 많아서 그런가 오

blumay.tistory.com

 

 오토핫키 AutoHotKey 방향키 리맵핑

1) 오토핫키 설치하기 & Script 파일 만들기
2) 방향키 리맵핑 Script 작성하기 (Alt + 영문키 / CapsLock + 영문키
3) 컴퓨터 부팅 시 오토핫키 자동 실행 설정하기

 

300x250