9 lines
153 B
Plaintext
9 lines
153 B
Plaintext
--:Minify:--
|
|
local kernel=...
|
|
|
|
local kbs = {kernel.cct.peripheral.find("tm_keyboard")}
|
|
|
|
|
|
kernel.cct.eventhooks["tm_keyboard_char"]=function(...)
|
|
|
|
end |