right, can't capture escape x_x

This commit is contained in:
Izaya 2017-08-02 00:22:35 +10:00
parent b8d244056c
commit 962be29bea

View File

@ -82,7 +82,7 @@ do
if t == "key_down" and c > 47 and c < 58 then if t == "key_down" and c > 47 and c < 58 then
computer.setBootAddress(bootdevs[c-47]) computer.setBootAddress(bootdevs[c-47])
wl("Boot device set to "..bootdevs[c-47]) wl("Boot device set to "..bootdevs[c-47])
elseif t == "key_down" and c == 27 then elseif t == "key_down" and c == 32 then
timer = timer + 10 timer = timer + 10
end end
end end