Files
OldThink/Resources/keybinds.yml
Pieter-Jan Briers c4523a956d Stupidly shoddy combat mode system.
Doesn't even work for guns, oh well.
2019-06-30 00:01:41 +02:00

79 lines
1.3 KiB
YAML

version: 1 # Not used right now, whatever.
binds:
- function: ShowDebugMonitors
key: F3
type: Toggle
- function: HideUI
key: F4
type: Toggle
- function: MoveUp
key: W
type: State
- function: MoveLeft
key: A
type: State
- function: MoveRight
key: D
type: State
- function: MoveDown
key: S
type: State
- function: Run
key: Shift
type: State
- function: ShowEscapeMenu
key: Escape
type: State
- function: FocusChatWindow
key: T
type: State
- function: EditorLinePlace
key: MouseLeft
mod1: Shift
type: State
- function: EditorGridPlace
key: MouseLeft
mod1: Control
type: State
- function: EditorPlaceObject
key: MouseLeft
type: State
- function: EditorCancelPlace
key: MouseRight
type: State
- function: EditorRotateObject
key: MouseMiddle
type: State
- function: SwapHands
key: X
type: State
- function: Drop
key: Q
type: State
- function: ActivateItemInHand
key: Z
type: State
- function: OpenCharacterMenu
key: C
type: State
- function: ExamineEntity
key: MouseLeft
mod1: Shift
type: State
- function: UseItemInHand
key: MouseLeft
type: state
- function: ActivateItemInWorld
key: E
type: state
- function: ThrowItemInHand
key: MouseLeft
mod1: Control
type: state
- function: OpenContextMenu
key: MouseRight
type: state
- function: ToggleCombatMode
type: Toggle
key: Tab