Skip to content

AutoHotKey의 모든것

디케 2009.12.14 09:59 조회 수 : 28620

AutoHotKey란?




[프로그램 다운로드] -  http://www.autohotkey.com/download/       

Version 1.0.48.05 -- September 25, 2009 (see changelog)

AutoHotkey Installer (1.95 MB): It is not necessary to uninstall your old version first. If you prefer not to run the installer, download this zip file instead.

Source Code (C++) (1.03 MB, self-extracting RAR)

SmartGUI Creator 4.0 (273 KB): A visual layout tool that automatically generates GUI scripts. For Windows 9x, get this version instead.

SciTE4AutoHotkeyA free editor for AutoHotkey scripts that offers syntax highlighting, AutoComplete, IntelliSense, code folding, and other features.

Other DownloadsContains AutoHotkey.dllAutoCorrect, other source code, miscellaneous utilities, and older versions.



[기능 상세설명] - http://www.autohotkey.pe.kr/home.php

[ 사용법  설명 ] - http://www.autohotkey.pe.kr/tutorial.php



내가 필요로 하는 기능

 - 여러분의 시스템을 감시할 수 있다. (예를 들면 원하지 않았던 윈도우가 나타날때 그 윈도우를 닫을 수 있다.)

 질의응답)

   질문 : 특정 윈도우에 클릭을 해주게 할수 있나요?

   답변 : ControlClick 명령어로 비활성화/ 최소화/ 숨겨져 있는 윈도우에 클릭을 할 수 있습니다. 


 

;아래의 스크립트를 실행시켜 보세요. 
;Ctrl - 1 을 누르면 작은 테스트창이 뜹니다. 이 창을 최소화/비활성화 시키신 후 
;Ctrl - 2 나 Ctrl - 3 을 누르면 테스트창에 있는 버튼을 클릭해서 창을 닫습니다. 


^1:: 
Gui, Add, Button,w180 h80 x10 y10,Exit 
Gui, Show ,w200 h100,TestWindow 
return 

ButtonExit: 
Gui, Destroy 
return 

^2:: 
ControlClick,Button1,TestWindow,,Left,1 
return 

^3:: 
ControlClick,x90 y40,TestWindow,,Left,1 
return










http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소