Update Keyboard.lua

This commit is contained in:
Gas_Infinity 2020-09-27 14:39:00 +02:00 committed by GitHub
parent 956b7504c0
commit 2bbc933ac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ local keyboard = {
-- Shift -- Shift
LEFT_SHIFT = 42, LEFT_SHIFT = 42,
RIGHT_SHIFT = 54, RIGHT_SHIFT = 54,
-- Alft -- Alt
LEFT_ALT = 56, LEFT_ALT = 56,
RIGHT_ALT = 184, RIGHT_ALT = 184,
-- Command (Mac & Linux) or Windows Key (Windows), I added both in case someone is from windows -- Command (Mac & Linux) or Windows Key (Windows), I added both in case someone is from windows