일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- if
- DetectHiddenWindows
- SetTitleMatchMode
- ControlGetText
- 함수
- 식
- EnvAdd
- EnvSet
- IfInString
- ControlSend
- Threads
- SetMouseDelay
- 배열
- autohotkey
- Blocks
- MouseClick
- SetKeyDelay
- Menu
- SetEnv
- API
- StringGetPos
- Var:=식
- EnvSub
- SetControlDelay
- if(식)
- IF (식)
- IfWinExist
- EnvDiv
- 식의 설명
- EnvMult
- Today
- Total
목록AUTOHOTKEY (437)
ㄴrㅎnㅂrㄹrㄱi
흠 순서가 조금 바뀌었는데.. 오토핫키에 대한 소개를 조금은 진지하게 해야 할꺼 같군요 이글은 hackbrain 님이 작성한 글로 정말 귀중한 정보를 담고 있습니다. 꼭 읽어 봐야 할 내용이므로 오토핫키를 공부하시는 분들은 좋은 식견이 될것입니다. (http://cafe.naver.com/autohotkey/1579) 이 글을 어디에 올려야 될 지 한참을 망설였는데, 처음 오토핫키를 접하는 사람들이 자연스레 궁금증을 가질 수 있는 부분인것 같아 FAQ 게시판에 올립니다. 아무래도 저는 오토핫키를 더 좋아하고 이곳은 오토핫키 까페이니 글이 편향적으로 흐르는 것은 어쩔 수 없겠지요. 물론 오토잇도 좋은 스크립트 언어이기 때문에 평가 절하 할 의도로 쓰는것은 아니며 단지 오토핫키와의 비교를 위해 대비적으로 그..
이전 강좌에서는 메세지를 출력하고 그것을 활용하는 간단한 부분에 대해서 살펴 보았습니다. 오늘은 조건문, 반복문 등등에 뼈대 부분을 공부해볼까 합니다. 사실 명령어나 함수들은 레퍼런스를 통해서 얼마든지 따로 공부할 수 있는 부분이라 아직 응용은 안되더라도 기본 골자를 우선으로 하겠습니다. 1. 루프 (반복문) Loop 오토핫키에서는 다수의 방식을 제공하고 있습니다. 고급언어 (C,C++,Delphi, Java) 들도 반복문을 제공하지만 오토핫키의 loop 처럼 사용할려면 복잡한 코딩을 거쳐야만 가능합니다. 예를 들어서 for 문을 보면 for (i = 0; i < 10; i++){ ... } 과 같은 몇번 반복해라 이구문도 오토핫키에서는 Loop, 3 으로 끝나게 됩니다. 또 다른 예를 들면 해당 폴더의..
처음 핫키를 접하시는 분들 위주로 초반 강좌를 시작합니다. 최대한 비쥬얼 하게 진행하도록 하겠지만 매회 강좌를 완전히 본인 것으로 만드는 것이 가장 중요합니다. 1. 처음 언어를 배울때 배우는 Hello 출력 소스 같은 핫키 소스 /* -------------------------------------------------------------------------------------------------------- 메세지 다이얼로그를 표시한다.다양한 버튼을 표시하거나 타임 아웃을 지정하는 일도 가능. MsgBox, Text ; MsgBox [, Options, Title, Text, Timeout] ※ 이 예제의 연관된 링크 : http://www.autohotkey.com/docs/commands..
X-GUI 제목에서도 뭔가 있을 듯하네요 ^^ 다운로드 관련소스 #NoTrayIcon DetectHiddenWindows On SetBatchLines -1 ScriptName = X-Gui win1Width := 250 winstep := 100 Gui1XPos := 505 CustomColor = 0000FF SliderStatus = 0 ; ##### Left Slider ########################################################## Gui, 1:Margin, 0, 0 Gui, 1:Color, %CustomColor% Gui, 1:Add, Picture, vGuiFade gGuiFade x8 ym+120 w20 h20, %A_ScriptDir%\images..
As I posted on another thread, I have always wanted to write code to automaticlly encode and decode Lewis Carroll's Cipher. I finally finished it and thought I would share. (I didn't check to see if it was already done, it would have burst my bubble.... ) I took the ideas/suggestions from some other threads to enable the user to change the limits (what characters are legal) and wrote 4 options i..
Only for AutoIt v2 (.aut) scripts: Allows a comment to appear on the same line as a command. #AllowSameLineComments Specifying this directive at the top of any AutoIt v2 (.aut) script will enable the use of same-line comments, which are normally disabled for compatibility reasons. If not used at the top of the script, same-line comments are not supported above the point where the directive occur..
Creating a Keyboard Macro or Mouse Macro A macro is a series of scripted actions that is "played" upon demand. The most common activity of a macro is to send simulated keystrokes and mouse clicks to one or more windows. Such windows respond to each keystroke and mouse click as though you had performed it manually, which allows repetitive tasks to be automated with high speed and reliability. Alt..
Click mouse button의 클릭/밀기 인하/인상등의 조작을 발생시킨다 Click[, Button, up/down, x, y, count, rel] Parameters 인수명 설명 Button 어느 버튼을 조작할까 LEFT 왼쪽 버튼(디폴트) RIGHT 오른쪽 버튼 MIDDLE 중앙 버튼(휠) WheelUp 휠을 상 회전(Windows2000/XP전용) WheelDown 휠을 하 회전(Windows2000/XP전용) X1 확장 버튼(Windows2000/XP전용) X2 확장 버튼(Windows2000/XP전용) 「L」 「R」 「M」 「WU」 「WD」라고 하는 생략형에서도 지정 가능. up/down 「Down」(이)나 「D」(을)를 지정하면, 버튼을 눌러 내려 만 해 떼어 놓지 않는다. 「Up」(이..