Difference between revisions of "Computer"
From ComputerCraft Wiki
(Redirected page to Computer) |
Scarfacial (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | The console is the main block of ComputerCraft. This is the titular computer, which is the centerpiece of this mod.[[File:J4wd7.png|frame|right|The recipe for a console.]] | |
+ | |||
+ | [[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. | ||
+ | |} | ||
+ | NOTE: You have to hold the keyboard shortcuts down for at least 1 second! |
Revision as of 05:23, 29 March 2012
The console is the main block of ComputerCraft. This is the titular computer, which is the centerpiece of this mod.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. |
NOTE: You have to hold the keyboard shortcuts down for at least 1 second!