티스토리 뷰

IT

Current auto hot key script

Last72 2020. 9. 30. 08:04
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

; Select All
F1::
Send, ^a
return

; Copy All
F5::
Send, ^a
Send, ^c
return

; All Paste
F6::
Send, ^a
Send, ^v
return

; Copy
F3::
Send, ^c
return

; Paste
F4::
Send, ^v
return

; Ctrl + Tab
`::
Send, ^{Tab}
return

Well I do lot of copy and paste

'IT' 카테고리의 다른 글

My new laptop  (0) 2020.10.01
MS Certificate  (0) 2020.09.30
New laptop  (0) 2020.09.16
Headsets  (0) 2020.09.15
Moving to catch mobile  (0) 2020.09.15
댓글
Announcement
Recent Posts
Recent Comments
Total
Today
Yesterday
Link
TAG
more
«   2024/05   »
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 31
Search by month