mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Swap Left and Right
Yea, im dumb
This commit is contained in:
parent
00c8e9b5c3
commit
441d4371eb
@ -1,13 +1,13 @@
|
||||
local keyboard = {
|
||||
-- Control
|
||||
RIGHT_CONTROL = 29,
|
||||
LEFT_CONTROL = 157,
|
||||
LEFT_CONTROL = 29,
|
||||
RIGHT_CONTROL = 157,
|
||||
-- Shift
|
||||
RIGHT_SHIFT = 42,
|
||||
LEFT_SHIFT = 54,
|
||||
LEFT_SHIFT = 42,
|
||||
RIGHT_SHIFT = 54,
|
||||
-- Alft
|
||||
RIGHT_ALT = 56,
|
||||
LEFT_ALT = 184,
|
||||
LEFT_ALT = 56,
|
||||
RIGHT_ALT = 184,
|
||||
-- Command (Mac & Linux) or Windows Key (Windows), I added both in case someone is from windows
|
||||
COMMAND_KEY = 219,
|
||||
WINDOWS_KEY = 219,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user