ahk2 code
·
🧩 Code
전역설정#Requires AutoHotkey v2.0#SingleInstance ForceCoordMode "Mouse", "Screen"SendMode "Input" ; 더 빠른 Send 모드를 선택합니다.Keyboard text:*:ds]:: 안녕하세요 :*:rt]:: 감사합니다ws := "2503 1313" ; Variables click wsN := Random(2222, 3333)sleep NSend "{LWin Down} {1} {lwin up}"Send "#z" ^t::SendInput "{LButton}" . FormatTime(,"HH:mm:ss") ; 커서 클릭 시간Send A_YYYY "년 " a_mm "월 " A_dd "일 "^t:: ; time{ Send A_YYYY..