2018-05-27 10:13:33 +02:00
|
|
|
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
|
2018-08-08 11:43:49 -07:00
|
|
|
- function: ExamineEntity
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
mod1: Shift
|
|
|
|
|
type: State
|
2018-08-16 15:57:11 -07:00
|
|
|
- function: UseItemInHand
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
type: state
|
2018-08-22 01:19:47 -07:00
|
|
|
- function: ActivateItemInWorld
|
|
|
|
|
key: E
|
|
|
|
|
type: state
|
|
|
|
|
- function: ThrowItemInHand
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
mod1: Control
|
|
|
|
|
type: state
|
2018-11-21 20:58:11 +01:00
|
|
|
- function: OpenContextMenu
|
|
|
|
|
key: MouseRight
|
|
|
|
|
type: state
|