-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
99 lines (94 loc) · 2.6 KB
/
config.yml
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
name: KeyboardOfMacros
keyboards:
numpad_apps:
path: /dev/input/by-id/usb-04d9_1203-event-kbd
dir: ./numpad_apps
root: index.ahk
hotkeys:
# NUM0 is used as shift key to launc app
NUM6: Explorer
NUM0NUM6: ExplorerLaunch
$NUM_+$: Firefox
NUM0$NUM_+$: FirefoxLaunch
$NUM_-$: VSCode
NUM0$NUM_-$: VSCodeLaunch
#NUM3: Word
#NUM0NUM3: WordLaunch
NUM3: Teams
NUM2: Powerpoint
NUM0NUM2: PowerpointLaunch
NUM1: Excel
NUM0NUM1: ExcelLaunch
NUM5: Terminal
NUM0NUM5: TerminalLaunch
NUM9: Discord
NUM0NUM9: DiscordLaunch
NUM8: Premiere
NUM0NUM8: PremiereLaunch
$BACKSPACE$: Slack
NUM0$BACKSPACE$: Slack
NUM7: Teams
$NUM_/$: TestIfRunning
logitech_g810:
path: /dev/input/by-id/usb-Logitech_Gaming_Keyboard_G810_166A37573236-event-kbd
dir: ./logitech_g810
root: index.ahk
hotkeys:
+$ESC$: TerminatePremiere
$ESC$: TerminateGCClient
^+$ESC$: RestartPremiere
Q: DrapCopyEffects
M: GoToMasterEffects
W: AutoResize
E: GraphicsCenterAlign
R: EffectCameraBlur
O: OpenCurrentProjectFolderEditing
^O: OpenCurrentProjectFolderProgramming
+O: OpenCurrentProjectEditingApp
^N: GenerateNewPremiereProject
A: RemoveUnusedMergedTracks
G: GetGraphicsTemplate
B: TransitionDipToBlack
U: EffectUltraKey
K: EffectColorKey
T: TemplateOpenSans
F: EffectHorizontalFlip
I: InsertAndAutoResize
Y: OpenInAudition
N: EffectCrop
S: CaptureAndSave
V: BinChangeView
$#$: InstantVFXScale # Should be \ (backslash)
Z: InstantVFXAnchorPoint
X: InstantVFXAnchorPointVert
C: InstantVFXOpacity
H: EssentialAudioPresetBlueYeti
J: AudioTransitionExponetialFade
",": AudioTransitionConstantPower
# Instant VFX
$LEFT$: InstantVFXPosition
$RIGHT$: InstantVFXPosition
$UP$: InstantVFXPositionVert
$DOWN$: InstantVFXPositionVert
F1: GotoHomework
+F1G: GotoHomeworkGerman
F2: GotoYTAssets
F3: GotoYTCoreAssets
^!+S: SSHPi
^!+T: TestIfRunning
^E: AutoExportAudacityAudio
1: Trigger1 # Heading 1
2: Trigger2 # Heading 2
3: Trigger3 # Heading 3
4: Trigger4 # Heading 4
5: Trigger5 # Word Title
L: TriggerL # Line spacing OR CurveMarkLumetri
P: TriggerP # Set Printer Settings
D: TriggerD # Open last Firefox donwload
addresses:
detector: 192.168.0.100
server:
ipv4: 192.168.0.50
port: 8181
perms:
ssh: true