mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-19 04:06:43 -04:00
Add capslock to keyboard.lua
This commit is contained in:
parent
f058ad878c
commit
f4868beff6
@ -42,6 +42,7 @@ keyboard.keys = {
|
|||||||
at = 0x91,
|
at = 0x91,
|
||||||
back = 0x0E, -- backspace
|
back = 0x0E, -- backspace
|
||||||
backslash = 0x2B,
|
backslash = 0x2B,
|
||||||
|
capital = 0x3A, -- capslock
|
||||||
colon = 0x92,
|
colon = 0x92,
|
||||||
comma = 0x33,
|
comma = 0x33,
|
||||||
enter = 0x1C,
|
enter = 0x1C,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user