Keyboard Shortcuts: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer No edit summary |
>NXTBoy →List of shortcuts and their use: There's a reason newspapers don't use centered columns... |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
__NOTOC__ | |||
{|style="{{border-radius|4px}}; width: 100%; background-color: #ffdddd; border-top: solid 2px #ff0000; border-left: solid 2px #ff0000; border-bottom: solid 2px #aa0000; border-right: solid 2px #aa0000; padding: 2px;" | |||
{|style=" | |||
|- | |- | ||
! !! Name !! Description !! [[Keyboard Shortcuts|Keyboard Shortcut]] | ! !! Name !! Description !! [[Keyboard Shortcuts|Keyboard Shortcut]] | ||
|- | |- | ||
|colspan="4"| | |colspan="4"| | ||
==Toolbar Commands== | |||
|- | |- | ||
|[[Image:New.jpg]] | | [[Image:New.jpg]] || New || Opens a new, empty place || {{key press|Ctrl|N}} | ||
|- | |- | ||
|[[Image:Open.jpg]] | | [[Image:Open.jpg]] || Open || Gives you a window to open a saved place from your computer || {{key press|Ctrl|O}} | ||
|- | |||
| [[Image:Save.jpg]] || Save || Lets you save your current place to your computer || {{key press|Ctrl|S}} | |||
|- | |- | ||
|[[Image: | | [[Image:Undo.jpg]] || Undo || Undoes the last action. || {{key press|Ctrl|Z}} | ||
|- | |- | ||
|[[Image: | | [[Image:Redo.jpg]] || Redo || An Undo for the Undo, lets you redo an action. || {{key press|Ctrl|Y}} | ||
|- | |- | ||
| | |colspan="4"| | ||
==Editing Commands== | |||
|- | |- | ||
| | | [[Image:Cut.jpg]] || Cut || Copies something, then removes it. Lets you paste it elsewhere || {{key press|Ctrl|X}} | ||
|- | |- | ||
|[[Image: | | [[Image:Copy.jpg]] || Copy || Copies something, then lets you paste it elsewhere || {{key press|Ctrl|C}} | ||
|- | |- | ||
|[[Image: | | [[Image:Paste.jpg]] || Paste || Takes something you've copied or cut from somewhere else, and put it wherever you want || {{key press|Ctrl|V}} | ||
|- | |- | ||
| | | || Select All || Selects everything. || {{key press|Ctrl|A}} | ||
|- | |- | ||
| || | | || Duplicate || Takes a selection and creates a copy of it || {{key press|Ctrl|D}} | ||
|- | |- | ||
| | | [[Image:Group.jpg]] || Group || Takes single bricks and puts them into a Model || {{key press|Ctrl|G}} | ||
|- | |- | ||
|[[Image: | | [[Image:Ungroup.jpg]] || Ungroup || Takes a Model and breaks it into single bricks || {{key press|Ctrl|U}} | ||
|- | |- | ||
| | | || Rotate || Rotates a selected object in 3D view || {{key press|Ctrl|R}} | ||
|- | |- | ||
| | |colspan="4"| | ||
==Scripting View Commands== | |||
|- | |- | ||
| | | || Find || Opens a window to find text in a script || {{key press|Ctrl|F}} | ||
|- | |- | ||
| || Find || Opens a window | | || Find and Replace || Opens a window that lets you find and automatically replace text || {{key press|Ctrl|H}} | ||
|- | |- | ||
| || | | || Switch Tab || Changes the active tab to the last viewed tab || {{key press|Ctrl|Tab}} | ||
|- | |- | ||
| || | | || Text Size || Scrolling up increases font size, scrolling down decreases size || {{key press|Ctrl|Mousewheel up/down}} | ||
|- | |- | ||
|colspan="4"| | |colspan="4"| | ||
==Camera Controls== | |||
|- | |- | ||
|[[Image:Pan_left.jpg]] || | | [[Image:Pan_left.jpg]] || Pan Left || Rotates the camera 45 degrees to the left || {{key press|<}} | ||
|- | |- | ||
|[[Image:Pan_right.jpg]]|| | | [[Image:Pan_right.jpg]] || Pan Right || Rotates the camera 45 degrees to the right || {{key press|>}} | ||
|- | |- | ||
|[[Image:Zoom_in.jpg]] | | [[Image:Zoom_in.jpg]] || Zoom In || Gets closer to the camera's subject || {{key press|I}} | ||
|- | |- | ||
|[[Image:Zoom_out.jpg]] || | | [[Image:Zoom_out.jpg]] || Zoom Out || Gets farther away from the camera's subject || {{key press|O}} | ||
|} | |} |
Latest revision as of 18:35, 13 September 2011
Keyboard Shortcuts are commands that instead of clicking a button, you can hit a key on your keyboard to do it. They are called shortcuts because many times they are faster than trying to hit a little button icon. Once you start to memorize them, shortcuts make everything easier.
Name | Description | Keyboard Shortcut | |
---|---|---|---|
Toolbar Commands | |||
New | Opens a new, empty place | Ctrl+N | |
Open | Gives you a window to open a saved place from your computer | Ctrl+O | |
Save | Lets you save your current place to your computer | Ctrl+S | |
Undo | Undoes the last action. | Ctrl+Z | |
Redo | An Undo for the Undo, lets you redo an action. | Ctrl+Y | |
Editing Commands | |||
Cut | Copies something, then removes it. Lets you paste it elsewhere | Ctrl+X | |
Copy | Copies something, then lets you paste it elsewhere | Ctrl+C | |
Paste | Takes something you've copied or cut from somewhere else, and put it wherever you want | Ctrl+V | |
Select All | Selects everything. | Ctrl+A | |
Duplicate | Takes a selection and creates a copy of it | Ctrl+D | |
Group | Takes single bricks and puts them into a Model | Ctrl+G | |
Ungroup | Takes a Model and breaks it into single bricks | Ctrl+U | |
Rotate | Rotates a selected object in 3D view | Ctrl+R | |
Scripting View Commands | |||
Find | Opens a window to find text in a script | Ctrl+F | |
Find and Replace | Opens a window that lets you find and automatically replace text | Ctrl+H | |
Switch Tab | Changes the active tab to the last viewed tab | Ctrl+Tab ⇆ | |
Text Size | Scrolling up increases font size, scrolling down decreases size | Ctrl+Mousewheel up/down | |
Camera Controls | |||
Pan Left | Rotates the camera 45 degrees to the left | < | |
Pan Right | Rotates the camera 45 degrees to the right | > | |
Zoom In | Gets closer to the camera's subject | I | |
Zoom Out | Gets farther away from the camera's subject | O |