Skip to main content
Version: 8.1

Windows, Linux, and Mac Keyboard Shortcuts

Using Keyboard Shortcuts in the Designer

You can interact with screens and more by using some of the popular keyboard shortcuts in the Designer.

ActionWindows/Linux KeystrokesMacOS Keystrokes
Nudge
Moves selected component(s) in the direction of the arrow key by the default nudge distance.
←, ↑, →, ↓←, ↑, →, ↓
Alt-Nudge
Same as Nudge, but uses the “alt-nudge” distance.
Alt + ←, Alt + ↑, Alt + →, Alt + ↓Option + ←, Option + ↑, Option + →, Option + ↓
Resize Right
Moves the right edge of the component left or right. Add Alt to use the alt-nudge distance.
Shift + ←, Shift + →Shift + ←, Shift + →
Resize Bottom
Moves the bottom edge of the component to top or bottom.
Shift + ↑, Shift + ↓Shift + ↑, Shift + ↓
Resize Left
Moves the left edge of the component left or right.
Ctrl + Shift + ←, Ctrl + Shift + →Control + Shift + ←, Control + Shift + →
Resize Top
Moves the top edge of the component to top or bottom.
Ctrl + Shift + ↑, Ctrl + Shift + ↓Control + Shift + ↑, Control + Shift + ↓
Move Forward (Vision only)
Moves the selected components(s) forward in the Z-order
PgUpFn + ↑
Move Backward (Vision only)
Moves the selected component(s) backwards in the Z-order
PgDnFn + ↓
Move to Front (Vision only)
Moves the selected component(s) to the front of the Z-order
HomeFn + ←
Move to Back (Vision only)
Moves the selected component(s) to the back of the Z-order
EndFn + →
Copy-Move
Copies the component when holding Ctrl while doing a mousemove.
Ctrl + drag a componentClick and hold on a component + Control + drag
Orthogonal-Move
Restricts to only moving straight up, down, left, or right when holding Shift while doing a mousemove.
Shift + drag a componentShift + drag a component
Selection-Move
Drags the components that are currently selected without having to press the mouse button down on the component first.
Hold Alt + drag a componentHold Option + drag a component
Copy-Axis-Move
Combines copy move with axis move.
Hold Ctrl + Alt + drag a componentClick and hold on a component + Control + Option + drag
Proportional Resize
Resizes a component while maintaining its aspect ratio.
Hold Ctrl + resize a componentClick and hold on a component + Control + resize
On-Center Resize
Resizes the selection using the center as the anchor point.
Hold Shift+ resize a componentHold Shift + resize a component
Select All (Vision only)
Selects all components that are siblings of the selected component.
Ctrl + ACommand + A
Select Same Type (Vision only)
Selects all components that are siblings of the selected component and the same component type.
Ctrl + Shift + ACommand + Shift + A
Select Same Type in Window (Vision only)
Selects all components in a window that are the same type as the selected component.
Ctrl + Alt + Shift + ACommand + Option + Shift + A
Layout (Vision only)
Opens the Layout Constraints window to let you specify layout for the component(s).
Ctrl + LCommand + L
Size & Position (Vision only)
Opens Size & Position to let you specify exact size and position for selected component or window.
Ctrl + PCommand + P
Customizer (Vision only)
Opens the Custom Properties window to let you configure complex component properties.
Ctrl + UControl + U
Customizer 2 (Vision only)
Some components have a secondary customizer. This command will open that customizer, if available.
Ctrl + 2Control + 2
Jython
Opens Event Configuration page (Perspective) or the Component Scripting page (Vision) to let you configure actions for component or window.
Ctrl + JCommand + J
Script Configuration
Opens the Script Configuration for the View or Component selected. (Perspective Only)
Ctrl + KCommand + K
Security (Vision only)
Opens Security Settings to let you set security for Component(s) or window.
Ctrl + ECommand + E
Save
Saves the project.
Ctrl + SCommand + S
Open
Opens the Open/Create Project to let you select a different project.
Ctrl + OCommand + O
Undo
Undoes the last action.
Ctrl + ZCommand + Z
Redo
Gets rid of the last undo action.
Ctrl +YCommand + Y
Copy
Copies selected component(s) or window.
Ctrl + CCommand + C
Duplicate
Duplicates selected component(s) or window.
Ctrl + DCommand + D
Cut
Cuts selected component(s) or window.
Ctrl + XCommand + X
Paste
Pastes selected component(s) or window in clipboard. Pasted component(s) wait for position before pasting.
Command + V
Immediately Paste (Vision only)
Places pasted component(s) at the same location where they were copied/cut.
Command + I
Comment/Uncomment Lines of Code
Quickly comment or uncomment lines of a script or query in Designer.
Ctrl + /Command + /
Cancel
Cancels a pending paste operation, deselects the current row of a table, cancels dragging components onto window.
EscEsc
Find/Replace
Opens Find/Replace to let you Search and replace the project based on string, pattern, or regex.
Ctrl + FCommand + F
Delete
Deletes the current selection.
DeleteDelete
Snap to Grid (Vision only)
Toggles whether or not moving and resizing components snaps to the grid.
Ctrl + GCommand + G
Snap to Guides (Vision only)
Toggles whether or not moving and resizing components snaps to guides.
Ctrl + Shift + GCommand + Shift + G
Console
Opens the Output Console.
Ctrl + Shift + CCommand + Shift + C
Help
Launches the Ignition User Manual in a web browser.
F1Fn + F1
Rename
Renames the selected item (Tag, window, transaction group, component, and so on).
F2Fn + F2
Preview Mode
Toggles preview/design mode.
F5Fn + F5
Launch Client/Session (Perspective and Vision only)
When in the Vision workspace, launches a Vision Client in windowed mode.
While in the Perspective workspace, launches a Perspective Session in windowed mode.
F10Fn + F10
Launch Full Screen Client (Perspective and Vision only)
While in the Vision workspace, launches a Vision Client in full screen mode.
While in the Perspective workspace, launchers a Perspective Session in full screen mode.
F11Fn + F11
Update Project
Updates project to server. Receives concurrent edits from other Designers.
Ctrl + Shift + UCommand + Shift + U
Zoom
Zooms in/out in the Designer.
Ctrl + MousewheelControl + Mousewheel
Touch Selection (Vision only)
Draws a line while dragging. Every component in the path of the line will be selected when letting go of the mouse button.
To activate, a container must first be selected
Alt + Left Click and DragOption + Left Click and Drag
Select Through (Perspective and Vision only)
Click on a component that is beneath another component. You can do this multiple times if there are several layers of components.
Alt + ClickOption + Click
Code Folding/Unfolding
Select a line of code, and this command will collapse the selection. Press again while the folded code is selected, and the code will unfold. The Script Console has a separate command for code folding.
Ctrl + .Command + .
Select Through (Perspective only)
New in 8.1.26
Click on a component that is beneath another component. You can do this multiple times if there are several layers of components.
Ctrl + Shift + ClickCommand + Shift + Click
Deep Selection (Perspective only)
New in 8.1.26
Selects into a container and components within.
Alt + Shift + ClickOption + Shift + Click