From 2bbc933ac42498dbef506ca91856de87c25b2b19 Mon Sep 17 00:00:00 2001 From: Gas_Infinity <58077502+GasInfinity@users.noreply.github.com> Date: Sun, 27 Sep 2020 14:39:00 +0200 Subject: [PATCH] Update Keyboard.lua --- Libraries/Keyboard.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Keyboard.lua b/Libraries/Keyboard.lua index 72bc0f1c..00bc6204 100755 --- a/Libraries/Keyboard.lua +++ b/Libraries/Keyboard.lua @@ -5,7 +5,7 @@ local keyboard = { -- Shift LEFT_SHIFT = 42, RIGHT_SHIFT = 54, - -- Alft + -- Alt LEFT_ALT = 56, RIGHT_ALT = 184, -- Command (Mac & Linux) or Windows Key (Windows), I added both in case someone is from windows