Home

Wednesday, December 4, 2013

Ax 2009 shortcut keys

Dynamics AX 2009 Keyboard Shortcuts

Viewing/Navigation options 

Accelerator KeysTask Description
Alt+F1Show Navigation Pane (if it is not in auto-hide mode)This shortcut works from both MDI & SDI windows, so it is a good shortcut to get back to the main workspace.
Shift+Alt+F1Enable/Disable auto-hide for the Navigation Pane
Ctrl+Shift+DToggles the Content Pane between Developer and Content modes.  Developer mode makes the content frame (where Area pages & List pages are viewed) restorable/minimizable so it is easier to work with developer windows.
Ctrl+F1Open global search pane
Alt+F5Toggle the docking status of a docking window
Alt+F6Move to the next docked window
Alt+Shift+F6Move to the previous docked window
Ctrl+F6Move to the next MDI window
Ctrl+Shift+F6Move to the previous MDI window
Ctrl+Shift+VOpen “Version control parameters” form
Ctrl+WOpen a new workspace
F11Focus the Address Bar in edit mode (works from anywhere)
Alt+Left ArrowShortcut for the Back button on the Address bar
Alt+Right ArrowShortcut for the Forward button on the Address bar
From AreaPage, ListPage or developer (MDI) window 
Alt+MShow the Microsoft Dynamics AX Command Bar
Alt+WShow Windows menuHint: do this then press “a” to close all windows.
Alt+VShow View menu
Alt+HShow Help menu
AltShow KeytipsPress the corresponding key to navigate directly to ActionPaneTab/Group/Button
There may be one or more ActionPaneTabs/Groups/Buttons with the same letter for a Keytip.  To execute a duplicate Keytip, keep pressing the letter until focus is on the one you want and then hit Enter.

 Standard Forms 

Accelerator KeysTask Description
Ctrl+NCreate a new record
Ctrl+SSave current record
Alt+F9Delete record(s)
Ctrl+F4Close the active window (saving changes)
Escor
Ctrl+Q
Close the active window (cancelling changes)
Alt+F4Close the active window from SDI form (saving changes), Close the application from the main window
Ctrl+PPrint auto-report associated with current form
Ctrl+ASelect all rows in the currently active data source (works regardless of whether you are in a grid or not)
Alt+Down ArrowDrops down a lookup field or drop-down-list
Ctrl+Alt+F4or
Menu + G
Go to Main Table Form
F10Activate the form’s menu bar (File, Edit, etc.)
Enter or TabMove to the next fieldEnter will skip over buttons and will move to fields across tabs.
Tab will navigate to buttons and will always stay on the same tab page.
Shift+Enter or Shift+TabMove to the previous field (same caveats as previous row)
Ctrl+Shift+HomeGo to the first entry field in the form
Ctrl+Shift+EndGo to the last entry field in the form
Ctrl+Page UpGo to the previous field group
Ctrl+Page DownGo to the next field group
Shift+F10Open context menu for current field
Page UpMove to the previous page of records
Page DownMove to the next page of records
Ctrl+HomeMove to the first record
Ctrl+EndMove to the last record
F5Refresh all data sources on the current form
Ctrl+F5Restore only the active record

 Filtering Commands 

Accelerator KeysTask Description
Ctrl+FFind by Field (clears previously applied filters)
Ctrl+KFilter by Field (appends to previously applied filters)
Alt+F3Filter by Selection
Ctrl+F3Open Advanced Filter window
Ctrl+Shift+F3Clear all filters
Within a Grid 
Ctrl+GEnable/Disable Filter by Grid
Ctrl+Up ArrowFrom a grid cell, move focus to the Filter by Grid input cell for that column (Filter by Grid must be enabled)
On a ListPage 
Shift+F3Focus the Quick Filter (“Type to filter” area)
Focus in Quick Filter 
EnterExecute/Clear Quick Filter
Down ArrowDrop down the Quick Filter’s Field Chooser menu

 Actions Specific to Grids 

Accelerator KeysTask Description
Ctrl+EExport to Excel (only contents of grid)
Ctrl+CCopy:1)      If Single cell is selected, copies just that cell contents
2)      If the entire row is selected or multiple rows are selected, copies values for ALL fields on all the rows (including those off the grid)
Up/Down ArrowMove focus to the next/previous record, unselecting the current record
Ctrl+Up/Down ArrowMove focus to the previous/next record, leaving the current record marked and not marking the newly focused record
Shift+Up/Down ArrowMove focus to the previous/next record, leaving the current record marked and marking the newly focused record
Ctrl+Shift+Home/EndMark all records between the currently selected record and the first/last record
Editable Grids 
Shift+SpaceMark the current record, leaving previously marked records marked.
Read-only Grids(such as on a ListPage) 
EnterExecute default action (only on ListPage grids, usually opens the corresponding details form for selected record)For, Non-ListPage forms, Enter will move to the next field
Left ArrowMove focus one field to the left.  If focus is already in the left-most column, hitting Left Arrow will “mark” the row.
Right ArrowMove focus one field to the right.
Ctrl+SpaceMark the current record, leaving previously marked records marked.
Shift+SpaceMark all records between the current record and the top-most marked record (or the top record if none are marked), leaving previously marked records marked.
Shift+Page Up/Page DownMark all records between the currently selected record and the previous/next page of records.
 AOT
Accelerator KeysTask Description
Ctrl+DOpen the AOT
Ctrl+Shift+POpen the Projects window
Ctrl+ O  orMenu + OContext: DescriptionJob: Execute the job
Class: Run the main(Args) method
Form: Launch the form
Report: Run the report
Table: Launch Table Browser for this table
Menu + WOpen new AOT window, with only the current node
Ctrl+NCreate a new object
Enteror
Ctrl+Shift+F2
Edit an object
Ctrl+SSave current object
Ctrl+Shift+SSave all modified objects
DeleteDelete current object
F2Rename current object
Menu + RRestore the state of the current object from disk, cancelling any pending changes
Ctrl+Shift+IImport one or more application objects from a file
Menu + XExport the current node to an XPO
F7Compile
Ctrl+PPrint the active application object (basically XPO contents)
Alt+EnterOpen the property sheet
Ctrl+FFind window
Ctrl+GCompare different versions of the application object
Alt+Left ArrowMove the object to the level of its current parent node in the tree
Alt+Right ArrowMake the current object a child of the nearest container above it in the tree
Alt+Up ArrowMove the object one slot up in its current level of the tree
Alt+Down ArrowMove the object one slot down its current level of the tree
Number Pad *Expand all sub-trees under this node
Shift+F9View breakpoints
Ctrl+Shift+F9Remove all breakpoints
Source Control 
Alt+ICheck the application object into the version control system
Alt+OCheck out the application object for editing
Alt+UUndo check out

 Code Editor 

Accelerator KeysTask Description
Ctrl+NCreate a new method/job
Ctrl+SSave current method/job
F5Context: DescriptionJob: Execute the job
Class: Run the main(Args) method
Form: Launch the form
Report: Run the report
Ctrl+FFind and Replace (Find tab focused)
Ctrl+HFind and Replace (Replace tab focused)
F3Repeat the last find
Ctrl+GGo to the specified line
F4Go to the next error/warning/task
F9Insert or remove a breakpoint
Ctrl+F9Enable or disable a breakpoint
Shift+F9View breakpoints
Ctrl+Shift+F9Remove all breakpoints
Ctrl+SpaceList properties and methods for the selected object
Ctrl+Alt+SpaceLookup a selected label or text
Ctrl+Shift+SpaceGo to the definition of the selected method
F2List all tables
Ctrl+TList all Extended Data Types
F11List all enums
F12List all classes
Shift+F2List language-reserved words
Shift+F4List built-in functions
Alt+ROpen the “Scripts” context menu
F6Close the current tab discarding all changes since last save
F8Close, and save the current tab
Ctrl+LDelete the current line
Ctrl+Shift+LDelete from cursor to the end of the line
Selection Modes 
Alt+A“Select Area” – Area Selection Mode – clicking and selecting an area in the editor occurs as in typical editors (default setting)
Alt+O“Select Columns” – Block Selection Mode – clicking and selecting an area will do so in a rectangle starting from the initial mouse cursor position (entire lines are not selected)
Alt+L“Select Lines” – Line Selection Mode – clicking a line will select the entire row, clicking and selecting an area will always select the entire lines.
Alt+U“Undo Selection” – Unselect the current selection.
 Debugger
Accelerator KeysTask Description
F5Go
Shift+F5Stop
F11Step into function calls
F10Step over function calls
Ctrl+F11Step out of the function
Ctrl+F10Run to cursor
Ctrl+Shift+F10Set next statement
Alt+Number Pad *Show next statement
Shift+F9View breakpoints
F9Insert or remove a breakpoint
Ctrl+F9Enable or disable a breakpoint
Ctrl+Shift+F9Remove all breakpoints
Ctrl+Alt+LineShow/hide line numbers
Ctrl+Alt+VView variables
Ctrl+Alt+CDisplay the call stack
Ctrl+Alt+OView output
Ctrl+Alt+BView breakpoints
Ctrl+Alt+WView watch
Ctrl+Alt+MToggle workbook mode
Ctrl+Alt+DRestore default layout
Ctrl+F4Close window
Ctrl+Shift+F4Close all windows
Ctrl+F6Next window
Ctrl+Shift+F6Previous window
During code execution 
Ctrl+BreakBreak execution of currently running script.To open the debugger where the execution is stopped, when the “Are you sure that you want to cancel this operation?” dialog comes up, hold SHIFT and click the No button.