IntelliJ IDEA (Windows, Linux)

Navigation

Go to declaration

Ctrl + Mouse left click

All hotkeys for IntelliJ IDEA (Windows, Linux)

Editing
Smart code completion

Ctrl + ↑   Shift + Space

Search and replace
Search everywhere

↑   Shift then ↑   Shift

Editing
Show intention actions and quick-fixes

Alt + ⤶ Enter

Editing
Generate code

Alt + Insert

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Extend selection

Ctrl + W

Editing
Shrink selection

Ctrl + ↑   Shift + W

Navigation
Recent files popup

Ctrl + E

Refactoring
Rename

↑   Shift + F6

General
Open corresponding tool window

Alt + Num 0 - Num 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + ↑   Shift + F12

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

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

↑   Shift + F7

Debugging
Smart 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

Search and replace
Find

Ctrl + F

Search and replace
Find next

F3

Search and replace
Find previous

↑   Shift + F3

Search and replace
Replace

Ctrl + R

Search and replace
Find in path

Ctrl + ↑   Shift + F

Search and replace
Replace in path

Ctrl + ↑   Shift + R

Search and replace
Select next occurence

Alt + J

Search and replace
Select all occurences

Ctrl + Alt + ↑   Shift + J

Search and replace
Unselect occurence

Alt + ↑   Shift + J

Editing
Basic code completion

Ctrl + Space

Editing
Complete statement

Ctrl + ↑   Shift + ⤶ Enter

Editing
Quick documentation lookup

Ctrl + Q

Editing
External doc

↑   Shift + F1

Editing
Brief info

Ctrl + Mouse movement

Editing
Show descriptions of error at caret

Ctrl + F1

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with…

Ctrl + Alt + T

Editing
Comment / uncomment with line comment

Ctrl + /

Editing
Comment / uncomment with block comment

Ctrl + ↑   Shift + /

Editing
Context info

Alt + Q

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent selected lines

⭾ Tab

Editing
Unindent selected lines

↑   Shift + ⭾ Tab

Editing
Cut current line to clipboard

Ctrl + X

Editing
Cut current line to clipboard

↑   Shift + Del

Editing
Copy current line to clipboard

Ctrl + C

Editing
Copy current line to clipboard

Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V

Editing
Paste from clipboard

↑   Shift + Insert

Editing
Paste from recent buffers

Ctrl + ↑   Shift + V

Editing
Duplicate current line

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + ↑   Shift + J

Navigation
View source

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
Select till code block end / start

Ctrl + ↑   Shift + ]

Editing
Delete to word end

Ctrl + Del

Editing
Delete to word start

Ctrl + ⬅ Backspace

Editing
Expand code block

Ctrl + Num +

Editing
Collapse code block

Ctrl + Num -

Editing
Expand all

Ctrl + ↑   Shift + Num +

Editing
Collapse all

Ctrl + ↑   Shift + Num -

Editing
Close active editor tab

Ctrl + F4

Refactoring
Copy

F5

Refactoring
Move

F6

Refactoring
Safe delete

Alt + Del

Refactoring
Refactor this

Ctrl + Alt + ↑   Shift + T

Refactoring
Change signature

Ctrl + F6

Refactoring
Inline

Ctrl + Alt + N

Refactoring
Extract method

Ctrl + Alt + M

Refactoring
Extract variable

Ctrl + Alt + V

Refactoring
Extract field

Ctrl + Alt + F

Refactoring
Extract constant

Ctrl + Alt + C

Refactoring
Extract parameter

Ctrl + Alt + P

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + ↑   Shift + N

Navigation
Go to symbol

Ctrl + Alt + ↑   Shift + N

Navigation
Go to previous / next editor tab

Alt + ←  →

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
Go to line

Ctrl + G

Navigation
Navigate back/ forward

Ctrl + Alt + ←  →

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

Navigation
Go to declaration

Ctrl + Mouse left 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 + ↑  ↓

Navigation
Move to code block end

Ctrl + ]

Navigation
Move to code block 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 highlighted error

F2

Navigation
Previous highlighted error

↑   Shift + F2

Navigation
Edit source

F4

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + Num 0 - Num 9

Navigation
Show bookmarks

↑   Shift + F11

Compile and run
Make project

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

Usage search
Find usages

Alt + F7

Usage search
Find usages in file

Ctrl + F7

Usage search
Show usages

Ctrl + Alt + F7

VCS / Local history
Commit project to VCS

Ctrl + K

VCS / Local history
Update project from VCS

Ctrl + T

VCS / Local history
Push commits

Ctrl + ↑   Shift + K

VCS / Local history
"VCS" quick popup

Alt + `

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert live template

Ctrl + J

Similar combinations for other applications


Todoist
Select and change multiple tasks at once
General

Ctrl + Mouse left click


ChessBase 13
Mark games
Games lists

Ctrl + Mouse left click


Xterm
Open Xterm customization menus
Mouse

Ctrl + Mouse left click


Dashlane
(click an item on the Web card) Fill only a single field
In the web browser (Windows)

Ctrl + Mouse left click


Flyff
Select player to PK or to ress red player (available on PK Yetti only)
Mouse

Ctrl + Mouse left click


Solidworks 2019
Select multiple entities.
Selection

Ctrl + Mouse left click


FaceRig Studio
(click on keyframes) Select all you can move them around
Camera editor

Ctrl + Mouse left click


LDCad
(on part) Add to or remove from selection
Editor

Ctrl + Mouse left click


Affinity Photo
(click layer thumbnail) Selection from layer
Pixel selection/Mask

Ctrl + Mouse left click


Battlezone 98 Redux
(select units)
Unit grouping

Ctrl + Mouse left click


Substance Painter
Change tool Flow / Rotation
Mouse shortcuts

Ctrl + Mouse left click


Xyplorer
Set start of sub loop.
Audio/Video Preview

Ctrl + Mouse left click


Adobe Illustrator
(click New Swatch button) Create new spot color
Swatches panel

Ctrl + Mouse left click


Ableton Live 10
Arm/Solo Multiple Tracks
Commands for Tracks

Ctrl + Mouse left click


Tableau
Add individual marks to the selection
Selecting and navigating marks

Ctrl + Mouse left click


Adobe Illustrator
Select behind in isolation mode
Work with selections

Ctrl + Mouse left click


Google Chrome
Click a link to open a link in new background tab
Mouse shortcuts

Ctrl + Mouse left click


draw.io
Context menu
Tools

Ctrl + Mouse left click


Tibia
(Classic Control off) 'Use' or 'Open' any item, container or object
Game Window

Ctrl + Mouse left click


Asana
Multi-select Individual Task
Selection

Ctrl + Mouse left click


Novelty Visual Novel Maker
Remove from selection
Controls

Ctrl + Mouse left click


Unturned
Drop item
General

Ctrl + Mouse left click


Adobe Lightroom Classic
(click Sync button) Toggle Auto Sync
Working in the Develop module

Ctrl + Mouse left click


Total War: Attila
Change direction units are facing
Battles: Unit / group

Ctrl + Mouse left click


Adobe Bridge CC
Move multiple Loupe tools simultaneously
Other most used shortcuts

Ctrl + Mouse left click


AI War Classic
(build button) queue 50 ships instead of 1
Mouse

Ctrl + Mouse left click


Unity
Snap
Tools

Ctrl + Mouse left click


Nuke
(on a point) Break tangent handle for selected point
Roto / RotoPaint

Ctrl + Mouse left click


Adobe Dimension CC (Windows)
Toggle Group Select (Move, Rotate, and Scale Tools)
Tool options and modifiers

Ctrl + Mouse left click


Adobe Photoshop CC
(Click swatch) Set swatch color as background color
Using the Swatches panel

Ctrl + Mouse left click


Don't Starve (PC)
While holding a stack of items, click to place one item from the stack
General

Ctrl + Mouse left click


Inkscape
retract the handle
Node tool

Ctrl + Mouse left click


REAPER
Deselect all notes and move edit cursor ignoring snap
Mouse: MIDI piano roll left click

Ctrl + Mouse left click


Chromebook and Chrome OS
and click a link: Open the link in a new tab in the background
Tabs and windows

Ctrl + Mouse left click


Corel Painter
(click tile) Get tile shape
Mosaics

Ctrl + Mouse left click


Hearthstone
Target enemy hero with what is under the mouse cursor
3rd party program: Hotkeys

Ctrl + Mouse left click


LibreOffice Impress
Enter a group, so that you can edit the individual objects of the group. Click outside the group to return to the normal view
Normal view

Ctrl + Mouse left click


PSPad
(on left gutter) Create a bookmark
Mouse controls

Ctrl + Mouse left click


LibreOffice Draw
(while dragging an object) Note: this shortcut key works only when the Copy when moving option in Tools - Options - LibreOffice Draw - General is enabled (it is enabled by default). Creates a copy of the dragged object when mouse button is released
Shortcut keys specific to drawings

Ctrl + Mouse left click


Brackets
Add to your selection
Multiple cursors

Ctrl + Mouse left click


WriteMonkey
Add another cursor
Selecting with mouse

Ctrl + Mouse left click


WPS Office
Selects multiple ranges of cells
General

Ctrl + Mouse left click


League of Legends
Retreat Ping location/Open Radial Menu
General

Ctrl + Mouse left click


Kaspersky Internet Security
Select multiple nonadjacent identities
Kaspersky password manager

Ctrl + Mouse left click


Chrome DevTools
(on the property value) Go to the line where a property value is declared
Styles pane

Ctrl + Mouse left click


Blender
Extrude / Create new component or bone
Editing mode

Ctrl + Mouse left click


Notepad++
(on fold point) Toggle collapsed state of this fold, and propagate below
Mouse gestures

Ctrl + Mouse left click


Microsoft Internet Explorer 11
Open links in a new tab in the background
Tabs

Ctrl + Mouse left click


iTunes 11 for Windows
(on the video) Choose artwork for the selected video
File and window

Ctrl + Mouse left click


Paint.NET
Set source point
Clone Stamp tool

Ctrl + Mouse left click


Portal 2
Copies the clicked element. Drag to move the copy and release the mouse button to drop it
Portal 2 Puzzle Maker

Ctrl + Mouse left click


Android Studio
Go to declaration (directly)
Writing code

Ctrl + Mouse left click


Mozilla Thunderbird
(on table border) Select table
Editing message text

Ctrl + Mouse left click


Microsoft Edge
Open link in a new tab
General

Ctrl + Mouse left click


Figma
(while clicking) Deep select
Cursor

Ctrl + Mouse left click


Final Draft 11 (Windows)
Open context menu
Context menus

Ctrl + Mouse left click


Pinnacle Studio 22
(on trim) Add second trim point to the same track
Edit tab

Ctrl + Mouse left click