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...
 
(13 intermediate revisions by 2 users not shown)
Line 5: Line 5:




===List of shortcuts and their use===
__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="text-align:center; -webkit-border-radius: 4px; -moz-border-radius: 4px; height: 100%; background-color: #ffdddd; border-top: solid 2px #ff0000; border-left: solid 2px #ff0000; border-bottom: solid 2px #aa0000; border-right: solid 2px #aa0000; margin: 6px; margin-right: 10px; margin-left: 10px; clear: none; padding: 2px; align: left;"
|-
|-
! !! Name !! Description !! [[Keyboard Shortcuts|Keyboard Shortcut]]
! !! Name !! Description !! [[Keyboard Shortcuts|Keyboard Shortcut]]
|-
|-
|colspan="4"|<br>'''Toolbar Commands'''
|colspan="4"|
==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"|
==Editing Commands==
|-
|-
|colspan="4"|<br>'''Editing Commands'''
| [[Image:Cut.jpg]]    || Cut  || Copies something, then removes it. Lets you paste it elsewhere || {{key press|Ctrl|X}}
|-
|-
|[[Image:Cut.jpg]]     || Cut || Copies something, then removes it. Lets you paste it elsewhere || CTRL + X
| [[Image:Copy.jpg]]   || Copy || Copies something, then lets you paste it elsewhere || {{key press|Ctrl|C}}
|-
|-
|[[Image:Copy.jpg]]     || Copy || Copies something, then lets you paste it elsewhere || CTRL + C
| [[Image:Paste.jpg]]   || Paste || Takes something you've copied or cut from somewhere else, and put it wherever you want || {{key press|Ctrl|V}}
|-
|-
|[[Image:Paste.jpg]]    ||Paste || Takes something you've copied or cut from somewhere else, and put it wherever you want || CTRL + V
|                       || 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}}
|-
|-
|colspan="4"|<br>'''Scripting View Commands'''
|                       || Rotate    || Rotates a selected object in 3D view || {{key press|Ctrl|R}}
|-
|-
| || Find || Opens a window to find text in a script || CTRL + F
|colspan="4"|
==Scripting View Commands==
|-
|-
| || Find and Replace || Opens a window that lets you find and automatically replace text || CTRL + H
| || Find             || Opens a window to find text in a script || {{key press|Ctrl|F}}
|-
|-
| || Switch Tab || Changes the active tab to the Place which contains the open script || CTRL + TAB
| || Find and Replace || Opens a window that lets you find and automatically replace text || {{key press|Ctrl|H}}
 
|-
|-
|colspan="4"|<br>'''Camera Controls'''
| || Switch Tab      || Changes the active tab to the last viewed tab || {{key press|Ctrl|Tab}}
|-
|-
|[[Image:Pan_left.jpg]] ||   Pan Left  || Rotates the camera 45 degrees to the left  || Hold down right click, mouse movement
| || Text Size        || Scrolling up increases font size, scrolling down decreases size || {{key press|Ctrl|Mousewheel up/down}}
|-
|-
|[[Image:Pan_right.jpg]]||  Pan Right  || Rotates the camera 45 degrees to the right || Same
|colspan="4"|
==Camera Controls==
|-
|-
|[[Image:Zoom_in.jpg]]  ||   Zoom In   || Gets closer to the camera's subject || O (Mouse Scroll Forward)
| [[Image:Pan_left.jpg]]  || Pan Left   || Rotates the camera 45 degrees to the left  || {{key press|<}}
|-
|-
|[[Image:Zoom_out.jpg]] ||   Zoom Out  || Gets farther away from the camera's subject || I (Mouse Scroll Back)
| [[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 || {{key press|I}}
|-
| [[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