-
Notifications
You must be signed in to change notification settings - Fork 0
/
macros.ahk
55 lines (42 loc) · 839 Bytes
/
macros.ahk
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
#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.
#Include wheel.ahk
#Include book.ahk
#Include cs.ahk
^+!#A::
PlayCounterStrike()
return
^+!#B::
SpinTheWheel()
return
^+!#C::
RandomBook()
return
^+!#D::
Send, D
return
^+!#E::
Send, E
return
^+!#F::
Send, F
return
^+!#G::
Send, G
return
^+!#H::
Send, H
return
^+!#I::
Run, "C:/Program Files/DisplayFusion/DisplayFusionCommand.exe" -monitorloadprofile Both
return
^+!#J::
Run, "C:/Program Files/DisplayFusion/DisplayFusionCommand.exe" -monitorloadprofile Right
return
^+!#K::
return
^+!#L::
Send, L
return