forked from RMC-14/RMC-14
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeybinds.yml
623 lines (620 loc) · 11 KB
/
keybinds.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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
version: 1 # Not used right now, whatever.
binds:
- function: UIClick
type: State
key: MouseLeft
canFocus: true
- function: UIRightClick
type: State
key: MouseRight
canFocus: true
priority: 10
- function: CloseModals
type: State
key: Escape
priority: 10
- function: Use
type: State
key: MouseLeft
canFocus: true
- function: UseSecondary
type: State
key: MouseRight
canFocus: true
priority: -1 # UIRightClick & EditorCancelPlace should fire first.
- function: ShowDebugMonitors
type: Toggle
key: F3
- function: HideUI
type: Toggle
mod1: Shift
key: F4
- function: MoveUp
type: State
key: W
- function: MoveLeft
type: State
key: A
- function: MoveRight
type: State
key: D
- function: MoveDown
type: State
key: S
- function: Walk
type: State
key: Shift
# Shuttle
- function: ShuttleStrafeUp
type: State
key: W
- function: ShuttleStrafeLeft
type: State
key: A
- function: ShuttleStrafeRight
type: State
key: D
- function: ShuttleStrafeDown
type: State
key: S
- function: ShuttleRotateLeft
type: State
key: Q
- function: ShuttleRotateRight
type: State
key: E
- function: ShuttleBrake
type: State
key: Space
# Camera
- function: CameraRotateLeft
type: State
key: NumpadNum7
- function: CameraRotateRight
type: State
key: NumpadNum9
- function: CameraReset
type: State
key: NumpadNum8
- function: ZoomOut
type: State
key: NumpadNum4
- function: ZoomIn
type: State
key: NumpadNum6
- function: ResetZoom
type: State
key: NumpadNum5
# Misc
- function: ShowEscapeMenu
type: State
key: F10
- function: ToggleFullscreen
type: State
key: F11
- function: CycleChatChannelForward
type: State
key: Tab
priority: 1 # Before tab complete
- function: CycleChatChannelBackward
type: State
key: Tab
mod1: Control
- function: FocusChatInputWindow
type: State
key: T
- function: FocusLocalChatWindow
type: State
key: Period
- function: FocusEmote
type: State
mod1: Shift
key: Apostrophe
- function: FocusWhisperChatWindow
type: State
key: Comma
- function: FocusRadioWindow
type: State
key: SemiColon
- function: FocusLOOCWindow
type: State
mod1: Shift
key: Num9
- function: FocusOOCWindow
type: State
key: LBracket
- function: FocusAdminChatWindow
type: State
key: RBracket
- function: FocusDeadChatWindow
type: State
key: Backslash
- function: FocusConsoleChatWindow
type: State
key: Slash
- function: EditorLinePlace
type: State
key: MouseLeft
canFocus: true
mod1: Shift
- function: EditorGridPlace
type: State
key: MouseLeft
canFocus: true
mod1: Control
- function: EditorPlaceObject
type: State
key: MouseLeft
canFocus: true
- function: EditorCancelPlace
type: State
key: MouseRight
canFocus: true
- function: EditorRotateObject
type: State
key: MouseMiddle
- function: EditorFlipObject
type: State
key: MouseMiddle
mod1: Control
- function: EditorCopyObject
type: State
key: P
- function: SwapHands
type: State
key: X
- function: MoveStoredItem
type: State
key: MouseLeft
canFocus: true
priority: 10
- function: RotateStoredItem
type: State
key: MouseRight
- function: SaveItemLocation
type: State
key: MouseMiddle
- function: Drop
type: State
key: Q
- function: ActivateItemInHand
type: State
key: Z
- function: AltActivateItemInHand
type: State
key: Z
mod1: Alt
- function: OpenCharacterMenu
type: State
key: C
- function: OpenEmotesMenu
type: State
key: Y
- function: TextCursorSelect
# TextCursorSelect HAS to be above ExamineEntity
# So that LineEdit receives it correctly.
# TODO: Make it so that UI keybinds are somehow prioritized so this ordering stuff isn't necessary.
type: State
key: MouseLeft
mod1: Shift
canFocus: true
- function: ExamineEntity
type: State
key: MouseLeft
canFocus: true
mod1: Shift
- function: ActivateItemInWorld
type: State
key: E
- function: AltActivateItemInWorld
type: State
key: MouseLeft
canFocus: true
mod1: Alt
- function: AltActivateItemInWorld # secondary binding
type: State
key: E
mod1: Alt
- function: ThrowItemInHand
type: State
key: Q
mod1: Control
- function: TryPullObject
type: State
canFocus: true
key: MouseLeft
mod1: Control
- function: MovePulledObject
type: State
key: MouseRight
mod1: Control
- function: ReleasePulledObject
type: State
key: H
- function: OpenCraftingMenu
type: State
key: G
- function: OpenGuidebook
type: State
key: NumpadNum0
- function: OpenAHelp
type: State
key: F1
- function: OpenInventoryMenu
type: State
key: I
- function: SmartEquipBackpack
type: State
key: B
mod1: Shift
- function: SmartEquipBelt
type: State
key: E
mod1: Shift
- function: OpenBackpack
type: State
key: V
- function: OpenBelt
type: State
key: V
mod1: Shift
- function: ShowDebugConsole
type: State
key: Tilde
- function: InspectEntity
type: State
key: v
mod1: Alt
- function: MouseMiddle
type: State
key: MouseMiddle
canFocus: true
- function: RotateObjectClockwise
type: State
key: R
- function: RotateObjectCounterclockwise
type: State
key: R
mod1: Shift
- function: FlipObject
type: State
key: F
- function: TextCursorLeft
type: State
key: Left
canRepeat: true
- function: TextCursorRight
type: State
key: Right
canRepeat: true
- function: TextCursorUp
type: State
key: Up
canRepeat: true
priority: 2
- function: TextCursorDown
type: State
key: Down
canRepeat: true
priority: 2
- function: TextCursorWordLeft
type: State
key: Left
mod1: Control
canRepeat: true
allowSubCombs: true
- function: TextCursorWordRight
type: State
key: Right
mod1: Control
canRepeat: true
allowSubCombs: true
- function: TextCursorBegin
type: State
key: Home
- function: TextCursorEnd
type: State
key: End
canRepeat: true
- function: TextCursorSelectLeft
type: State
key: Left
mod1: Shift
canRepeat: true
allowSubCombs: true
- function: TextCursorSelectRight
type: State
key: Right
mod1: Shift
canRepeat: true
allowSubCombs: true
- function: TextCursorSelectUp
type: State
key: Up
mod1: Shift
canRepeat: true
allowSubCombs: true
- function: TextCursorSelectDown
type: State
key: Down
mod1: Shift
canRepeat: true
allowSubCombs: true
- function: TextCursorSelectWordLeft
type: State
key: Left
mod1: Shift
mod2: Control
canRepeat: true
allowSubCombs: true
- function: TextCursorSelectWordRight
type: State
key: Right
mod1: Shift
mod2: Control
canRepeat: true
allowSubCombs: true
- function: TextCursorSelectBegin
type: State
mod1: Shift
key: Home
allowSubCombs: true
- function: TextCursorSelectEnd
type: State
mod1: Shift
key: End
canRepeat: true
allowSubCombs: true
- function: TextBackspace
type: State
key: BackSpace
canRepeat: true
- function: TextDelete
type: State
key: Delete
canRepeat: true
- function: TextWordBackspace
type: State
key: BackSpace
mod1: Control
canRepeat: true
allowSubCombs: true
- function: TextWordDelete
type: State
key: Delete
mod1: Control
canRepeat: true
allowSubCombs: true
- function: TextNewline
type: State
key: Return
canRepeat: true
- function: TextNewline
type: State
key: NumpadEnter
canRepeat: true
- function: TextSubmit
type: State
key: Return
- function: TextSubmit
type: State
key: NumpadEnter
- function: MultilineTextSubmit
type: State
key: Return
mod1: Control
- function: MultilineTextSubmit
type: State
key: NumpadEnter
mod1: Control
- function: TextSelectAll
type: State
key: A
mod1: Control
allowSubCombs: true
- function: TextCopy
type: State
key: C
mod1: Control
allowSubCombs: true
- function: TextCut
type: State
key: X
mod1: Control
allowSubCombs: true
- function: TextPaste
type: State
key: V
mod1: Control
allowSubCombs: true
- function: TextHistoryPrev
type: State
key: Up
- function: TextHistoryNext
type: State
key: Down
- function: TextCompleteNext
type: State
key: Down
priority: 1
canRepeat: true
- function: TextCompletePrev
type: State
key: Up
priority: 1
canRepeat: true
- function: TextReleaseFocus
type: State
key: Escape
priority: 15
- function: TextScrollToBottom
type: State
key: PageDown
- function: TextTabComplete
type: State
key: Tab
- function: OpenEntitySpawnWindow
type: State
key: F5
- function: OpenTileSpawnWindow
type: State
key: F6
- function: OpenAdminMenu
type: State
key: F7
- function: OpenDecalSpawnWindow
type: State
key: F8
- function: ToggleRoundEndSummaryWindow
type: Toggle
key: F9
- function: OpenSandboxWindow
type: State
key: B
- function: TakeScreenshot
type: State
key: F2
- function: TakeScreenshotNoUI
type: State
key: F2
mod1: Shift
- function: GuiTabNavigateNext
type: State
key: Tab
- function: GuiTabNavigatePrev
type: State
key: Tab
mod1: Shift
- function: EscapeContext
type: State
key: Escape
- function: WindowCloseAll
type: State
key: Escape
mod1: Shift
- function: Point
type: State
key: MouseMiddle
mod1: Shift
- function: ArcadeUp
type: State
key: Up
- function: ArcadeDown
type: State
key: Down
- function: ArcadeLeft
type: State
key: Left
- function: ArcadeRight
type: State
key: Right
- function: Arcade1
type: State
key: Space
- function: Arcade2
type: State
key: C
- function: Arcade3
type: State
key: Z
- function: OpenAbilitiesMenu
type: State
key: K
- function: Hotbar0
type: State
key: Num0
- function: Hotbar1
type: State
key: Num1
- function: Hotbar2
type: State
key: Num2
- function: Hotbar3
type: State
key: Num3
- function: Hotbar4
type: State
key: Num4
- function: Hotbar5
type: State
key: Num5
- function: Hotbar6
type: State
key: Num6
- function: Hotbar7
type: State
key: Num7
- function: Hotbar8
type: State
key: Num8
- function: Hotbar9
type: State
key: Num9
- function: MappingUnselect
type: State
key: MouseRight
canFocus: true
- function: SaveMap
type: State
key: S
mod1: Control
- function: MappingEnablePick
type: State
key: Num5
- function: MappingEnableDelete
type: State
key: Num6
- function: MappingPick
type: State
key: MouseLeft
canFocus: true
- function: MappingRemoveDecal
type: State
key: MouseLeft
canFocus: true
- function: MappingCancelEraseDecal
type: State
key: MouseRight
canFocus: true
- function: MappingOpenContextMenu
type: State
key: MouseRight
canFocus: true
# RMC14
- function: RMCActivateAttachableRail
type: State
key: G
mod1: Shift
- function: RMCActivateAttachableStock
type: State
key: X
mod1: Shift
- function: RMCActivateAttachableUnderbarrel
type: State
key: Space
mod1: Shift
- function: RMCCycleFireMode
type: State
key: Space
mod1: Control
- function: CMUniqueAction
type: State
key: Space
- function: CMHolsterPrimary
type: State
key: F
- function: CMHolsterSecondary
type: State
key: F
mod1: Shift
- function: CMHolsterTertiary
type: State
key: F
mod1: Control
- function: CMHolsterQuaternary
type: State
key: F
mod1: Alt
- function: CMXenoWideSwing
type: State
key: Space