Eclipse Helios (Windows)

Edit Text

Switch between insert and overwrite mode

Insert

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

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

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

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

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens 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
Propose word completion (after typing at least one letter). Repeatedly press alt+/ 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 / structure

Ctrl + O

Code Information
Open class, method, or variable information (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 / 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 +move over method

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 assigns a variable from a selected expression

Alt + Shift + L

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

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

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


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


Eclipse
Switch between insert and overwrite mode
Editing text

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