From 57ad048031399b37bfbfb83daae32ec48649b3d1 Mon Sep 17 00:00:00 2001
From: Mitchell Richters <48643140+mjr4077au@users.noreply.github.com>
Date: Sat, 8 Aug 2020 15:20:28 +1000
Subject: [PATCH] - fix LCtrl bindings in wadsrc keybind preset files. (#73)

* Renamed LCtrl to Ctrl. Without these changes, the keybinds for LCtrl in the changed keybind preset files weren't binding.
---
 wadsrc/static/engine/defbinds.txt                 | 2 +-
 wadsrc/static/engine/leftbinds.txt                | 2 +-
 wadsrc/static/engine/origbinds.txt                | 2 +-
 wadsrc/static/filter/exhumed/engine/defbinds.txt  | 2 +-
 wadsrc/static/filter/exhumed/engine/leftbinds.txt | 2 +-
 wadsrc/static/filter/exhumed/engine/origbinds.txt | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/wadsrc/static/engine/defbinds.txt b/wadsrc/static/engine/defbinds.txt
index a5c467542..a2e54413d 100644
--- a/wadsrc/static/engine/defbinds.txt
+++ b/wadsrc/static/engine/defbinds.txt
@@ -6,7 +6,7 @@ A "+Strafe_Left"
 D "+Strafe_Right"
 Space "+Jump"
 / "+Jump"
-LCtrl "+Crouch"
+Ctrl "+Crouch"
 KP7 "+Aim_Up"
 KP1 "+Aim_Down"
 KP5 "+Center_View"
diff --git a/wadsrc/static/engine/leftbinds.txt b/wadsrc/static/engine/leftbinds.txt
index 5e991edf4..428ee4909 100644
--- a/wadsrc/static/engine/leftbinds.txt
+++ b/wadsrc/static/engine/leftbinds.txt
@@ -1,7 +1,7 @@
 // Left handed config (puts as many controls as possible on the numpad. Also more useful actions on the mouse.)
 uparrow "+Move_Forward"
 downarrow "+Move_Backward"
-LCtrl "+Fire"
+Ctrl "+Fire"
 Space "+Open"
 A "+Jump"
 KP- "+Jump"
diff --git a/wadsrc/static/engine/origbinds.txt b/wadsrc/static/engine/origbinds.txt
index 723b9b43c..6fecd76bb 100644
--- a/wadsrc/static/engine/origbinds.txt
+++ b/wadsrc/static/engine/origbinds.txt
@@ -1,6 +1,6 @@
 uparrow "+Move_Forward"
 downarrow "+Move_Backward"
-LCtrl "+Fire"
+Ctrl "+Fire"
 Space "+Open"
 A "+Jump"
 / "+Jump"
diff --git a/wadsrc/static/filter/exhumed/engine/defbinds.txt b/wadsrc/static/filter/exhumed/engine/defbinds.txt
index ca3e5fa23..7970d6236 100644
--- a/wadsrc/static/filter/exhumed/engine/defbinds.txt
+++ b/wadsrc/static/filter/exhumed/engine/defbinds.txt
@@ -14,7 +14,7 @@ LShift "+Run"
 RShift "+Run"
 Space "+Jump"
 / "+Jump"
-LCtrl "+Crouch"
+Ctrl "+Crouch"
 PgUp "+Look_Up"
 KP9 "+Look_Up"
 PgDn "+Look_Down"
diff --git a/wadsrc/static/filter/exhumed/engine/leftbinds.txt b/wadsrc/static/filter/exhumed/engine/leftbinds.txt
index dbe043567..ed4ebda1d 100644
--- a/wadsrc/static/filter/exhumed/engine/leftbinds.txt
+++ b/wadsrc/static/filter/exhumed/engine/leftbinds.txt
@@ -8,7 +8,7 @@ rightarrow "+Turn_Right"
 KP6 "+Turn_Right"
 LAlt "+Strafe"
 RAlt "+Strafe"
-LCtrl "+Fire"
+Ctrl "+Fire"
 RCtrl "+Fire"
 Space "+Open"
 LShift "+Run"
diff --git a/wadsrc/static/filter/exhumed/engine/origbinds.txt b/wadsrc/static/filter/exhumed/engine/origbinds.txt
index 181651bc5..7c796bd9e 100644
--- a/wadsrc/static/filter/exhumed/engine/origbinds.txt
+++ b/wadsrc/static/filter/exhumed/engine/origbinds.txt
@@ -8,7 +8,7 @@ rightarrow "+Turn_Right"
 KP6 "+Turn_Right"
 LAlt "+Strafe"
 RAlt "+Strafe"
-LCtrl "+Fire"
+Ctrl "+Fire"
 RCtrl "+Fire"
 Space "+Open"
 LShift "+Run"