32 lines
562 B
YAML
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
|