IntelliJ (Windows)

General

Find Action

Ctrl + Shift + A

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


Microsoft Projects 2010 (Windows)
Change task to 'Auto Schedule'
Manage Tasks

Ctrl + Shift + A


Adobe Reader 9 (Linux)
De-select all
Find and Select

Ctrl + Shift + a


Adobe Reader X (Windows)
De-select all
Find and Select

Ctrl + Shift + A


Thunderbird (Windows)
Select all messages in Thread
Navigate Messages

Ctrl + Shift + A


Thunderbird (Linux)
Select all messages in Thread
Navigate Messages

Ctrl + Shift + A


Microsoft Outlook 2010 (Windows)
Create new appointment (in any Outlook view)
Messages in Main View - Create and Manage Appointments

Ctrl + Shift + A


Microsoft OneNote 2010 (Windows)
Select the current page tab.
Managing Pages, Notebooks and Sections

ctrl + shift + a


Microsoft Excel 2010 (Windows)
Insert Arguments in formula after typing formula name. .
Work with Data Selections - Formulas

Ctrl + Shift + A


Microsoft OneNote 2010 (Windows)
Select the current page. (If the selected page is part of a group, press ctrl+a to select all of the pages in the group.)
Working with and inside Pages / Side Notes

ctrl + shift + a


Microsoft Outlook 2010 (Windows)
Create new appointment (in any Outlook view)
Messages in Compose View - Create and Manage Appointments

Ctrl + Shift + A


Access 2010 (Windows)
Sort data ascending (A-Z)
Manage Access Features - Pivot Table

Ctrl + Shift + A


Microsoft Word 2007 (Windows)
Format all letters as capitals.
Character and paragraph formatting Apply character formats

Ctrl + Shift + A


Sublime Text (Windows)
Expand Selection
Navigation - Advanced Selections

Ctrl + Shift + A


Microsoft Excel 2010 (Windows)
Insert Arguments in formula after typing formula name. .
Insert and Edit Data - Formulas

Ctrl + Shift + A


Evernote (Windows)
Reset search
Main Application Shortcuts - Search

Ctrl + Shift + a


Sublime Text (Windows)
Expand Selection
Selections - Advanced Selections

Ctrl + Shift + A


Microsoft Outlook 2010 (Windows)
Create new appointment (in any Outlook view)
Calendar Shortcuts - Create and Manage Appointments

Ctrl + Shift + A


Microsoft Outlook 2010 (Windows)
Create appointment
Create Items

Ctrl + Shift + A


Visual Studio 2015 (Windows)
Add item to project
Manage Visual Studio

Ctrl + Shift + A


Microsoft Excel 2010 (Windows)
Insert Arguments in formula after typing formula name. .
Format Data - Formulas

Ctrl + Shift + A


Access 2010 (Windows)
Sort data ascending (A-Z)
Working with Text and Data - Pivot Table

Ctrl + Shift + A


iTunes (Windows)
Hide or show the Artist and Album columns
Edit Menu

Ctrl + Shift + A


Presonus Studio One (Windows)
Select all on tracks
Edit Menu

Ctrl + Shift + A


Audacity 2 (Windows)
Select none
Edit Menu

Ctrl + SHift + A


Adobe Reader X (Linux)
De-select all
Find and Select

Ctrl + Shift + A


Directory Opus (Windows)
Admin
Operations Toolbar

Ctrl + Shift + A


Beyond Compare (Windows)
Select all files
Edit Menu

Ctrl + Shift + A


IntelliJ (Linux)
Find Action
General

Ctrl + Shift + A


Microsoft Excel 2010 (Windows)
Insert Arguments in formula after typing formula name. .
Formulas and Names - Formulas

Ctrl + Shift + A


Microsoft Word 2013 (Windows)
Apply/remove all Cap
Format Text and Paragraph

Ctrl + Shift + A


Adobe Flash Professional (Windows)
Deselect All
Modifying and editing

Ctrl + Shift + A


Access 2010 (Windows)
Sort data ascending (A-Z)
Working with Access Views - Pivot Table

Ctrl + Shift + A


Microsoft Excel 2013 (Windows)
Insert Arguments in formula after typing formula name
Formulas

Ctrl + Shift + A


FileMaker Pro (Windows)
Select all tables
Layout Mode Shortcuts - Select and Arrange Table and Relationship

Ctrl + Shift + A


Microsoft Excel 2010 (Windows)
Insert Arguments in formula after typing formula name. .
The Rest - Formulas

Ctrl + Shift + A


Adobe After Effects CC (Windows)
Deselect all
Basics

F2 / Ctrl + Shift + A


Skype for Business (Lync) 2016 (Windows)
Force pending L1 alert into view in full screen.
Conversation or Meeting Stage

Ctrl + Shift + A


FileMaker Pro (Windows)
Select all tables
Text Shortcuts - Select and Arrange Table and Relationship

Ctrl + Shift + A


Microsoft OneNote 2016 (Windows)
Select current page tab
Manage Pages, Notebooks and Sections

Ctrl + Shift + A


Google Slides (Windows)
Select none
General Slides Shortcuts

Ctrl + Shift + A


Android Studio (Windows)
All purpose (Meta)Shortcut
General Shortcuts

Ctrl + Shift + A


Microsoft Outlook 2016 (Windows)
Create an appointment
Common Commands: Create Item or File

Ctrl + Shift + A


Access 2010 (Windows)
Sort data ascending (A-Z)
The Rest - Pivot Table

Ctrl + Shift + A


Microsoft Visio 2016 (Windows)
Turn on/off all caps
Format text

Ctrl + Shift + A


Adobe After Effects CC (Windows)
Deselect all Layers
Layers

Ctrl + Shift + A


Adobe Premiere CC (Windows)
Deselect All
General Shortcuts

Ctrl + Shift + A


Microsoft Outlook 2016 (Windows)
Create an appointment (in any Outlook view)
Calendar

Ctrl + Shift + A


Adobe Audition CC (Windows)
Deselect All
Marker/Tool/Clip Shortcuts

Ctrl + Shift + A


FileMaker Pro (Windows)
Select all tables
Database Management Shortcuts - Select and Arrange Table and Relationship

Ctrl + Shift + A


Nuke 10 (Windows)
Select None
Global Shortcuts

Ctrl + Shift + A


Nuke 10 (Linux)
Select None
Global Shortcuts

Ctrl + Shift + A


InDesign CC (Windows)
Deselect All
Edit Menu shortcuts

Ctrl + Shift + A


FileMaker Pro (Windows)
Select all objects of the same type when an object is selected
Paste, Select, and Replace Values

Ctrl + Shift + A


Nuke 10 (Windows)
Close all open properties panels
Panel Properties

Ctrl + Shift + A


Nuke 10 (Linux)
Close all open properties panels
Panel Properties

Ctrl + Shift + A


ArchiCAD 20 (Windows)
Find and Select
Edit Menu Commands

Ctrl + Shift + A


Hexagon 2 (Windows)
Unselect all
Pan Selection and editor Shortcuts

Ctrl + Shift + A


Wondershare Editor (Windows)
Archive project
File/Project

Ctrl + Shift + A


Dynamics NAV 2015 (Windows)
Clear all filters
Edit

Ctrl + Shift + A


AutoCAD 2016 (Windows)
Toggles Groups
General

Ctrl + Shift + A


Silhouette Studio (Windows)
Deselect all
Edit

Ctrl + Shift + A


GIMP (Windows)
Select None
Selection Shortcuts

Ctrl + Shift + A


Act! CRM (Windows)
Open Annual Event Search
Activity Shortcuts

Ctrl + Shift + A


Microsoft Projects 2016 (Windows)
Set the task to auto schedule
Sheet View

Ctrl + Shift + A


JetBrains PyCharm (Windows)
Find Action
General Shortcuts

Ctrl + Shift + A


Slack (Windows)
Open all Unread View
Unread Navigation

Ctrl + Shift + A


Google Blogger (Web Application)
Add Link
15 Shortcuts for Google Blogger (Web Application)

Ctrl + Shift + A


Mattermost (Windows)
Open account settings
Navigation Shortcuts

Ctrl + Shift + A


Adobe XD (Experience Design) (Windows)
Deselect All
Edit Menu

Ctrl + Shift + A


Adobe Animate CC (Windows)
Deselect All
Edit and Modify

Ctrl + Shift + A


Desk.com (Windows)
Select all
Filter View

Ctrl + Shift + A


JetBrains PhpStorm (Windows)
Find Action
General Shortcuts

Ctrl + Shift + A


Daz 3D Bryce 7 (Windows)
Reset Clipping Bracket
Terrain Editing

Ctrl + Shift + A


JetBrains PhpStorm (Linux)
Find Action
General Shortcuts

Ctrl + Shift + A


DAZ Studio (Windows)
Aim at selected
View Commands

Ctrl + Shift + A


Daz 3D Bryce 7 (Windows)
Invert selection
General Editing

Ctrl + Shift + A


ZBrush 4 (Windows)
Grow All Mesh Portion
Edit Move Navigation - Partial Mesh Visibility and Clip Brushes

Ctrl + Shift + A


Adobe Dreamweaver (Windows)
Insert Column
Table

Ctrl + Shift + A


ZBrush 4 (Windows)
Grow All Mesh Portion
Inner Ring Actions - Partial Mesh Visibility and Clip Brushes

Ctrl + Shift + A


Steinberg Cubase 9 (Windows)
Slelect none
Edit

Ctrl + Shift + A


ACDSee (Windows)
Open/Close Histogram Pane
View Mode

Ctrl + Shift + A


Corel PhotoPaint X6 (Windows)
Align and Distribute
Objects

Ctrl + Shift + A


ZBrush 4 (Windows)
Grow All Mesh Portion
Sculpting Brushes - Partial Mesh Visibility and Clip Brushes

Ctrl + Shift + A


Microsoft Word 2016 (MacOS)
Expand all body text and headings or collapse all body text
Outline a document

Ctrl + Shift + A


ZBrush 4 (Windows)
Grow All Mesh Portion
3D Models - Partial Mesh Visibility and Clip Brushes

Ctrl + Shift + A


Brackets (Windows)
Align Assignments
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + A


Forte (Windows)
Save All Attachments
Main Browser Window

Ctrl + Shift + A


ZBrush 4 (Windows)
Grow All Mesh Portion
ZSpheres - Partial Mesh Visibility and Clip Brushes

Ctrl + Shift + A


ZBrush 4 (Windows)
Grow All Mesh Portion
Canvas and 2.5D - Partial Mesh Visibility and Clip Brushes

Ctrl + Shift + A


Siemens NX 11 (Windows)
Save As
File Menu

Ctrl + Shift + A


XYplorer (Windows)
Deselect All
General Shortcuts

Ctrl + Shift + A


Scottrade (Windows)
Open Acount Management Link
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + A


Xamarin Studio (MonoDevelop) (Windows)
Toggle All Folds
Edit Menu

Ctrl + Shift + A


MPS 2017 (Windows)
Find an action, bypassing menus See Finding Actions
Search

Ctrl + Shift + A


Vegas Pro 14 (Windows)
Unselect all
Event Selection and Editing

Ctrl + Shift + A


Synfig (Windows)
Select all Layers
73 Shortcuts for Synfig (Windows)

Ctrl + Shift + A


Soundforge (Windows)
Arm for recording
Navigation and Playback

Ctrl + Shift + A


Delphi 10 (Windows)
Invoke Add to uses clause window
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + A


Sierra Chart (Windows)
Trade Activity Log
Trade Menu

Ctrl + Shift + A


RStudio (Windows)
Reformat selection
Source

Ctrl + Shift + A


Webflow (Windows)
Make selected element a Symbol
Left-hand toolbar

Ctrl + Shift + A


TurboCAD (Windows)
Part Tree palette… (Professional only)
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + A


CuteFTP (Windows)
Add anchor (when in HTML editor mode)
General

Ctrl + Shift + A


Wordfast Pro (Windows)
Copy Placeables in current segment
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + A


Modo (Windows)
Fit and align selected (zooms and aligns the view to the current selection)
Navigation (Viewports)

Ctrl + Shift + A


Comodo IceDragon (Windows)
Add-ons
Tools

Ctrl + Shift + A


Ulead PhotoImpact 8 (Windows)
Selects all objects in an image
Object Menu

Ctrl + Shift + A


SpaceClaim (Windows)
Activate object in Structure tree
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Shift + A


Balsamiq Mockups (Windows)
Deselect All
Selection

Ctrl + Shift + A


Vectorworks (Windows)
Palettes–Attributes
Window Menu

Ctrl + Shift + A


Sage Simply Accounting (Windows)
Allocate to project
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + A


WavePad Sound Editor (Windows)
Show command Bar
Command Bar

Ctrl + Shift + A


SolveSpace (Windows)
Mesure Area
Analyse

Ctrl + Shift + A


FlexiSign Pro 8.1 (Windows)
Deselect
Selection

Ctrl + Shift + A


Adobe After Effects CS5 (Windows)
Deselect all
General

Ctrl + Shift + A / F2


Adobe Reader 9 (Windows)
De-select all
Find and Select

Ctrl + Shift + A


Clementine Player (Linux)
Add file to playlist
Playlists

Ctrl + Shift + A


Rhythmbox (Linux)
Deselect all
General

Ctrl + Shift + A


Clementine Player (Windows)
Add file to playlist
Playlists

Ctrl + Shift + A


Microsoft Word 2010 (Windows)
Apply/remove all capitals
Navigate within Documents - Format Text

Ctrl + Shift + A


Microsoft Outlook 2007 (Windows)
Create an appointment.
Shortcuts to Create Items or Files

Ctrl + Shift + A


IrfanView 4.42 (Windows)
Acquire / batch scan dialog
Tools and Dialogs

Ctrl + Shift + A


Microsoft Excel 2007 (Windows)
Inserts the argument names and parentheses when the insertion point is to the right of a function name in a formula.
CTRL Combinations in Excel 2007

Ctrl + Shift + A


Microsoft Outlook 2007 (Windows)
Create a new appointment (in any Outlook view).
Shortcuts for Managing Calendar

Ctrl + Shift + A


Adobe After Effects CS5 (Windows)
Deselect all layers
Layers

Ctrl + Shift + A


Microsoft Word 2010 (Windows)
Apply/remove all capitals
Edit Documents - Format Text

Ctrl + Shift + A


Microsoft Word 2010 (Windows)
Apply/remove all capitals
Formats - Format Text

Ctrl + Shift + A


Microsoft Word 2010 (Windows)
Apply/remove all capitals
Manage Word View - Format Text

Ctrl + Shift + A


Microsoft Word 2010 (Windows)
Apply/remove all capitals
Tables - Format Text

Ctrl + Shift + A