2018-05-27 10:13:33 +02:00
|
|
|
version: 1 # Not used right now, whatever.
|
|
|
|
|
binds:
|
2020-01-26 03:38:51 +01:00
|
|
|
- function: UseOrAttack
|
2019-08-04 16:03:51 -07:00
|
|
|
type: state
|
|
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: ShowDebugMonitors
|
|
|
|
|
type: Toggle
|
2019-08-04 16:03:51 -07:00
|
|
|
key: F3
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: HideUI
|
|
|
|
|
type: Toggle
|
2020-01-28 16:06:26 +01:00
|
|
|
mod1: Shift
|
2019-08-04 16:03:51 -07:00
|
|
|
key: F4
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveUp
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: W
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveLeft
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: A
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveRight
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: D
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: MoveDown
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: S
|
2020-04-18 13:47:06 +02:00
|
|
|
- function: Run
|
|
|
|
|
type: State
|
|
|
|
|
key: Shift
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: ShowEscapeMenu
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: Escape
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: FocusChatWindow
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: T
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: EditorLinePlace
|
2019-08-04 16:03:51 -07:00
|
|
|
type: State
|
2019-04-06 18:06:53 +02:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
mod1: Shift
|
|
|
|
|
- function: EditorGridPlace
|
2019-08-04 16:03:51 -07:00
|
|
|
type: State
|
2019-04-06 18:06:53 +02:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
mod1: Control
|
|
|
|
|
- function: EditorPlaceObject
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseLeft
|
|
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: EditorCancelPlace
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
2019-04-06 18:06:53 +02:00
|
|
|
- function: EditorRotateObject
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseMiddle
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: SwapHands
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: X
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: Drop
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: Q
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: ActivateItemInHand
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: Z
|
2018-05-27 10:13:33 +02:00
|
|
|
- function: OpenCharacterMenu
|
|
|
|
|
type: State
|
2019-08-04 16:03:51 -07:00
|
|
|
key: C
|
2018-08-08 11:43:49 -07:00
|
|
|
- function: ExamineEntity
|
|
|
|
|
type: State
|
2018-08-16 15:57:11 -07:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
|
|
|
|
mod1: Shift
|
2018-08-22 01:19:47 -07:00
|
|
|
- function: ActivateItemInWorld
|
|
|
|
|
type: state
|
2019-08-04 16:03:51 -07:00
|
|
|
key: E
|
2018-08-22 01:19:47 -07:00
|
|
|
- function: ThrowItemInHand
|
2019-08-04 16:03:51 -07:00
|
|
|
type: state
|
2018-08-22 01:19:47 -07:00
|
|
|
key: MouseLeft
|
2019-08-04 16:03:51 -07:00
|
|
|
canFocus: true
|
2018-08-22 01:19:47 -07:00
|
|
|
mod1: Control
|
2018-11-21 20:58:11 +01:00
|
|
|
- function: OpenContextMenu
|
|
|
|
|
type: state
|
2019-08-04 16:03:51 -07:00
|
|
|
key: MouseRight
|
|
|
|
|
canFocus: true
|
2019-06-30 00:01:41 +02:00
|
|
|
- function: ToggleCombatMode
|
2019-09-26 22:32:32 +02:00
|
|
|
type: State
|
2020-01-25 21:33:59 +01:00
|
|
|
key: R
|
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
|
2019-07-20 13:11:42 +02:00
|
|
|
- function: OpenInventoryMenu
|
|
|
|
|
type: state
|
|
|
|
|
key: I
|
2019-08-04 16:03:51 -07:00
|
|
|
- function: ShowDebugConsole
|
|
|
|
|
type: state
|
|
|
|
|
key: Tilde
|
|
|
|
|
- function: MouseMiddle
|
|
|
|
|
type: state
|
|
|
|
|
key: MouseMiddle
|
2019-08-05 22:59:37 -07:00
|
|
|
canFocus: true
|
|
|
|
|
- function: TextCursorLeft
|
|
|
|
|
type: state
|
|
|
|
|
key: Left
|
2019-08-21 19:46:06 +02:00
|
|
|
canRepeat: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextCursorRight
|
|
|
|
|
type: state
|
|
|
|
|
key: Right
|
2020-01-18 03:17:52 +01:00
|
|
|
canRepeat: true
|
2020-01-18 03:14:02 +01:00
|
|
|
- function: TextCursorBegin
|
|
|
|
|
type: state
|
|
|
|
|
key: Home
|
|
|
|
|
- function: TextCursorEnd
|
|
|
|
|
type: state
|
|
|
|
|
key: End
|
2019-08-21 19:46:06 +02:00
|
|
|
canRepeat: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextBackspace
|
|
|
|
|
type: state
|
|
|
|
|
key: BackSpace
|
2019-08-21 19:46:06 +02:00
|
|
|
canRepeat: true
|
2019-08-05 22:59:37 -07:00
|
|
|
- function: TextSubmit
|
|
|
|
|
type: state
|
|
|
|
|
key: Return
|
|
|
|
|
- function: TextSubmit
|
|
|
|
|
type: state
|
|
|
|
|
key: NumpadEnter
|
|
|
|
|
- function: TextPaste
|
|
|
|
|
type: state
|
|
|
|
|
key: V
|
|
|
|
|
mod1: Control
|
|
|
|
|
- function: TextHistoryPrev
|
|
|
|
|
type: state
|
|
|
|
|
key: Up
|
|
|
|
|
- function: TextHistoryNext
|
|
|
|
|
type: state
|
|
|
|
|
key: Down
|
|
|
|
|
- function: TextReleaseFocus
|
|
|
|
|
type: state
|
|
|
|
|
key: Escape
|
|
|
|
|
- function: TextScrollToBottom
|
|
|
|
|
type: state
|
2019-08-21 19:46:06 +02:00
|
|
|
key: PageDown
|
2020-01-21 12:12:36 -05:00
|
|
|
- function: TextDelete
|
|
|
|
|
type: state
|
|
|
|
|
key: Delete
|
|
|
|
|
canRepeat: true
|
2020-02-02 16:38:51 -05:00
|
|
|
- function: OpenEntitySpawnWindow
|
|
|
|
|
type: state
|
|
|
|
|
key: F5
|
|
|
|
|
- function: OpenTileSpawnWindow
|
|
|
|
|
type: state
|
|
|
|
|
key: F6
|
|
|
|
|
- function: OpenSandboxWindow
|
|
|
|
|
type: state
|
|
|
|
|
key: B
|
2020-04-30 12:45:21 +02:00
|
|
|
- function: TakeScreenshot
|
|
|
|
|
type: state
|
|
|
|
|
key: F2
|
|
|
|
|
- function: TakeScreenshotNoUI
|
|
|
|
|
type: state
|
|
|
|
|
key: F2
|
|
|
|
|
mod1: Shift
|