차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
tech:autohotkey [2020/07/04 18:27] – 만듦 203.234.103.187tech:autohotkey [2021/09/26 09:40] (현재) 172.70.188.45
줄 1: 줄 1:
 {{tag>autohotkey}} {{tag>autohotkey}}
-====== Autohotkey ======+====== AutoHotKey ====== 
 +{{https://www.autohotkey.com/static/ahk_logo_no_text.svg}}
  
  
 +https://www.autohotkey.com/
  
 +
 +
 +[[https://hannamedia.tistory.com/category/%E2%98%85%EC%98%A4%ED%86%A0%ED%95%AB%ED%82%A4%E2%98%85/%EC%98%A4%ED%86%A0%ED%95%AB%ED%82%A4%EA%B8%B0%EC%B4%88%EA%B0%95%EC%A2%8C|기초강좌]]
 /* 여기에 내용을 입력합니다. */ /* 여기에 내용을 입력합니다. */
 +
 +
 +[[http://autohotkeykr.sourceforge.net/docs/scripts/|오토핫키 스트립트예제]]
 +
 +[[https://autohotkey.com/board/topic/10249-eve-online-script/|]]
  
  
 https://eve-search.com/thread/1559963-0 https://eve-search.com/thread/1559963-0
 +
 +
 +=====Hotkey=====
 +  # 윈도우키
 +  ! ALT
 +  ^ ctrl
 +  + shift
 +  
 +  [[https://www.autohotkey.com/docs/Hotkeys.htm|참조]]