IntelliJ (Windows)

Editing

Show intention actions and quick-fixes

Alt + Enter

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

Similar combinations for other applications


Eclipse Helios (Windows)
Show and access file properties
Manage Files and Projects

Alt + Enter


Microsoft Outlook 2010 (Windows)
Show email properties
Messages in Main View - Message List and Single Messages

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Work with Data Selections - Edit Inside Cells

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Managing 'Windows' in Windows 7 - Manipulate Items in Explorer

Alt + Enter


Android Emulator (Windows)
Toggle fullscreen mode
Other Device Keys

Alt + Enter


Firefox (Linux)
Download selected link
Inside Webpages

Alt + Enter


Firefox (Windows)
Download selected link
Inside Webpages

Alt + Enter


Microsoft OneNote 2010 (Windows)
Create another paragraph in the same cell in a table.
Creating and Manipulating OneNote Tables

alt + enter


Microsoft Excel 2003 (Windows)
Wrap texts in a cell
Common

Alt + Enter


Microsoft Outlook 2010 (Windows)
Show email properties
Messages in Compose View - Message List and Single Messages

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Windows Explorer - Manipulate Items in Explorer

Alt + Enter


Access 2010 (Windows)
Display a property sheet
Manage Access Features - Design View

Alt + Enter


Inpage (Windows)
To switch between master page and document
For Page Change

Alt + Enter


Phoenix Viewer (Windows)
Toggle Fullscreen
View

Alt + Enter


Media Player Classic (MPC) (Windows)
Fullscreen
Most used

Alt + Enter


Tekla Structures 14.0 (Windows)
Properties
General shortcuts

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Insert and Edit Data - Edit Inside Cells

Alt + Enter


Access 2010 (Windows)
Display property dialog box
Manage Access Features - Pivot Table

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Windows Admin - Manipulate Items in Explorer

Alt + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and copy object
Panel Shortcuts - Transform Panel

Alt + Enter


MyLifeOrganized (Windows)
When in Rapid Text Entry box, parse the title into Tags; when in Search box move focus to 1st search result
Accessing Features

Alt + Enter


Total Commander 8 (Windows)
Show property sheet.
Main Shortcuts

Alt + Enter


Microsoft Outlook 2010 (Windows)
Show email properties
Calendar Shortcuts - Message List and Single Messages

Alt + Enter


Opera (Linux)
Edit Item properties
Focus

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
Manage Access Features - Other Shortcuts

Alt + Enter


Oracle SQL Developer 4 (Windows)
Cell Popup
Data Editor

Alt + Enter


Microsoft Windows 8 (Windows)
Open Properties dialog box
Windows Explorer - Manage Items in Explorer

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Ease of Access and Magnifier - Manipulate Items in Explorer

Alt + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and copy object
Additional Shortcuts - Transform Panel

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Format Data - Edit Inside Cells

Alt + Enter


Access 2010 (Windows)
Display a property sheet
Working with Text and Data - Design View

Alt + Enter


Microsoft Windows 7 (Windows)
Show properties of current photo
Photo Viewer

Alt + Enter


Android Emulator (Linux)
Toggle fullscreen mode
Other Device Keys

Alt + Enter


Access 2010 (Windows)
Display property dialog box
Working with Text and Data - Pivot Table

Alt + Enter


CATIA V5 (Windows)
Properties
38 Shortcuts for CATIA V5 (Windows)

Alt + Enter


IntelliJ (Linux)
Show intention actions and quick-fixes
Editing

Alt + Enter


FreeMind 0.9.0 (Windows)
Edit long node
Node editing commands

Alt + Enter


HoneyView 5.03 (Windows)
full screen
Main Shortcuts

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Formulas and Names - Edit Inside Cells

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
Working with Text and Data - Other Shortcuts

Alt + Enter


Photoshop Lightroom 4 (Windows)
Preview slide show
Slideshow module

Alt + Enter


Directory Opus (Windows)
Properties
Operations Toolbar

Alt + Enter


Access 2010 (Windows)
Display a property sheet
Working with Access Views - Design View

Alt + Enter


Microsoft Excel 2013 (Windows)
Start a new line in the same cell
Edit Content of Cells

Alt + Enter


Axialis IconWorkshop (Windows)
Properties...
Edit Menu

Alt + Enter


Access 2010 (Windows)
Display property dialog box
Working with Access Views - Pivot Table

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
The Rest - Edit Inside Cells

Alt + Enter


Qt Creator (Windows)
Trigger a refactoring action in this scope
Editor

Alt + Enter


Linux Mint (Linux)
Properties of selected item
File Manager (Nemo) - Interact with the Selected Item

Alt + Enter


Microsoft Windows 10 (Windows)
Open Properties dialog box
Manage Items in Explorer

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
Working with Access Views - Other Shortcuts

Alt + Enter


Skype for Business (Lync) 2016 (Windows)
On the shortcuts menu - open the selected contact or group contacts card
Contacts list

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Select Cells - General Cell Format

Alt + Enter


Access 2010 (Windows)
Display a property sheet
The Rest - Design View

Alt + Enter


Microsoft OneNote 2016 (Windows)
Create another paragraph in same cell in table
OneNote Tables

Alt + Enter


Google Slides (Windows)
Open link
General Slides Shortcuts

Alt + Enter


Android Studio (Windows)
Issue quick fix
General Shortcuts

Alt + Enter


Access 2010 (Windows)
Display property dialog box
The Rest - Pivot Table

Alt + Enter


Safari Browser (MacOS)
Open the loaction in address bar
General Shortcuts (Browser)

Alt + Enter


Corel VideoStudio X9.5 (Windows)
Project Properties
Setting Tab Operations

Alt + Enter


Access 2016 (Windows)
Display Property sheet
Design/Content Operation(on selected control)

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Format Cells - General Cell Format

Alt + Enter


Plex (Windows)
FullScreen Desktop(From Windowed)
Window Control

F11 / Alt + Enter


Plex (Windows)
Exit FullScreen to Windowed
Window Control

F11 / Shift + F11 / Alt + Enter


Microsoft Outlook 2016 (Windows)
Show the properties for the selected item
Mail

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
The Rest - Other Shortcuts

Alt + Enter


Photoshop Lightroom CC (Windows)
Preview slide show
Slideshow Module

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Formulas - General Cell Format

Alt + Enter


Finale (Windows)
Add selected expression to all staves in system
Expression Tool

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Manage Workbooks - General Cell Format

Alt + Enter


Windows Movie Maker (Windows)
Play video in full screen
On timeline

Alt + Enter


Wondershare Editor (Windows)
Full screen
Preview

Alt + Enter


Dynamics CRM 2015 (Windows)
Displays the properties dialog box, if any, for the selected item.
MMC Active Window Shortcuts

Alt + Enter


Dynamics AX 2015 (Windows)
Open the Properties sheet
Working with AOT

Alt + Enter


Dynamics NAV 2015 (Windows)
Move to the field below without opening the drop-down menu
Navigation

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Excel Auto Tables and Data Forms - General Cell Format

Alt + Enter


Microsoft Excel 2016 (Windows)
Start a new line inside cell
Edit Cell Content

Alt + Enter


Todoist (Web Application)
Save and Go to Comment
Task Add Shortcuts(Windows 10 Only)

Alt + Enter


JetBrains RubyMine (Windows)
Show Intention Actions and Quick Fixes
Editing Shortcuts

Alt + Enter


JetBrains RubyMine (Linux)
Show Intention Actions and Quick Fixes
Editing Shortcuts

Alt + Enter


JetBrains RubyMine (Windows)
Show Intention Actions/Quick-Fixes
Editing Shortcuts

Alt + Enter


JetBrains RubyMine (Linux)
Show Intention Actions/Quick-Fixes
Editing Shortcuts

Alt + Enter


JetBrains PyCharm (Windows)
Show Intention Actions and Quick Fixes
Editing

Alt + Enter


JetBrains PyCharm (Windows)
Show Intention Actions/Quick-Fixes
Editing

Alt + Enter


JetBrains PhpStorm (Windows)
Show Intention Actions and Quick Fixes
Editing

Alt + Enter


JetBrains PhpStorm (Windows)
Show Intention Actions/Quick-Fixes
Editing

Alt + Enter


Adobe RoboHelp (Windows)
Open Topic Properties Dialog
Display Various Objects

Alt + Enter


JetBrains PhpStorm (Linux)
Show Intention Actions and Quick Fixes
Editing

Alt + Enter


JetBrains PhpStorm (Linux)
Show Intention Actions/Quick-Fixes
Editing

Alt + Enter


jEdit (Windows)
Expand Fold one Level
Folding and Narrowing

Alt + Enter


ACDSee (Windows)
Open/Close Properties Pane
View Mode

Alt + Enter


Corel Draw X8 (Windows)
Object proprties
Dockers

Alt + Enter


Opera (Windows)
Edit Item properties
Focus

Alt + Enter


Corel Ventura 10 (Windows)
Object Properties
Objects/Graphics

Alt + Enter


Corel Ventura 10 (Windows)
Paragraph/Selection Properties(When Selected)
Tagging

Alt + Enter


MusicBee (Windows)
Play Now
Playback Controls

Alt + Enter


Kingsoft Spreadsheets 2016 (Windows)
Starts New Line in Same Cell
Other Shortcuts

Alt + Enter


Forte (Windows)
Properties
Main Browser Window

Alt + Enter


MediaMonkey (Windows)
Play (selected Track) Now - Alternate
Standard Keyboard Shortcuts

Alt + Enter


Soundforge (Windows)
Display File Properties window
Project File Shortcuts

Alt + Enter


Forte (Windows)
Message Properties
Composition Window

Alt + Enter


Vegas Pro 14 (Windows)
Project properties
Project File

Alt + Enter


XYplorer (Windows)
Properties
Navigation

Alt + Enter


Jupyter Notebook (Windows)
run cell, insert below
Command Mode (press Esc to enable)

Alt + Enter


Teamcenter (Windows)
View Properties
Miscellaneous Shortcuts

Alt + Enter


Libreoffice Writer (Windows)
Inserting a new paragraph without numbering inside a list. Does not work when the cursor is at the end of the list.
General

Alt + Enter


Libreoffice Writer (Windows)
Inserting a new paragraph directly before or after a section, or before a table.
General

Alt + Enter


GOM Player (Windows)
Full Screen/Restore
Window Size

Alt + Enter


Siemens NX 11 (Windows)
Full Screen
View Menu

Alt + Enter


MPS 2017 (Windows)
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form
General Shortcuts

Alt + Enter


Visual Studio Code (Windows)
Select all occurences of Find match
Search and Replace

Alt + Enter


eSignal (Windows)
Properties
49 Shortcuts for eSignal (Windows)

Alt + Enter


Bitcomet (Windows)
Properties of task
Task lists

Alt + Enter


RStudio (Windows)
Run current line/selection (retain cursor position)
Source

Alt + Enter


Flash Movie Player (Windows)
Enter/exit fullscreen mode
General

Alt + Enter


Titanium (Windows)
Enter NewLine
Search

Alt + Enter


CuteFTP (Windows)
Folder, file, or Site properties
General

Alt + Enter


CuteFTP (MacOS)
Folder, file, or Site properties
72 Shortcuts for CuteFTP (MacOS)

Alt + Enter


Moldflow Insight (Windows)
Properties
Editing Shortcuts

Alt + Enter


Moldflow Adviser (Windows)
Properties
Editing Shortcuts

Alt + Enter


Wordfast Pro (Windows)
Confirm / Unconfirm
100 Shortcuts for Wordfast Pro (Windows)

Alt + Enter


Comodo IceDragon (Windows)
Open Address in New Tab
Windows and Tabs

Alt + Enter


Ulead PhotoImpact 8 (Windows)
Displays the Photo Properties dialog box
View Menu

Alt + Enter


AVS Video Editor (Windows)
Full screen
Preview Area

Alt + Enter / F11


Solidwork Composer (Windows)
Displays the Document Properties dialog box
35 Shortcuts for Solidwork Composer (Windows)

Alt + Enter


Altium Designer (Windows)
Configure
Output Job Editor Shortcuts

Alt + Enter


Microsoft Excel 2007 (Windows)
Starts a new line in the same cell
Navigating in Worksheets and Selecting Cells

Alt + Enter


Open Office Writer 3 (Windows)
Inserting a new paragraph without numbering
General OpenOffice Writer Shortcuts

Alt + Enter


Open Office Writer 3 (Windows)
Inserting a new paragraph directly before or after a section or a table
General OpenOffice Writer Shortcuts

Alt + Enter


Internet Explorer (Windows)
Open typed webpage address in new background tab.
Tabbed Browsing main

Alt + Enter


Nautilus File Manager 2 (Linux)
File properties
File Management

Alt + Enter


Rhythmbox (Linux)
Track properties
General

Alt + Enter


Google Spreadsheets (Web Application)
Start a new line in the same cell
Entering/editing data

Alt + Enter


Internet Explorer (Windows)
Open search results in new tab.
Instant Search

Alt + Enter


Microsoft Windows Vista (Windows)
View the properties for a selected items.
Use Vista Features with Shortcuts

Alt + Enter


Microsoft Outlook 2007 (Windows)
Show the properties for the selected item.
Shortcuts for Managing E-Mail

Alt + Enter


Windows Media Player 11 (Windows)
Show video in full screen.
Play Videos with Shortcuts

Alt + Enter


InDesign CS5 (Windows)
Apply value and copy object
Transform Panels

Alt + Enter