http://computercraft.../Raw_key_events
function rawread()
while true do
local sEvent, param = os.pullEvent("key")
if sEvent == "key" then
if param == 54 then
print("Secret Button Detected!")
break
end
end
end
end
i have alsoio.read()to detect for enter. Should i use else and then the R SHIFT code, or what?
I have tried it almost in every place!
Tell me if you want to see my code on the program.












