Files
OldThink/Resources/keybinds.yml

165 lines
2.8 KiB
YAML
Raw Normal View History

2018-05-27 10:13:33 +02:00
version: 1 # Not used right now, whatever.
binds:
- 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
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
- function: ExamineEntity
type: State
key: MouseLeft
2019-08-04 16:03:51 -07:00
canFocus: true
mod1: Shift
- function: ActivateItemInWorld
type: state
2019-08-04 16:03:51 -07:00
key: E
- function: ThrowItemInHand
2019-08-04 16:03:51 -07:00
type: state
key: MouseLeft
2019-08-04 16:03:51 -07:00
canFocus: true
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
- function: ToggleCombatMode
type: State
2020-01-25 21:33:59 +01:00
key: R
- function: OpenCraftingMenu
type: state
key: G
- 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
canFocus: true
- function: TextCursorLeft
type: state
key: Left
canRepeat: true
- function: TextCursorRight
type: state
key: Right
2020-01-18 03:17:52 +01:00
canRepeat: true
- function: TextCursorBegin
type: state
key: Home
- function: TextCursorEnd
type: state
key: End
canRepeat: true
- function: TextBackspace
type: state
key: BackSpace
canRepeat: true
- 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
key: PageDown
- function: TextDelete
type: state
key: Delete
canRepeat: true
- 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