Add capslock to keyboard.lua

This commit is contained in:
gamax92 2015-06-13 20:54:47 -06:00
parent f058ad878c
commit f4868beff6

View File

@ -42,6 +42,7 @@ keyboard.keys = {
at = 0x91,
back = 0x0E, -- backspace
backslash = 0x2B,
capital = 0x3A, -- capslock
colon = 0x92,
comma = 0x33,
enter = 0x1C,