Keyboard Shortcuts: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mr Doom Bringer
No edit summary
>NXTBoy
Line 15: Line 15:
|colspan="4"|<br>'''Toolbar Commands'''
|colspan="4"|<br>'''Toolbar Commands'''
|-
|-
|[[Image:New.jpg]]      || New  || Opens a new, empty place  || CTRL + N
|[[Image:New.jpg]]      || New  || Opens a new, empty place  || {{key press|Ctrl|N}}
|-
|-
|[[Image:Open.jpg]]    || Open || Gives you a window to open a saved place from your computer ||CTRL + O
|[[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:Save.jpg]]    || Save || Lets you save your current place to your computer || CTRL + S
|[[Image:Undo.jpg]]    || Undo || Undoes the last action. || {{key press|Ctrl|Z}}
|-
|-
|[[Image:Undo.jpg]]    || Undo || Undoes the last action. ||CTRL + Z
|[[Image:Redo.jpg]]    || Redo || An Undo for the Undo, lets you redo an action. || {{key press|Ctrl|Y}}
|-
|[[Image:Redo.jpg]]    || Redo || An Undo for the Undo, lets you redo an action. || CTRL + Y
|-
|-
|colspan="4"|<br>'''Editing Commands'''
|colspan="4"|<br>'''Editing Commands'''
|-
|-
|[[Image:Cut.jpg]]      || Cut  || Copies something, then removes it. Lets you paste it elsewhere || CTRL + X
|[[Image:Cut.jpg]]      || Cut  || Copies something, then removes it. Lets you paste it elsewhere || {{key press|Ctrl|X}}
|-
|-
|[[Image:Copy.jpg]]    || Copy || Copies something, then lets you paste it elsewhere || CTRL + C
|[[Image:Copy.jpg]]    || Copy || Copies something, then lets you paste it elsewhere || {{key press|Ctrl|C}}
|-
|-
|[[Image:Paste.jpg]]    ||Paste || Takes something you've copied or cut from somewhere else, and put it wherever you want || CTRL + V
|[[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. || CTRL + A
|                      ||Select All|| Selects everything. || {{key press|Ctrl|A}}
|-
|-
|                      ||Duplicate|| Takes a selection and creates a copy of it || CTRL + D
|                      ||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 || CTRL + G
|[[Image:Group.jpg]]    ||  Group  || Takes single bricks and puts them into a Model || {{key press|Ctrl|G}}
|-
|-
|[[Image:Ungroup.jpg]]  || Ungroup || Takes a Model and breaks it into single bricks || CTRL + U
|[[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 || CTRL + R
|                      || Rotate  || Rotates a selected object in 3D view || {{key press|Ctrl|R}}
|-
|-
|colspan="4"|<br>'''Scripting View Commands'''
|colspan="4"|<br>'''Scripting View Commands'''
|-
|-
| || Find || Opens a window to find text in a script || CTRL + F
| || Find || Opens a window to find text in a script || {{key press|Ctrl|F}}
|-
|-
| || Find and Replace || Opens a window that lets you find and automatically replace text || CTRL + H
| || 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 || CTRL + TAB
| || 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 || CTRL + Mousewheel up/down
| || Text Size || Scrolling up increases font size, scrolling down decreases size || {{key press|Ctrl|Mousewheel up/down}}


|-
|-
|colspan="4"|<br>'''Camera Controls'''
|colspan="4"|<br>'''Camera Controls'''
|-
|-
|[[Image:Pan_left.jpg]] ||  Pan Left  || Rotates the camera 45 degrees to the left  || <
|[[Image:Pan_left.jpg]] ||  Pan Left  || Rotates the camera 45 degrees to the left  || {{key press|<}}
|-
|-
|[[Image:Pan_right.jpg]]||  Pan Right  || Rotates the camera 45 degrees to the right || >
|[[Image:Pan_right.jpg]]||  Pan Right  || Rotates the camera 45 degrees to the right || {{key press|>}}
|-
|-
|[[Image:Zoom_in.jpg]]  ||    Zoom In  || Gets closer to the camera's subject || I
|[[Image:Zoom_in.jpg]]  ||    Zoom In  || Gets closer to the camera's subject || {{key press|I}}
|-
|-
|[[Image:Zoom_out.jpg]] ||  Zoom Out  || Gets farther away from the camera's subject || O
|[[Image:Zoom_out.jpg]] ||  Zoom Out  || Gets farther away from the camera's subject || {{key press|O}}


|}
|}

Revision as of 18:24, 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.


List of shortcuts and their use

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