Keyboard shortcuts
This topic gives an overview of keyboard shortcuts that can be used in the DataMapper.
Keyboard shortcuts available in the Designer for menu items, script editors and the data model pane can also be used in the DataMapper; see Keyboard shortcuts.
Although some of the keyboard shortcuts are the same, this isn't a complete list of Windows keyboard shortcuts. Please refer to Windows documentation for a complete list of Windows keyboard shortcuts.
Menu items
The following key combinations activate a function in the menu.
Key combination | Function |
---|---|
Alt | Put the focus on the menu. (Alt + the underlined letter in a menu name displays the corresponding menu.) The menu can then be browsed using the Enter key, arrow up and arrow down buttons. |
Alt + F4 | Exit |
Ctrl + C or Ctrl + Insert |
Copy |
Ctrl + N | New |
Ctrl + O | Open file |
Ctrl + Shift + O |
Open configuration file |
Ctrl + S | Save file |
Ctrl + V or Shift + Insert |
Paste |
Ctrl + X | Cut |
Ctrl + W or Ctrl + F4 | Close file |
Ctrl + Y or Ctrl + Shift + Y |
Redo |
Ctrl + Z or Ctrl + Shift + Z |
Undo |
Ctrl + Shift + S | Save all |
Ctrl + Shift + W
or
Ctrl + Shift + F4 |
Close all |
Ctrl + F5 | Revert |
Ctrl + F7 |
Next view |
Ctrl + Shift + F7 |
Previous view |
Ctrl + F8 |
Next perspective |
Ctrl + Shift + F8 |
Previous perspective |
Ctrl + F10 | Save as |
Ctrl + F12 | Send to Workflow / Package files |
F4 |
Ignore step/Reactivate step |
F6 |
Add an Extract step |
F7 |
Add a Goto step |
F8 |
Add a Condition step |
F9 |
Add a Repeat step |
F10 |
Add an Extract field |
F11 |
Add an Action step |
F12 |
Add a Multiple Conditions step |
Alt + F12 |
Add a Case step (under a Multiple Conditions step) |
Home |
Go to the first step in the workflow |
End |
Go to the last step in the workflow |
Alt + V |
Validate records |
Shift + F10 or Ctrl + Shift + F10 |
Open context menu |
Viewer pane
The following key combinations activate a function in the Viewer.
Key combination | Function |
---|---|
Alt + - | Open system menu |
Ctrl + - |
Zoom out Tip: You can also use the mouse's scroll wheel in combination with the Ctrl button to gradually zoom in or out. |
Ctrl + + |
Zoom in |
Ctrl + Shift + E | Switch to Editor |
Ctrl + F6 | Next editor (when there is more than one file open in the Workspace) |
Ctrl + Shift + F6 | Previous editor (when there is more than one file open in the Workspace) |
Data Model pane
Key combination | Function |
---|---|
PageUp | Go to previous record |
PageDown | Go to next record |
Alt + CR | Property page |
Alt + PageDown | Scroll down to the last field |
Alt + PageUp | Scroll up to the first field |
Steps tab
Key combination | Function |
---|---|
Ctrl + - |
Zoom out |
Ctrl + + |
Zoom in |
Edit Script and Expression windows
The following key combinations have a special function in the Expression and in the Edit Script windows (expanded view).
Key combination | Function |
---|---|
Ctrl + space | Content assist (auto-complete) |
Ctrl + A | Select all |
Ctrl + D | Duplicate line |
Ctrl + I | Indent (Tab) |
Ctrl + J | Line break |
Ctrl + L | Go to line; a prompt opens to enter a line number. |
Ctrl + Shift + D | Delete line |
Shift + Tab | Shift selected lines left |
Tab | Shift selected lines right |
Ctrl + / |
Comment out / uncomment a line in code |
Ctrl + Shift + / |
Comment out / uncomment a code block |