Difference between revisions of "Hardcoded Events"

From ComputerCraft Wiki
Jump to: navigation, search
(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:
Hello my friend heres my new gig easy as it looks Ill send u a total of 5350++ backlinks to your website in 2 tiers. This gig its for 1 website and up to 5 keywords. First tier to your main website 350 page rank 1-5 and the the second tier of 5000 profile backlinks pointing to your first tier.Ill send u a report in a txt file in less than 48 hours.Any question just send me a private message
+
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.