Keyboard Shortcuts
Sometimes it is easier to work strictly with the keyboard than to switch to the mouse. There are a number of keyboard shortcuts available in AIMMS that allow for quick access to certain features within AIMMS.
The table below provides a list of shortcuts provided by AIMMS.
Key |
Function |
---|---|
|
Open AIMMS Help |
|
Rename selected item in a tree (e.g. page, identifier, menu item) |
|
Find and repeat find ( |
|
Switch between edit mode and end-user mode (for the active page, only in developer mode) |
|
Compile all |
|
Run the MainExecution procedure |
|
Toggle the AIMMS debugger mode |
|
Insert/remove a debug point at current line |
|
Continue execution in debugger mode |
|
Step Over in debugger mode |
|
Step Into in debugger mode |
|
Open the Model Explorer |
|
Open the Identifier Selector |
|
Open Page Manager |
|
Save the active page in WinUI |
|
Open Template Manager |
|
Open Menu Builder |
|
Open Data Manager |
|
Open Data Management Setup |
|
Open Identifier Info dialog |
|
Open Data Page of the currently selected identifier |
|
Open the Find dialog |
|
Open the Find all dialog |
|
Open Messages Window |
|
Open Progress Window |
|
View text representation of the selected identifier(s) |
|
View text representation of the whole model |
|
Open the Wizard dialog for the currently selected attribute |
|
Name completion (only identifiers declared in the model) |
|
Name completion (including identifiers predeclared by AIMMS) |
|
Check, commit, and close current attribute form |
|
Insert a node (when single insert choice) or Open Select Node Type dialog (when multiple insert choices) |
|
Comment the selected code |
|
Uncomment the selected code |
|
Close node (Declaration, Section, Procedure…) when selected |
|
Open node (Declaration, Section, Procedure…) when selected |
Another “shortcut” you may find handy is a way to quickly run a procedure other than the MainExecution (as this already has the keyboard shortcut F6).
To run any procedure using only the keyboard:
Press
Alt
+R
to open the Run menu.Press
P
to open the Run Procedure dialog.Type the name of the procedure you want to run.