Difference between revisions of "Hardcoded Events"
From ComputerCraft Wiki
m (Updated "os" -> "OS") |
m (Spared some TLC and formatted properly-ish.) |
||
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. | |
− | + | ||
− | There are two hard-coded | + | |
{| border="1" cellpadding="2" cellspacing="0" | {| border="1" cellpadding="2" cellspacing="0" | ||
Line 7: | Line 5: | ||
!style="background:#EEE" width="*"|Usage | !style="background:#EEE" width="*"|Usage | ||
|- | |- | ||
− | |CTRL + | + | |{{Keypress|key=CTRL}} + {{Keypress|key=S}} |
− | | | + | |Forcefully shuts down the [[Computer]], [[Advanced Computer]] or [[Turtle]]. |
|- | |- | ||
− | |CTRL + | + | |{{Keypress|key=CTRL}} + {{Keypress|key=R}} |
− | | | + | |Reboots the [[Computer]], [[Advanced Computer]] or [[Turtle]]. |
|} | |} | ||
− | |||
− | |||
[[Category:Lists]] | [[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. |