AHK_Scripts


확장자(filename_extension) .ahk


# Win
^ Ctrl
! Alt

^!d:: ; Ctrl+Alt+d
}

2017-08-15

^!i::
Send, [[ISBN()]] (){Left}{Left}{Left}{Left}{Left}{Left}
return

#n::
Run Notepad
return

;*Capslock::Ctrl
					
Capslock::
Send,^{Tab}
;Send,^{PgDn}
Return	

Capslock & w::
send ^w
return

Capslock & t::
send ^t
return

Capslock & r::
send ^r	
return

CapsLock & n::
Send ^n
Return

Capslock & LButton::
Send ^{Click}
Return

;+Capslock::Capslock

ScrollLock::Capslock
					

2019-05-01

#IfWinActive ahk_exe firefox.exe
`::
Send,^{Tab}
;Send,^{PgDn}
Return	

;#IfWinActive ahk_exe chrome.exe
;`::
;Send,^{Tab}
;Return

#IfWinActive ahk_exe anki.exe
`::
send, ^{Delete}
Return