right, can't capture escape x_x
This commit is contained in:
parent
b8d244056c
commit
962be29bea
@ -82,7 +82,7 @@ do
|
||||
if t == "key_down" and c > 47 and c < 58 then
|
||||
computer.setBootAddress(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
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user