Files
crystall-punk-14/Resources/keybinds.yml
ShadowCommander 7454c62ff2 Upgraded ChatBox and fixed FocusChat hotkey
Upgraded ChatBox to use Keybinds.
Put cursor at the end of text of ChatBox history.
Fixed FocusChat hotkey getting called when typing in a LineEdit.
Added Keybinds.
2019-08-05 22:59:37 -07:00

133 lines
2.3 KiB
YAML

version: 1 # Not used right now, whatever.
binds:
- function: Use
type: state
key: MouseLeft
canFocus: true
- function: ShowDebugMonitors
type: Toggle
key: F3
- function: HideUI
type: Toggle
key: F4
- function: MoveUp
type: State
key: W
- function: MoveLeft
type: State
key: A
- function: MoveRight
type: State
key: D
- function: MoveDown
type: State
key: S
- function: Run
type: State
key: Shift
- function: ShowEscapeMenu
type: State
key: Escape
- function: FocusChatWindow
type: State
key: T
- function: EditorLinePlace
type: State
key: MouseLeft
canFocus: true
mod1: Shift
- function: EditorGridPlace
type: State
key: MouseLeft
canFocus: true
mod1: Control
- function: EditorPlaceObject
type: State
key: MouseLeft
canFocus: true
- function: EditorCancelPlace
type: State
key: MouseRight
canFocus: true
- function: EditorRotateObject
type: State
key: MouseMiddle
- function: SwapHands
type: State
key: X
- function: Drop
type: State
key: Q
- function: ActivateItemInHand
type: State
key: Z
- function: OpenCharacterMenu
type: State
key: C
- function: ExamineEntity
type: State
key: MouseLeft
canFocus: true
mod1: Shift
- function: ActivateItemInWorld
type: state
key: E
- function: ThrowItemInHand
type: state
key: MouseLeft
canFocus: true
mod1: Control
- function: OpenContextMenu
type: state
key: MouseRight
canFocus: true
- function: ToggleCombatMode
type: Toggle
key: Tab
- function: OpenCraftingMenu
type: state
key: G
- function: OpenTutorial
type: state
key: F1
- function: OpenInventoryMenu
type: state
key: I
- function: ShowDebugConsole
type: state
key: Tilde
- function: MouseMiddle
type: state
key: MouseMiddle
canFocus: true
- function: TextCursorLeft
type: state
key: Left
- function: TextCursorRight
type: state
key: Right
- function: TextBackspace
type: state
key: BackSpace
- 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