Files
tbd-station-14/Resources/keybinds_content.yml
Pieter-Jan Briers b0f212bad5 Verbs (#124)
Right click verbs work.
2018-11-21 20:58:11 +01:00

32 lines
562 B
YAML

version: 1 # Not used right now, whatever.
binds:
- function: SwapHands
key: Tab
type: State
- function: Drop
key: Q
type: State
- function: ActivateItemInHand
key: F
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