IBM SPSS Modeler Keyboard Shortcuts (Windows & Mac) — Complete List
Quick answer: IBM SPSS Modeler keyboard shortcuts let you build, navigate, and run data streams without reaching for the mouse. The most-used keys are Ctrl+N (new stream), Ctrl+O (open stream), Ctrl+E (run the current stream), Ctrl+A (select all nodes), and Delete (remove a selected node). A full, categorized list plus Mac equivalents and a free PDF cheat sheet is below.
What Are SPSS Modeler Shortcuts?
SPSS Modeler shortcuts are keyboard key combinations that trigger actions in IBM SPSS Modeler, the visual data-mining and predictive-analytics workbench. Because most work in Modeler happens on the stream canvas where you connect nodes into a data flow shortcuts that move focus, select nodes, toggle caches, and run streams can meaningfully speed up model building.
Modeler shortcuts fall into a few groups: window-navigation keys (move focus between panes), node and stream keys (add, select, connect, and run nodes), cache and SuperNode keys, and standard Windows keys (copy, paste, save) that Modeler also supports. The tables below are organized the same way so you can find what you need fast.
Note on versions: These shortcuts reflect IBM’s current documentation for SPSS Modeler 18.x and the Cloud Pak for Data / SaaS editions. A few legacy shortcut keys that conflict with standard Windows keys are supported with an added Alt key for example, Ctrl+Alt+C toggles the cache.
Most-Used IBM SPSS Modeler Shortcuts
| Action | Shortcut (Windows) |
|---|---|
| Create a new blank stream | Ctrl + N |
| Open an existing stream | Ctrl + O |
| Save the current stream | Ctrl + S |
| Copy | Ctrl + C |
| Paste | Ctrl + V |
| Cut | Ctrl + X |
| Undo | Ctrl + Z |
| Select all nodes in the stream | Ctrl + A |
| Run the current stream | Ctrl + E |
| Delete a selected node | Delete |
| Open the pop-up menu for a node or stream | Shift + F10 |
| Open the Help system | F1 |
Window Navigation Shortcuts
| Action | Shortcut (Windows) |
|---|---|
| Move focus to the node palettes | Ctrl + F5 |
| Move focus to the stream canvas | Ctrl + F6 |
| Move focus to the managers pane | Ctrl + F7 |
| Move focus to the project pane | Ctrl + F8 |
| Cycle focus between managers, project pane, and node palettes | F6 |
| Move focus to a tab by number (1st, 2nd, …) | Ctrl + number key |
| Open the File menu | F10 |
| Close a pop-up menu or dialog box | Esc |
Node & Stream Building Shortcuts
| Action | Shortcut (Windows) |
|---|---|
| Add the selected palette node to the canvas | Enter |
| Add a palette node to the canvas without selecting it | Ctrl + Enter |
| Add a palette node to the canvas and select it | Alt + Enter |
| Select / deselect a focused node or comment | Shift + Spacebar |
| Toggle selection of one node without affecting others | Ctrl + Shift + Spacebar |
| Select a node and all nodes downstream | Ctrl + Q |
| Deselect a node and all selected nodes downstream | Ctrl + W |
| Duplicate a selected node | Ctrl + Alt + D |
| Rename a node (opens the Annotations tab) | Ctrl + Alt + R |
| Load a saved model (.nod) into the stream | Ctrl + Alt + L |
| Create a User Input source node | Ctrl + Alt + U |
| Move focus to the palette tab’s first node | Ctrl + Down Arrow |
| Move focus from a node back to its palette tab | Ctrl + Up Arrow |
| Move selected nodes horizontally on the canvas | Alt + Left/Right Arrow |
| Move selected nodes vertically on the canvas | Alt + Up/Down Arrow |
| Cycle through source nodes and comments | Tab |
| Cycle through nodes in reverse | Shift + Tab |
| Jump to the next node whose name starts with a letter | Any alphabetic key |
Connecting and disconnecting nodes
| Action | Shortcut (Windows) |
|---|---|
| Start connecting a selected node (then Tab to target, Shift+Spacebar to finish) | F2 |
| Delete all connections for the selected node | F3 |
| Delete a single node or connection | Delete |
Cache & SuperNode Shortcuts
| Action | Shortcut (Windows) |
|---|---|
| Toggle a node’s cache on or off | Ctrl + Alt + C |
| Flush a node’s cache | Ctrl + Alt + F |
| Expand a SuperNode | Ctrl + Alt + X |
| Zoom in on a SuperNode | Ctrl + Alt + Z |
| Zoom out of a SuperNode | Ctrl + Alt + Shift + Z |
SPSS Modeler Shortcuts for Mac
SPSS Modeler is primarily a Windows-based application, and IBM’s published shortcut tables use Windows keys. If you run Modeler on macOS (for example, through a virtual machine, remote desktop, or the web-based Cloud Pak interface), the standard editing keys generally map from Ctrl to Command (⌘), while the application-specific Ctrl+Alt and function-key combinations stay the same.
| Action | Windows | Mac (typical equivalent) |
|---|---|---|
| New stream | Ctrl + N | ⌘ + N |
| Open stream | Ctrl + O | ⌘ + O |
| Save stream | Ctrl + S | ⌘ + S |
| Copy / Paste / Cut | Ctrl + C / V / X | ⌘ + C / V / X |
| Undo | Ctrl + Z | ⌘ + Z |
| Select all nodes | Ctrl + A | ⌘ + A |
How to Customize SPSS Modeler Shortcuts
IBM SPSS Modeler does not offer a general-purpose “remap every key” editor the way some IDEs do, but you can still tailor your workflow:
- Use annotations and node names. Press Ctrl+Alt+R to open a node’s Annotations tab and give it a custom name. Then press any alphabetic key on the canvas to jump straight to nodes by their first letter.
- Lean on the Expression Builder. When editing Derive or Filler nodes, the Expression Builder lets you insert field values and CLEM functions quickly, reducing typing.
- Generate nodes from output. In a results table, select fields, click Generate, and add a node directly faster than building it by hand.
- Cache strategically. Toggle caching with Ctrl+Alt+C on slow upstream nodes so reruns skip recomputation, and flush with Ctrl+Alt+F when data changes.
Download the SPSS Modeler Shortcuts PDF
Want a printable cheat sheet? Download the full IBM SPSS Modeler Keyboard Shortcuts PDF and keep it next to your keyboard while you build streams.
⬇ Download the SPSS Modeler Shortcuts PDF Cheat Sheet
Frequently Asked Questions
What is the shortcut to run a stream in SPSS Modeler?
Press Ctrl+E with focus on the stream canvas to run the current stream.
How do I delete a node in SPSS Modeler?
Select the node and press Delete. To remove only its connections, select the node and press F3.
How do I connect two nodes using the keyboard?
Select the first node and press F2 to start the connection, use Tab to move to the target node, then press Shift+Spacebar to complete the link.
What does Ctrl+Alt+C do in SPSS Modeler?
It toggles caching on or off for the selected node. This legacy command uses Alt because Ctrl+C is reserved for the standard Windows copy action.
Does SPSS Modeler have Mac keyboard shortcuts?
IBM publishes Windows shortcuts. On macOS environments, standard editing keys typically map Ctrl → ⌘, while application-specific Ctrl+Alt and function-key shortcuts generally stay the same. Confirm behavior through the in-app Help menu for your edition.
How do I expand a SuperNode with the keyboard?
Select the SuperNode and press Ctrl+Alt+X to expand it. Use Ctrl+Alt+Z to zoom in and Ctrl+Alt+Shift+Z to zoom out.
Are these shortcuts the same in older SPSS Modeler versions?
The core keys have been stable across recent releases (18.x and Cloud Pak / SaaS). A few legacy keys that clashed with Windows defaults are supported with an added Alt key. Always verify against the Help menu in your specific version.
Conclusion
Keyboard shortcuts turn IBM SPSS Modeler from a click-heavy tool into a fast, fluid environment for building predictive models. Start with the everyday keys Ctrl+N, Ctrl+O, Ctrl+E, Ctrl+A, and Delete then layer in the navigation (Ctrl+F5–F8), connection (F2, F3), and cache (Ctrl+Alt+C / F) shortcuts as they become muscle memory. Bookmark this page or grab the PDF, and you’ll spend less time clicking and more time analyzing.
READ NEXT:





