2018-05-27 10:13:33 +02:00
|
|
|
version: 1 # Not used right now, whatever.
|
|
|
|
|
binds:
|
2019-04-06 18:06:53 +02:00
|
|
|
- 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
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: SwapHands
|
2019-05-16 16:25:06 +02:00
|
|
|
key: X
|
2018-05-27 10:13:33 +02:00
|
|
|
type: State
|
|
|
|
|
- function: Drop
|
|
|
|
|
key: Q
|
|
|
|
|
type: State
|
|
|
|
|
- function: ActivateItemInHand
|
2019-05-16 16:25:06 +02:00
|
|
|
key: Z
|
2018-05-27 10:13:33 +02:00
|
|
|
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
|
2019-06-30 00:01:41 +02:00
|
|
|
- function: ToggleCombatMode
|
|
|
|
|
type: Toggle
|
|
|
|
|
key: Tab
|
2019-07-17 21:37:58 +02:00
|
|
|
- function: OpenCraftingMenu
|
|
|
|
|
type: state
|
|
|
|
|
key: G
|
2019-07-19 14:21:36 +02:00
|
|
|
- function: OpenTutorial
|
|
|
|
|
type: state
|
|
|
|
|
key: F1
|