AHK_Scripts

Difference between r1.2 and the current

@@ -1,3 +1,21 @@
#noindex
[[AutoHotkey]]
{
Version 2 공식 문서
https://www.autohotkey.com/docs/v2/
확장자(filename_extension) `.ahk`
{{{
# Win
^ Ctrl
! Alt
^!d:: ; Ctrl+Alt+d
}}}
}
= [[Date(2017-08-15T12:05:38)]] =
{{{^!i::
Send, [[ISBN()]] (){Left}{Left}{Left}{Left}{Left}{Left}
@@ -56,5 +74,4 @@
send, ^{Delete}
Return
}}}




확장자(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