This section lists and describes the keyboard shortcuts that include the
⇧ key:
Shift+Navigation keys
| Shortcut | Function | Use this shortcut to... |
|---|
| ⇧↓⇧↓⇧↓⇧↓⇧↓ | Down with Selection | Move the caret one line down selecting the text. |
| ⇧↘⇧↘⇧↘⇧↘⇧↘ | Move to Line End with Selection | Move the caret to the end of line, selecting text. |
| ⇧⏎⇧⏎⇧⏎⇧⏎⇧⏎ | Start New Line | Start a new line after the current one, positioning the caret in accordance with the current
indentation
level (equal to sequential pressing End, Enter).
|
| ⇧⎋⇧⎋⇧⎋⇧⎋⇧⎋ | Hide Active Window | Hide the currently active tool window. |
| ⇧↖⇧↖⇧↖⇧↖⇧↖ | Move to Line Start with Selection | Move the caret to the beginning of line, selecting the text. |
| ⇧←⇧←⇧←⇧←⇧← | Left with Selection | Move the caret one character to the left selecting the text. |
| ⇧⇟⇧⇟⇧⇟⇧⇟⇧⇟ | Page Down with Selection | Move the caret one page down selecting the text. |
| ⇧⇞⇧⇞⇧⇞⇧⇞⇧⇞ | Page Up with Selection | Move the caret one page up selecting the text. |
| ⇧→⇧→⇧→⇧→⇧→ | Right with Selection | Move the caret one character to the right selecting the text. |
| ⇧⇥⇧⇥⇧⇥⇧⇥⇧⇥ | Unindent Selection | Move selected block to the previous indent level. |
| ⇧↑⇧↑⇧↑⇧↑⇧↑ | Up with Selection | Move the caret one line up selecting the text. |
Shift+Function (F) keys
| Shortcut | Function | Use this shortcut to... |
|---|
| ⇧F1⇧F1⇧F2⇧F1⇧F1 | External Documentation | Open browser with the documentation for the selected item. Refer to Viewing Inline Documentation for
details. |
| ⇧F2⇧F2⇧⌘.⇧F2⇧F2 | One of the following:
- Navigate to Previous Highlighted Error.
- Stop Program.
| Depending on whether you are editing or debugging:
- When editing: Navigate to the previous found error/warning.
- When debugging: Terminate the debugging session.
|
| ⌘GF3⌘KF3F3/
⇧⌘G⇧F3⇧⌘K⇧F3⇧F3 | Search for next/previous occurrence | Jump to the next/previous occurrence of the selected word in the editor. |
| ⇧F6⇧F6⇧F6⇧F6⇧F6 | Rename |
Rename
a statement and correct all references. (Refactoring).
|
| ⇧F7⇧F7⌥F5⇧F7⇧F7 | Move to Previous Difference/Smart Step Into | Move to a previous difference in a view./ Select the method to step in, if the current line
contains multiple method call expressions. (Debugger). |
| ⇧F8⇧F8F7⇧F11⇧F8 | Step Out | Step to the first executed line after returning from a current method. |
| ⌃D⇧F9⌘F11⌥F5⇧F9 | Debug | Debug application. |
| ⌃R⇧F10⇧⌘F11⌃F5⇧F10 | Run | Run application. |
| ⌘F3⇧F11⌘F3⌥F2⇧F11 | Show Bookmarks | Open Bookmarks dialog to manage existing bookmarks and navigate between
them. |
| ⇧F12⇧F12⇧F12⇧F12⇧F12 | Restore Default layout | Restore the default IntelliJ IDEA layout (tool windows positions, buttons location and order).
To restore the default layout, check the option Store Current Layout as Default in the Window menu.
|
See Also
Procedures:
Reference:
Getting Started: