gui, add, checkbox, va1v ga1g, hot1
gui, show, autosize, hot1test
return
a1g:
Gui, Submit, NoHide
if a1v = 1
hotkey, 1, on
else
hotkey, 1, off
return
#IfWinActive ahk_class Notepad
1::
Gui, Submit, NoHide
controlsend,,1, test2.txt - 메모장
retrun
#IfWinActive
메모장은 test1.txt와 test2.txt 파일 두개 창이 열려 있는 상태입니다.
활성화 된 창은 test1.txt에서 핫키 1을 눌르면 test2.txt에 비활성으로 1이 써지는 방식입니다.
여기서 핫키 1을 온/오프 할 수 있는 기능을 만들 수 있을까요..?ㅠ;;;
전에 썼던 질문을 잘못 해가지고.. 죄송합니다..ㅠ