Difference between revisions of "Computer"
From ComputerCraft Wiki
(Added Usage) |
|||
Line 2: | Line 2: | ||
[[Category:Blocks]] | [[Category:Blocks]] | ||
+ | |||
+ | == Usage == | ||
+ | Place the console wherever you please, and just right click it to use. | ||
+ | |||
+ | === Keyboard Shortcuts === | ||
+ | {| border="1" cellpadding="2" cellspacing="0" | ||
+ | !style="background:#EEE" width="200px"|Shortcut | ||
+ | !style="background:#EEE" width="*"|Usage | ||
+ | |- | ||
+ | |CTRL + T | ||
+ | |Terminates the current program. | ||
+ | |- | ||
+ | |CTRL + R | ||
+ | |Reboots the console. | ||
+ | |- | ||
+ | |CTRL + S | ||
+ | |Forcefully shuts down the computer. | ||
+ | |} |
Revision as of 02:06, 14 February 2012
The console is the main block of ComputerCraft. This is the titular computer, which is the centerpiece of this mod.File:J4wd7.png
The recipe for a console.
Usage
Place the console wherever you please, and just right click it to use.
Keyboard Shortcuts
Shortcut | Usage |
---|---|
CTRL + T | Terminates the current program. |
CTRL + R | Reboots the console. |
CTRL + S | Forcefully shuts down the computer. |