From 9f44870eb91935f5da7928b694fb0794d90a3f0e Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 6 Apr 2019 18:06:53 +0200 Subject: [PATCH] Move keybinds INTO content. --- Resources/keybinds_content.yml | 44 ++++++++++++++++++++++++++++++++++ RobustToolbox | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) diff --git a/Resources/keybinds_content.yml b/Resources/keybinds_content.yml index 9a698b1632..6dce1d0f63 100644 --- a/Resources/keybinds_content.yml +++ b/Resources/keybinds_content.yml @@ -1,5 +1,49 @@ version: 1 # Not used right now, whatever. binds: +- 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 - function: SwapHands key: Tab type: State diff --git a/RobustToolbox b/RobustToolbox index a890957d30..42e883c097 160000 --- a/RobustToolbox +++ b/RobustToolbox @@ -1 +1 @@ -Subproject commit a890957d3088631f87f3df6ee5cef9d5acd0b43f +Subproject commit 42e883c097b2b9d8cff57ca542b3fa0bacfb0165