From 77c20505cafac29b87f03bc00bc6fd6633a384b6 Mon Sep 17 00:00:00 2001 From: eclips_e <67359748+Just-a-Unity-Dev@users.noreply.github.com> Date: Tue, 2 Aug 2022 21:02:27 +0800 Subject: [PATCH] Swap Rotate and Strafe keybindings (#10029) --- Resources/keybinds.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/keybinds.yml b/Resources/keybinds.yml index 1400be7122..a6fe73288f 100644 --- a/Resources/keybinds.yml +++ b/Resources/keybinds.yml @@ -45,19 +45,19 @@ binds: key: W - function: ShuttleStrafeLeft type: State - key: Q + key: A - function: ShuttleStrafeRight type: State - key: E + key: D - function: ShuttleStrafeDown type: State key: S - function: ShuttleRotateLeft type: State - key: A + key: Q - function: ShuttleRotateRight type: State - key: D + key: E - function: ShuttleBrake type: State key: Space