-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAutoHotKey.ahk
More file actions
99 lines (85 loc) · 3.01 KB
/
AutoHotKey.ahk
File metadata and controls
99 lines (85 loc) · 3.01 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
#SingleInstance force
#InstallKeybdHook
#Persistent
;#HotkeyInterval,100
#MaxHotkeysPerInterval 10000
#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.
SetKeyDelay, ?1
SetTitleMatchMode, 2 ; Makes matching the titles easier
Process, Priority, , H
;; ¿¡·¯¸Þ½ÃÁö ¹«½Ã ¿É¼Ç
;; µð¹ö±ëÀÏ °æ¿ì¿¡´Â true·Î ¼±¾ðÇØ¼ »ç¿ë
ComObjError(false)
;lib
#include .\lib\Explorer.ahk
; common
#include .\common\variables.ahk
#include .\common\functions.ahk
; Util
#include .\common\util_vars.ahk
#include .\common\Absolutely_Kor_Eng.ahk
#include .\common\Accelerated Scrolling 1.3.ahk
#include .\common\Hotstring.ahk
; HotString
#include .\hotstring\dynamic_hotstring.ahk
#include .\hotstring\hotstring_function.ahk
#include .\hotstring\english_hotstring.ahk
#include .\hotstring\english_dictionary.ahk
#include .\hotstring\korean_hotstring.ahk
#include .\hotstring\symbol_hotstring.ahk
#include .\hotstring\auto_correct.ahk
#include .\hotstring\eng_to_kor.ahk
; Change Key
#Include .\change_key\shift_key.ahk
#Include .\change_key\control_key.ahk
#include .\change_key\capslock_key.ahk
#include .\change_key\alternate_mode.ahk
#include .\change_key\window_key.ahk
#include .\change_key\alt_key.ahk
#include .\change_key\mouse_button.ahk
#include .\change_key\hanja_key.ahk
#include .\change_key\AppsKeys.ahk
#include .\change_key\function_key.ahk
; For Applications
#include .\application\visual_studio.ahk
#include .\application\visual_basic.ahk
#include .\application\sublime_text.ahk
#include .\application\eclipse.ahk
#include .\application\android_studio.ahk
#include .\application\staruml.ahk
#include .\application\toad.ahk
#include .\application\pgAdmin3.ahk
#include .\application\final fantasy.ahk
#include .\application\xshell.ahk
#include .\application\excel.ahk
#include .\application\explorer.ahk
#include .\application\adt.ahk
#include .\application\notepad++.ahk
#include .\application\evernote.ahk
#include .\application\chrome.ahk
#include .\application\power_point.ahk
#include .\application\word.ahk
#include .\application\firefox.ahk
#include .\application\foxitReader.ahk
#include .\application\internet_explorer.ahk
#include .\application\ahk_studio.ahk
#include .\application\hwpapp.ahk
#include .\application\mono_develop.ahk
#include .\application\haroopad.ahk
#include .\application\visual_studio_code.ahk
#include .\application\pycharm.ahk
#include .\application\typora.ahk
;#include .\application\xmind.ahk
#include .\application\boostnote.ahk
#include .\application\cmd.ahk
#include .\application\conemu.ahk
#include .\application\atom.ahk
#include .\application\webstorm.ahk
#include .\application\intellij.ahk
#include .\application\temp.ahk
;Shared Script
; make the scroll lock key (ScrLk) toggle all hotkeys.
$ScrollLock::Suspend