Dynamics AX 2009 Keyboard Shortcuts



Dynamics AX 2009 Keyboard ShortcutsContents TOC \o "1-3" \h \z \u Viewing/Navigation Options PAGEREF _Toc250389350 \h 1Standard Forms PAGEREF _Toc250389351 \h 2Filtering Commands PAGEREF _Toc250389352 \h 3Actions Specific to Grids PAGEREF _Toc250389353 \h 4AOT PAGEREF _Toc250389354 \h 5Code Editor PAGEREF _Toc250389355 \h 6Debugger PAGEREF _Toc250389356 \h 7Appendix PAGEREF _Toc250389357 \h 8How the List was Generated PAGEREF _Toc250389358 \h 8Menu Key Explanation PAGEREF _Toc250389359 \h 9Viewing/Navigation OptionsAccelerator KeysTask DescriptionAlt+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 PaneCtrl+Shift+DToggle the content pane between Developer and Content modesDeveloper mode makes the content frame (where area pages and list pages are viewed) restorable/minimizable so it is easier to work with developer windows.Ctrl+F1Open global search paneAlt+F5Toggle the docking status of a docking windowAlt+F6Move to the next docked windowAlt+Shift+F6Move to the previous docked windowCtrl+F6Move to the next MDI windowCtrl+Shift+F6Move to the previous MDI windowCtrl+Shift+VOpen the Version control parameters formCtrl+WOpen a new workspaceF11Focus the address bar in edit mode (works from anywhere)Alt+Left ArrowShortcut for the Back button on the address barAlt+Right ArrowShortcut for the Forward button on the address barFrom area page, list page or developer (MDI) windowAlt+MShow the Microsoft Dynamics AX Command BarAlt+WShow Windows menu Hint: do this then press a to close all windows. Alt+VShow View menuAlt+HShow Help menuAltShow keytipsPress the corresponding key to navigate directly to action pane tab/group/buttonThere may be one or more action pane tabs/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 DescriptionCtrl+NCreate a new recordCtrl+SSave current recordAlt+F9Delete record(s)Ctrl+F4Close the active window (saving changes)EscorCtrl+QClose the active window (cancelling changes)Alt+F4Close the active window from an SDI form (saving changes)Close the application from the main windowCtrl+PPrint the auto-report associated with the current formCtrl+ASelect all rows in the currently active data source (works regardless of whether you are in a grid or not)Alt+Down ArrowDrop down a lookup field or dropdown listCtrl+Alt+F4orMenu + GGo to Main Table FormF10Activate 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 formCtrl+Shift+EndGo to the last entry field in the formCtrl+Page UpGo to the previous field groupCtrl+Page DownGo to the next field groupShift+F10Open the context menu for the current fieldPage UpMove to the previous page of recordsPage DownMove to the next page of recordsCtrl+HomeMove to the first recordCtrl+EndMove to the last recordF5Refresh all data sources on the current formCtrl+F5Restore only the active recordFiltering CommandsAccelerator KeysTask DescriptionCtrl+FFind by field (clears previously applied filters)Ctrl+KFilter by field (appends to previously applied filters)Alt+F3Filter by selectionCtrl+F3Open advanced filter windowCtrl+Shift+F3Clear all filtersWithin a GridCtrl+GEnable/disable Filter by GridCtrl+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 ListPageShift+F3Focus the Quick Filter (“Type to filter” area)Focus in Quick FilterEnterExecute/Clear Quick FilterDown ArrowDrop down the Quick Filter’s field chooser menuActions Specific to GridsAccelerator KeysTask DescriptionCtrl+EExport to Excel (only contents of grid)Ctrl+CCopy:If a single cell is selected, copies just that cell contents.If the entire row is selected or multiple rows are selected, copies the 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 recordCtrl+Up/Down ArrowMove focus to the previous/next record, leaving the current record marked and not marking the newly focused recordShift+Up/Down ArrowMove focus to the previous/next record, leaving the current record marked and marking the newly focused recordCtrl+Shift+Home/EndMark all records between the currently selected record and the first/last recordEditable GridsShift+SpaceMark the current record, leaving previously marked records marked.Read-only Grids (such as on a list page)EnterExecute the default action (only on list page grids, usually opens the corresponding details form for selected record)For non-list page 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 the left arrow will mark the row.Right ArrowMove focus one field to the rightCtrl+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 markedShift+Page Up/Page DownMark all records between the currently selected record and the previous/next page of recordsAOTAccelerator KeysTask DescriptionCtrl+DOpen the AOTCtrl+Shift+POpen the Projects windowCtrl+ O orMenu + OIn a job: Execute the jobIn a class: Run the main(Args) methodIn a form: Launch the formIn a report: Run the reportIn a table: Launch the Table Browser for this tableMenu + WOpen a new AOT window, with only the current nodeCtrl+NCreate a new objectEnterorCtrl+Shift+F2Edit an objectCtrl+SSave the current objectCtrl+Shift+SSave all modified objectsDeleteDelete the current objectF2Rename the current objectMenu + RRestore the state of the current object from disk, cancelling any pending changesCtrl+Shift+IImport one or more application objects from a fileMenu + XExport the current node to an XPO fileF7CompileCtrl+PPrint the active application object (basically XPO contents)Alt+EnterOpen the property sheetCtrl+FFind windowCtrl+GCompare different versions of the application objectAlt+Left ArrowMove the object to the level of its current parent node in the treeAlt+Right ArrowMake the current object a child of the nearest container above it in the treeAlt+Up ArrowMove the object one slot up in its current level of the treeAlt+Down ArrowMove the object one slot down its current level of the treeNumber Pad *Expand all sub-trees under this nodeShift+F9View breakpointsCtrl+Shift+F9Remove all breakpointsSource ControlAlt+ICheck the application object into the version control systemAlt+OCheck out the application object for editingAlt+UUndo check outCode EditorAccelerator KeysTask DescriptionCtrl+NCreate a new method/jobCtrl+SSave current method/jobF5Context: DescriptionJob: Execute the jobClass: Run the main(Args) methodForm: Launch the formReport: Run the reportCtrl+FFind and Replace (Find tab focused)Ctrl+HFind and Replace (Replace tab focused)F3Repeat the last findCtrl+GGo to the specified lineF4Go to the next error/warning/taskF9Insert or remove a breakpointCtrl+F9Enable or disable a breakpointShift+F9View breakpointsCtrl+Shift+F9Remove all breakpointsCtrl+SpaceList properties and methods for the selected objectCtrl+Alt+SpaceLookup a selected label or textCtrl+Shift+SpaceGo to the definition of the selected methodF2List all tablesCtrl+TList all Extended Data TypesF11List all enums F12List all classesShift+F2List language-reserved wordsShift+F4List built-in functionsAlt+ROpen the Scripts context menuF6Close the current tab discarding all changes since last saveF8Close, and save the current tab Ctrl+LDelete the current lineCtrl+Shift+LDelete from cursor to the end of the lineSelection ModesAlt+ASelect Area - Area Selection Mode – clicking and selecting an area in the editor occurs as in typical editors (default setting)Alt+OSelect 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+LSelect Lines - Line Selection Mode – clicking a line will select the entire row; clicking and selecting an area will always select the entire lineAlt+UUndo Selection - Unselect the current selectionDebuggerAccelerator KeysTask DescriptionF5GoShift+F5StopF11Step into function callsF10Step over function callsCtrl+F11Step out of the functionCtrl+F10Run to cursorCtrl+Shift+F10Set next statementAlt+Number Pad *Show next statementShift+F9View breakpointsF9Insert or remove a breakpointCtrl+F9Enable or disable a breakpointCtrl+Shift+F9Remove all breakpointsCtrl+Alt+LineShow/hide line numbersCtrl+Alt+VView variablesCtrl+Alt+CDisplay the call stackCtrl+Alt+OView outputCtrl+Alt+BView breakpointsCtrl+Alt+WView watchCtrl+Alt+MToggle workbook modeCtrl+Alt+DRestore default layoutCtrl+F4Close windowCtrl+Shift+F4Close all windowsCtrl+F6Next windowCtrl+Shift+F6Previous windowDuring code executionCtrl+BreakBreak execution of currently running scriptTo 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.AppendixHow the List was GeneratedThe shortcuts and descriptions in this document were generated by using the -internal=GENERATEKEYHELP command line argument in AX which outputs all kernel actions that have associated accelerator keys. The descriptions have been edited to contain more content for clarification. This list has been truncated to include only commands which don’t require a menu to be invoked. For instance, the menu item File > Print Preview has the accelerator key “i" when the menu is open, but the menu item can’t be invoked without first opening the menu, unlike File > Print, which can be invoked simply by pressing Ctrl + P.Menu Key ExplanationCertain entries in the list refer to the Menu key in the Accelerator Keys column. This key is located between the Alt and Ctrl keys on the right side of most modern desktop keyboards and in the upper right area on laptop keyboards:The Menu key invokes the context menu for wherever focus currently resides. Entries that use the Menu key have been added in cases where using the Menu key to invoke an action requires the same or less keystrokes or for certain actions that do not have a non-menu accelerator key. ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download