Eclipse

Editing text

Switch between insert and overwrite mode

Insert

All hotkeys for Eclipse

Managing files and projects
Create a new project with Wizard

Ctrl + N

Managing files and projects
Create a new project, file, class, etc.

Ctrl + Alt + N

Managing files and projects
. Open project, file, etc.

Alt + F then .

Managing files and projects
Open resource file, folder or project

Ctrl + ↑   Shift + R

Managing files and projects
Show and access file properties

Alt + ⤶ Enter

Running and debugging
Step into function

F5

Managing files and projects
Save currently open file

Ctrl + S

Managing files and projects
Save all open files

Ctrl + ↑   Shift + S

Managing files and projects
Close currently open file

Ctrl + W

Managing files and projects
Close all files

Ctrl + ↑   Shift + W

Editor
Jump to the editor window

F12

Editor
Switch to previous editor

Ctrl + Page Down

Editor
Switch to next editor

Ctrl + Page Up

Editor
Maximize or restore current editor window (also works with other windows)

Ctrl + M

Editor
Show the list of open editors

Ctrl + E

Editor
Show the list of open editors, but switch immediately when you release <keybs>Ctrl</keybs>

Ctrl + F6

Editor
Go to previous / next editor windows

Alt + ←  →

Editor
Open Editor Window Option menu

Alt + -

Editor
Show view menu

Ctrl + F10

Editor
n Show / hide line numbers

Ctrl + F10 then N

Editor
Show or hide the diff. column on the left (column that indicates changes since last save)

Ctrl + ↑   Shift + Q

Editor
Zoom in

Ctrl + ↑   Shift + +

Editor
Zoom out

Ctrl + ↑   Shift + -

Navigation in editor window
Jump to beginning of indention. Press twice to jump to beginning of the line

Home

Navigation in editor window
Jump to end of line

End

Navigation in editor window
Jump to beginning of source

Ctrl + Home

Navigation in editor window
Jump to end of source

Ctrl + End

Navigation in editor window
Jump one word to the left / right

Ctrl + ←  →

Navigation in editor window
Jump to previous / next method

Ctrl + ↑   Shift + ↑  ↓

Navigation in editor window
Jump to line number

Ctrl + L

Navigation in editor window
Jump to last edited location

Ctrl + Q

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + .

Navigation in editor window
Jump to previous / next compiler syntax warning or error

Ctrl + ,

Navigation in editor window
With a bracket selected: Jump to matching closing or opening bracket

Ctrl + ↑   Shift + P

Navigation in editor window
Collapse / expand current method or class

Ctrl + [

Navigation in editor window
Collapse / expand current method or class

Ctrl + ]

Navigation in editor window
Collapse / expand current method or class

Ctrl + Num -

Navigation in editor window
Collapse / expand all methods or classes

Ctrl + Num *

Navigation in editor window
Scroll editor without changing cursor position

Ctrl + ↑  ↓

Navigation in editor window
Previous sub-tab

Alt + Page Up

Navigation in editor window
Next sub-tab

Alt + Page Down

Selecting text
Expand selection by one character to the left or right

↑   Shift + ←  →

Selecting text
Expand selection to the next or previous word

Ctrl + ↑   Shift + ←  →

Selecting text
Expand selection by one line up or down

↑   Shift + ↑  ↓

Selecting text
Expand selection to end of line

↑   Shift + End

Selecting text
Expand eslection to beginning of line

↑   Shift + Home

Selecting text
Expand selection to current element

Alt + ↑   Shift +

Selecting text
Expand selection to previous or next element

Alt + ↑   Shift + ←  →

Selecting text
Reduce previously expanded selection by one step

Alt + ↑   Shift +

Editing text
Copy

Ctrl + C

Editing text
Cut

Ctrl + X

Editing text
Paste

Ctrl + V

Editing text
Undo last action

Ctrl + Z

Editing text
Redo last undone action

Ctrl + Y

Editing text
Delete line

Ctrl + D

Editing text
Move current line or selection up or down

Alt + ↑  ↓

Editing text
Duplicate current line or selection up or down

Ctrl + Alt + ↑  ↓

Editing text
Delete next word

Ctrl + Del

Editing text
Delete previous word

Ctrl + ⬅ Backspace

Editing text
Enter line below current line

↑   Shift + ⤶ Enter

Editing text
Enter line above current line

↑   Shift + Ctrl + ⤶ Enter

Editing text
Switch between insert and overwrite mode

Insert

Editing text
Convert selection to lowercase

↑   Shift + Ctrl + Y

Editing text
Convert selection to uppercase

↑   Shift + Ctrl + X

Search and replace
Open find and replace dialog box

Ctrl + F

Search and replace
Find previous occurence of the search term

Ctrl + K

Search and replace
Find next occurence of the search term

Ctrl + ↑   Shift + K

Search and replace
Search Workspace (Java search, Task search, and File search)

Ctrl + H

Search and replace
Incremental search forward

Ctrl + J

Search and replace
Incremental search backwards

Ctrl + ↑   Shift + J

Search and replace
Open a resource search dialog to find any class

Ctrl + ↑   Shift + O

Indentions and comments
Increase indent of selected text

⭾ Tab

Indentions and comments
Decrease indent of selected text

↑   Shift + ⭾ Tab

Indentions and comments
Correct indention of selected text or current line

Ctrl + I

Indentions and comments
Auto format all code in editor using code formatter

Ctrl + ↑   Shift + F

Indentions and comments
Comment / uncomment line or selection (add //)

Ctrl + /

Indentions and comments
Toggle comments

Ctrl + ↑   Shift + C

Indentions and comments
Add block comment arount selection (add /...*/)

Ctrl + ↑   Shift + /

Indentions and comments
Remove block comment

Ctrl + ↑   Shift + \

Indentions and comments
Add element comment (add /** ... */)

Alt + ↑   Shift + J

Editing source code
Open content assist (e.g. show available methods or field names)

Ctrl + Space

Editing source code
Open quick fix and quick assist

Ctrl + 1

Editing source code
Suggest word completion (after typing at least one letter). Press repeatedly until reaching correct name

Alt + /

Editing source code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + ↑   Shift + Insert

Code information
Show code outline or structure

Ctrl + O

Code information
Open class, method, or variable information (show as tooltip text)

F2

Code information
Open declaration: Jump to Declaration of selected class, method, or parameter

F3

Code information
Open Type Hierarchy window for selected item

F4

Code information
Show or open Quick Type Hierarchy for selected item

Ctrl + T

Code information
Open type in hierarchy

Ctrl + ↑   Shift + T

Code information
Open call hierarchy

Ctrl + Alt + H

Code information
Find occurrences of expression in current file

Ctrl + ↑   Shift + U

Code information
Open declaration or implementation

Ctrl + Mouse movement

Refactoring
Rename selected element and all references

Alt + ↑   Shift + R

Refactoring
Move selected element to other class or file (with complete method or class selected)

Alt + ↑   Shift + V

Refactoring
Change method signature (with method name selected)

Alt + ↑   Shift + C

Refactoring
Extract selection to method

Alt + ↑   Shift + M

Refactoring
Extract local variable: Create and assign a variable from selected expression

Alt + ↑   Shift + L

Refactoring
Inline selected local variables, methods or constants when possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + ↑   Shift + I

Running and debugging
Save and launch application

Ctrl + F11

Running and debugging
Debug

F11

Running and debugging
Next step (line by line)

F6

Running and debugging
Step out

F7

Running and debugging
Skip to next breakpoint

F8

Other
Switch forward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + F7

Other
Switch backward between panels. Useful for switching back and forth between Package Explorer and Editor

Ctrl + ↑   Shift + F7

Other
Print

Ctrl + P

Other
Open Eclipse help

F1

Other
Show context menu

↑   Shift + F10

Team (SVN Subversive)
Synchronize with repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


Microsoft Outlook 2010 (Windows)
Add Quick Flag to message
Messages in Main View - Message List and Single Messages

Insert


Microsoft Projects 2010 (Windows)
Insert new Task at current Position
Manage Tasks

Insert


Microsoft Projects 2010 (Windows)
Turn Overtype mode on or off
Edit Fields

Insert


Eclipse Helios (Windows)
Switch between insert and overwrite mode
Edit Text

Insert


Microsoft Outlook 2010 (Windows)
Add Quick Flag to message
Messages in Compose View - Message List and Single Messages

Insert


Mindjet Mindmanager 2012 (Windows)
Insert subtopic (next)
Most used - Previous/next level

Insert


Access 2010 (Windows)
Insert row between existing columns
Manage Access Features - Query Designer

Insert


Mindjet Mindmanager 2012 (Windows)
Insert subtopic (next)
Reorganizing - Previous/next level

Insert


Tekla Structures 14.0 (Windows)
Center by cursor
General shortcuts

Insert


Total Commander 8 (Windows)
Select file or directory.
Main Shortcuts

Insert


Microsoft Outlook 2010 (Windows)
Add Quick Flag to message
Calendar Shortcuts - Message List and Single Messages

Insert


MyLifeOrganized (Windows)
Insert a new task (Context)
Managing Tasks

Insert


UltraEdit (Windows)
Toggle between Insert and Overstrike mode
Select/Delete/Insert Shortcuts

Insert


Access 2010 (Windows)
Insert row between existing columns
Working with Text and Data - Query Designer

Insert


Microsoft Outlook 2010 (Windows)
Flag an item or mark complete
Tasks Shortcuts

Insert


FreeMind 0.9.0 (Windows)
Add child node
New node commands

Insert


HoneyView 5.03 (Windows)
Save File
Change Files

Insert


Beyond Compare (Windows)
New folder...
Actions Menu

Insert


Beyond Compare (Windows)
Insert
Edit Menu - Data Compare

Insert


Beyond Compare (Windows)
New value
Edit Menu - Registry Compare

Insert


Axialis IconWorkshop (Windows)
New image format...
Draw Menu

Insert


Access 2010 (Windows)
Insert row between existing columns
Working with Access Views - Query Designer

Insert


FL Studio (Windows)
Slice clip at mouse cursor position
Playlist Action

Insert


Autodesk Maya 2015 (Windows)
Enter tool Edit mode
General Tools

Insert


Autodesk Maya 2015 (Windows)
Switches between move pivot and move object (Move Tool)
General Tools

Insert


Sonar 2015 (Windows)
Insert new track
Track View

Insert


Autodesk Maya 2017 (Windows)
Enter tool Edit mode
General Tools

Insert


Access 2010 (Windows)
Insert row between existing columns
The Rest - Query Designer

Insert


Autodesk Maya 2017 (Windows)
Switches between move pivot and move object (Move Tool)
General Tools

Insert


Microsoft Outlook 2016 (Windows)
Add a Quick Flag to an unopened message
Mail

Insert


Microsoft Outlook 2016 (Windows)
Flag an item or mark complete
Tasks

Insert


3D Coat (MacOS)
Fill Unfrozen
Layers Operations

Insert


3D Coat (Windows)
Fill Unfrozen
Layers Operations

Insert


Microsoft Projects 2016 (Windows)
Perform the action assigned to the selected button; select or clear the selected check box.
Working with dialog boxes

Insert


Ace Projects (Windows)
Overwrite
Other Shortcuts

Insert


Act! CRM (Windows)
New Contact,group,company
Activity Shortcuts

Insert


Autodesk 3ds Max 2017 (Windows)
Subobject level cycle
Subobjects

Insert


Microsoft Projects 2016 (Windows)
Turn on or off Overtype mode.
Select and Edit in Entry bar

Insert


GTA V Cheats (Windows)
Switch Aircraft Weapon Camera
Aircraft Controls

Insert


Clarizen (Web Application)
Inserts a task in the WBS in its correct hierarchy
Action

Insert


SharePoint 2016 (Windows)
Switch between Inserting and overwriting text
Rich Text Editing

Insert


Corel Quattro Pro X8 (Windows)
Toggle Insert and Overwrite Modes
EditMode Shortcuts

Insert


Steinberg Cubase 9 (Windows)
Insert marker
Transport

Insert


Steinberg Cubase 9 (MacOS)
Insert marker
Transport

Insert


MusicBee (Windows)
Rescan/Add Files
File Menu

Insert


Kingsoft Writer 2016 (Windows)
Enter Insert Mode
Editing

Insert


Krita Painting 3 (Windows)
New paint layer
Painting

Insert


Primevera P6 P6 (Windows)
Add
General Shortcuts

Insert


WinSCP 5 (Windows)
Select/deselect file
File Selection

Insert


Informix Genero 2.5.0 (Windows)
Toggle Insert / Overstrike mode
Editing Shortcuts

Insert


Houdini (Windows)
Insert take
Take list

Insert


MPS 2017 (Windows)
Toggle insert/overwrite modes
Basic Editing

Insert


Libreoffice Writer (Windows)
Insert mode on/off
General

Insert


Editpad 7 (Windows)
Toggles between insert and overwrite mode
Select and Edit Text

Insert


Sierra Chart (Windows)
Reload and Recalculate
Chart Menu

Insert


Delphi 10 (Windows)
Insert Mode On / Off
193 Shortcuts for Delphi 10 (Windows)

Insert


Kate (Linux)
Toggle between Insert and Overwrite mode.
29 Shortcuts for Kate (Linux)

Insert


Kate (Windows)
Toggle between Insert and Overwrite mode.
38 Shortcuts for Kate (Windows)

Insert


Skipper
Add field to last position
Editor shortcuts (Windows)

Insert


FlashFXP (Web Application)
Create a new folder
54 Shortcuts for FlashFXP (Web Application)

Insert


KiCad 5.0.2
Repeat last item
EE Schema

Insert


KiCAD (Windows)
Repeat Lest Item
EE Schema

Insert


KiCAD (Linux)
Repeat Lest Item
EE Schema

Insert


Place Anywhere (Fallout 4 mod)
Toggle extra objects selection
General

Insert


KiCAD (MacOS)
Repeat Lest Item
EE Schema

Insert


gEDA (Linux)
Enter insert point mode. Click and drag on track to insert a point
Other Important Shortcuts

Insert


Xyplorer
Insert selected item
Other Shortcuts

Insert


LDCad
2: If a multiple selection is active it will replicate it like <keybs>Ctrl</keybs> + <keybs>D</keybs> does
Editor

Insert


AVS Video Editor (Windows)
Import Media
Top Menu Files and Effects Area

Ctrl + I / Insert


Inkscape (Windows)
Insert new node(s)
Node Tool

Insert


Altium Designer (Windows)
Copy attributes of object under the cursor while placing an object of the same type
Schematic Editor Only Shortcuts

Insert


AVS Video Editor (Windows)
Add chapter
Disc Menu

Insert


MindManager v19 (Windows)
Insert subtopic (next)
Most used - Previous/next level

Insert


SuperMemo (Windows)
Insert Element in Content Window
129 Shortcuts for SuperMemo (Windows)

Insert


MindManager v19 (Windows)
Insert subtopic (next)
Reorganizing - Previous/next level

Insert


Altium Designer (Windows)
Pan In
PCB3D (Legacy 3D) Editor Shortcuts

Insert


Altium Designer (Windows)
Pan in
PCB3D Library Editor Shortcuts

Insert


ARK: Survival Evolved
Local Chat
Chat

Insert


Altium Designer (Windows)
Toggle text Insertion mode between Insert and Overwrite
Common Shortcuts

Insert


Lacerte
Toggle insert/overstrike
Letter Editor

Insert


Winamp
Add directory
Playlist window

Insert


PyCharm 2018.2
Toggle insert/overwrite modes.
Basic editing

Insert


Ace Editor
Overwrite
Other

Insert


Ace Editor (Mac)
Overwrite
Other

Insert


Kerbal Space Program
Staging (default) controls
System/UI Commands

Insert


Total War: Attila
Cinematic mode
Camera

Insert


SharePoint
Switch between inserting and overwriting text.
Using rich text editing

Insert


Aegisub
Insert the untranslated text
Translation assistant

Insert


PDF-XChange Editor
New destination
General

Insert


LightWave 3D
Insert layer
Modeler: View

Insert


Warcraft III
Rotate camera to the left
Game commands

Insert


CodeMirror
Toggle the overwrite flag
General (Mac)

Insert


Inkscape
insert new node(s)
Node tool

Insert


Microsoft Visual Studio 2017 (Most used shortcuts)
[Text Editor] Edit.OvertypeMode
Edit

Insert


Microsoft Visual Studio 2017 (All shortcuts)
Edit.NewString
VC String Editor

Insert


LibreOffice
Inserts a new theme
New Theme area of the Gallery

Insert


Grand Theft Auto V
Toggle Aircraft Weapon Camera
Aircraft

Insert


REAPER
Edit: Insert note at mouse cursor
Section: MIDI Inline Editor

Insert


Tekla Structures 20
Center by cursor
General

Insert


MindMeister
Add a child idea
General

Insert


LibreOffice Writer
Insert mode on/off
General

Insert


NewsBin Pro
Add to download list
Post and search tab

Insert


Guitar Pro
Insert a beat
Note - General

Insert


WinNc
Selects one file or directory in the panel
General

Insert


Midnight Commander
tag or untag files. To untag files, just retag a tagged file
File panel actions

Insert


Freemind
Add child node
New node commands

Insert


Krita 3.0
New paint layer
Painting

Insert


The Bat!
Create new folder
Working with the Folder Tree

Insert


IrfanView
Paste image
Copy, paste and select

Insert


PlayerUnknown's Battlegrounds
Mark current position
Other

Insert


Delphi
Insert Mode on / off
General

Insert


ACDSee
Opens the Open files dialog box, in which you can select one or more images to open in View mode.
General

Insert


Outlook.com
Flag email
Actions

Insert


7-Zip
Select / Deselect current item
Miscellaneous commands

Insert


WinSCP
Select/deselect file
File selection

Insert


Outlook 2016 and Outlook 2013
Flag an item or mark complete
Tasks

Insert


MusicBee
Rescan/add files
General

Insert


AIMP
Add files
Working with Playlist

Insert


SQL Server Management Studio (SSMS)
Toggle between insert mode and overtype mode
Text manipulation in code editor

Insert


Microsoft Access 2016
Toggle between insert and overtype mode while editing in a cell
Working with panes: Using grid pane

Insert


PhotoScape
Combine and print

Insert


Total Commander
Select current file/folder
Selections

Insert


Command Line
Toggle insertion mode. In this mode, everything you type will be instered at current location. When this mode is off, everything you type will overwrite what's already there
Text manipulation

Insert


HeidiSQL
Insert row
Data

Insert


Open Office Writer 3 (Windows)
Insert mode on/off
General OpenOffice Writer Shortcuts

Insert


IrfanView 4.42 (Windows)
Paste image
Copy / Paste / Select

Insert


Microsoft Projects 2007 (Windows)
Turn on or off Overtype mode.
Select and edit in the entry bar

Insert


Microsoft Outlook 2007 (Windows)
Add a Quick Flag to an unopened message.
Shortcuts for Managing E-Mail

Insert


Microsoft Outlook 2007 (Windows)
Flag an item or mark complete.
Shortcuts for Managing Tasks

Insert