-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.ahk
More file actions
32 lines (27 loc) · 782 Bytes
/
Config.ahk
File metadata and controls
32 lines (27 loc) · 782 Bytes
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
; ##################################################################
; Here you can set your keys for anything that the script listens to
; ##################################################################
; Title of PR window. Do not add any of the "pid: xyz"
PRWIN_TITLE := "PRBF2 (1.5.3153-802.0"
; Stance keys
CROUCH_KEY := "C"
CROUCH_KEY_INGAME := "RWin"
PRONE_KEY := "Y"
JUMP_KEY := "Space"
;This should stay as LShift other keys might not work
SPRINT_KEY := "LShift"
; Chat keys
SQUAD_CHAT_KEY := "L"
TEAM_CHAT_KEY := "K"
ALL_CHAT_KEY := "J"
CONSOLE_KEY := "^"
; Vehicle keys
ENTER_KEY := "E"
POS1_KEY := "F1"
POS2_KEY := "F2"
POS3_KEY := "F3"
POS4_KEY := "F4"
POS5_KEY := "F5"
POS6_KEY := "F6"
POS7_KEY := "F7"
POS8_KEY := "F8"