OLD | NEW |
(Empty) | |
| 1 #AllowSameLineComments |
| 2 #ClipboardTimeout |
| 3 #CommentFlag |
| 4 #ErrorStdOut |
| 5 #EscapeChar |
| 6 #HotkeyInterval |
| 7 #HotkeyModifierTimeout |
| 8 #Hotstring |
| 9 #IfWinActive |
| 10 #IfWinExist |
| 11 #IfWinNotActive |
| 12 #IfWinNotExist |
| 13 #Include |
| 14 #IncludeAgain |
| 15 #InstallKeybdHook |
| 16 #InstallMouseHook |
| 17 #KeyHistory |
| 18 #LTrim |
| 19 #MaxHotkeysPerInterval |
| 20 #MaxMem |
| 21 #MaxThreads |
| 22 #MaxThreadsBuffer |
| 23 #MaxThreadsPerHotkey |
| 24 #NoEnv |
| 25 #NoTrayIcon |
| 26 #Persistent |
| 27 #SingleInstance |
| 28 #UseHook |
| 29 #WinActivateForce |
| 30 |
| 31 ---------------------------------------------------- |
| 32 |
| 33 [ |
| 34 ["important", "#AllowSameLineComments"], |
| 35 ["important", "#ClipboardTimeout"], |
| 36 ["important", "#CommentFlag"], |
| 37 ["important", "#ErrorStdOut"], |
| 38 ["important", "#EscapeChar"], |
| 39 ["important", "#HotkeyInterval"], |
| 40 ["important", "#HotkeyModifierTimeout"], |
| 41 ["important", "#Hotstring"], |
| 42 ["important", "#IfWinActive"], |
| 43 ["important", "#IfWinExist"], |
| 44 ["important", "#IfWinNotActive"], |
| 45 ["important", "#IfWinNotExist"], |
| 46 ["important", "#Include"], |
| 47 ["important", "#IncludeAgain"], |
| 48 ["important", "#InstallKeybdHook"], |
| 49 ["important", "#InstallMouseHook"], |
| 50 ["important", "#KeyHistory"], |
| 51 ["important", "#LTrim"], |
| 52 ["important", "#MaxHotkeysPerInterval"], |
| 53 ["important", "#MaxMem"], |
| 54 ["important", "#MaxThreads"], |
| 55 ["important", "#MaxThreadsBuffer"], |
| 56 ["important", "#MaxThreadsPerHotkey"], |
| 57 ["important", "#NoEnv"], |
| 58 ["important", "#NoTrayIcon"], |
| 59 ["important", "#Persistent"], |
| 60 ["important", "#SingleInstance"], |
| 61 ["important", "#UseHook"], |
| 62 ["important", "#WinActivateForce"] |
| 63 ] |
| 64 |
| 65 ---------------------------------------------------- |
| 66 |
| 67 Checks for all important keywords. |
OLD | NEW |