This section lists and describes the keyboard shortcuts that include the Ctrl+Alt keys:

Ctrl+Alt+Alphanumeric keys

ShortcutFunctionUse this shortcut to...
Ctrl+Alt+BNavigate to ImplementationNavigate to implementation of an item at the caret.
Ctrl+Alt+CExtract ConstantReplace selected expression with a constant (static final field) (Refactoring).
Ctrl+Alt+FExtract FieldPut a selected expression result into a field (Refactoring).
Ctrl+Alt+GRun Grails targetExecute Grails target with the specified target name.
Ctrl+Alt+HCall HierarchyBrowse call hierarchy for the selected method.
Ctrl+Alt+IAuto-indent LinesIndent current line or selected block according to the Code Style Settings.
Ctrl+Alt+JSurround with Live TemplateSurround the selection with one of the Live Templates.
Ctrl+Alt+MExtract MethodCreate a method from the selected code (Refactoring).
Ctrl+Alt+NInlineInline a selected method/variable (Refactoring).
Ctrl+Alt+PExtract ParameterTurn a selected expression into a method parameter (Refactoring).
Ctrl+Alt+TSurround withSurround selected code fragment with if, while, try/catch, or another construct.
Ctrl+Alt+VExtract VariablePut selected expression result into a variable (Refactoring).
Ctrl+Alt+YSynchronizeDetect all externally changed files and reload them from disk.

Ctrl+Alt+Navigation keys

ShortcutFunctionUse this shortcut to...
Ctrl+Alt+DownNavigate to Next OccurrenceNavigate to a next found item in the Find or Messages tool window.
Ctrl+Alt+LeftBack Undo last navigation operation.

On a Mac OS X computer, you can also use the three-finger right-to-left swipe gesture.

Ctrl+Alt+RightForward Redo last undone navigation operation.

On a Mac OS X computer, you can also use the three-finger left-to-right swipe gesture.

Ctrl+Alt+UpClass Name Code CompletionComplete class name and, if necessary, create an import statement for it.
Ctrl+Alt+HomeNavigate to Related FileNavigates between files with the various relationships. See Navigation in Source Code.

Ctrl+Alt+Function (F) key

ShortcutFunctionUse this shortcut to...
Ctrl+Alt+F6Switch to another coverage suite.Open the Coverage Suites popu-up window and select the desired suite to run.
Ctrl+Alt+F7Show usagesShow usages of a symbol at the caret.
Ctrl+Alt+F8Quick Evaluate ExpressionEvaluate an arbitrary expression without calling Evaluate Expression dialog box.
Ctrl+Alt+F9Force Run To CursorRun to the line where the caret is located, ignoring breakpoints.

See Also

Procedures:

Reference:

Getting Started:

Web Resources: