Difference between revisions of "Hardcoded Events"
From ComputerCraft Wiki
(anh chau Ta voi nhau xem nap) |
m (Spared some TLC and formatted properly-ish.) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | There are two hard-coded key combinations in ComputerCraft which cannot be overridden or disabled by the [[Computer]], [[Advanced Computer]] or [[Turtle]]. To use these key combinations, you must hold down the appropriate key combination for at least 1 second. | |
+ | |||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | !style="background:#EEE" width="200px"|Shortcut | ||
+ | !style="background:#EEE" width="*"|Usage | ||
+ | |- | ||
+ | |{{Keypress|key=CTRL}} + {{Keypress|key=S}} | ||
+ | |Forcefully shuts down the [[Computer]], [[Advanced Computer]] or [[Turtle]]. | ||
+ | |- | ||
+ | |{{Keypress|key=CTRL}} + {{Keypress|key=R}} | ||
+ | |Reboots the [[Computer]], [[Advanced Computer]] or [[Turtle]]. | ||
+ | |} | ||
+ | |||
+ | [[Category:Lists]] |
Latest revision as of 17:00, 20 December 2012
There are two hard-coded key combinations in ComputerCraft which cannot be overridden or disabled by the Computer, Advanced Computer or Turtle. To use these key combinations, you must hold down the appropriate key combination for at least 1 second.
Shortcut | Usage |
---|---|
CTRL + S |
Forcefully shuts down the Computer, Advanced Computer or Turtle. |
CTRL + R |
Reboots the Computer, Advanced Computer or Turtle. |