diff --git a/src/Miscellaneous/Keybinds.coffee b/src/Miscellaneous/Keybinds.coffee index d34254238..6e6659f72 100755 --- a/src/Miscellaneous/Keybinds.coffee +++ b/src/Miscellaneous/Keybinds.coffee @@ -204,6 +204,8 @@ Keybinds = 'Enter' when 27 'Esc' + when 32 + 'Space' when 37 'Left' when 38