Eclipse Helios (Windows)

Navigate in Editor

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

Ctrl + Shift + P

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


Adobe Reader 9 (Linux)
Print Setup menu
Acrobat Features

Ctrl + Shift + p


Microsoft Outlook 2010 (Windows)
Display Font dialog box
Messages in Main View - Format Message Body

Ctrl + Shift + P


Unity3D 3 (Windows)
Pause
Editing

Ctrl + Shift + p


SharpDevelop 4.0 (Windows)
Fold and show definitions only
Coding Shortcuts

Ctrl + Shift + P


Google Chrome (Windows)
Print current webpage (Native Windows Print Dialog)
Access Browser Features

Ctrl + Shift + P


Microsoft Outlook 2010 (Windows)
Display Font dialog box
Messages in Compose View - Format Message Body

Ctrl + Shift + P


Google Chrome (Linux)
Print current webpage (Native Windows Print Dialog)
Access Browser Features

Ctrl + Shift + P


Phoenix Viewer (Windows)
UI Print Selected Object Info
Advanced

Ctrl + Shift + P


Microsoft Outlook 2010 (Windows)
Display Font dialog box
Calendar Shortcuts - Format Message Body

Ctrl + Shift + P


MyLifeOrganized (Windows)
Toggle Project Status
Managing Tasks

Ctrl + Shift + P


Opera (Linux)
Print without preview
Display

Ctrl + Shift + P


Photoshop Lightroom 4 (Windows)
Open Page Setup dialog box
Managing photos and catalog

Ctrl + Shift + P


Microsoft Outlook 2010 (Windows)
Create Search Folder
Create Items

Ctrl + Shift + P


Oracle SQL Developer 4 (Windows)
Components
View

Ctrl + Shift + P


Microsoft PowerPoint 2010 (Windows)
Change the font size.
Basic Text Navigation and Formatting

Ctrl + Shift + P


Microsoft PowerPoint 2010 (Windows)
Open the Font dialog box to change the font size.
Change Fonts and Formatting

Ctrl + Shift + P


Photoshop Lightroom 4 (Windows)
Open Page Setup dialog box
Print module

Ctrl + Shift + P


Notepad2 (Windows)
Move window to default position
Misc.

Ctrl + Shift + P


Axialis IconWorkshop (Windows)
Create snapshot...
Edit Menu

Ctrl + Shift + P


Beyond Compare (Windows)
Previous difference
Search Menu - Text Compare

Ctrl + Shift + P


Beyond Compare (Windows)
Previous difference
Search Menu - Text Merge

Ctrl + Shift + P


FileMaker Pro (Windows)
Style Plain
Layout Mode Shortcuts - Format Text

Ctrl + Shift + P


Pro Tools (Windows)
QuickPunch
Options Menu

Ctrl + Shift + P


Atom (text editor) 1.0 (Windows)
Toggle command palette
General

Ctrl + Shift + P


Atom (text editor) 1.0 (Linux)
Toggle command palette
General

Ctrl + Shift + p


FileMaker Pro (Windows)
Display print setup options
Layout Mode Shortcuts - Relationships Graph

Ctrl + Shift + P


Notepad++ 6 (Windows)
Play recorded macro
Macro menu

Ctrl + Shift + P


Skype for Business (Lync) 2016 (Windows)
Switch to compact view
Conversation window

Ctrl + Shift + P


FileMaker Pro (Windows)
Style Plain
Text Shortcuts - Format Text

Ctrl + Shift + P


Microsoft Outlook 2016 (Windows)
Create a Search Folder
Search

Ctrl + Shift + P


FileMaker Pro (Windows)
Display print setup options
Text Shortcuts - Relationships Graph

Ctrl + Shift + P


Microsoft Edge Browser (Windows)
Open a new InPrivate Browsing window
Window / Tab Control

Ctrl + Shift + P


Microsoft Outlook 2016 (Windows)
Display the Font dialog box
Common Commands: Format Text and work with Editor

Ctrl + Shift + P


Photoshop Lightroom CC (Windows)
Open Page Setup dialog box
Managing Photos and Catalogs

Ctrl + Shift + P


Microsoft Visio 2016 (Windows)
Switch format painter on/off
Select Various Tool/Shape Shortcuts

Ctrl + Shift + P


Microsoft Outlook 2016 (Windows)
Create a Search Folder
Common Commands: Create Item or File

Ctrl + Shift + P


FileMaker Pro (Windows)
Style Plain
Database Management Shortcuts - Format Text

Ctrl + Shift + P


Adobe Premiere CC (Windows)
Clear poster frame
Window Shortcuts

Ctrl + Shift + P


Adobe After Effects CC (Windows)
Open Position dialog box for Layers
Modify Layer Properties

Ctrl + Shift + P


FileMaker Pro (Windows)
Display print setup options
Database Management Shortcuts - Relationships Graph

Ctrl + Shift + P


Nuke 10 (Windows)
Ignore Pixel Aspect
Timeline Viewer

Ctrl + Shift + P


Nuke 10 (Linux)
Ignore Pixel Aspect
Timeline Viewer

Ctrl + Shift + P


Photoshop Lightroom CC (Windows)
Open Page Setup dialog box
Print Module

Ctrl + Shift + P


ArchiCAD 20 (Windows)
Plot SetUp
File Menu Commands

Ctrl + Shift + P


InDesign CC (Windows)
Add Page
Layout Menu Shortcuts

Ctrl + Shift + P


CINEMA 4D (Windows)
Goto First Marker
Animation Timeline

Ctrl + Shift + P


Finale (Windows)
Insert Page Number
Text Tool

Ctrl + Shift + P


Autodesk 3ds Max 2017 (Windows)
Percent snap
General user interface

Ctrl + Shift + P


AutoCAD 2016 (Windows)
Toggles the Quick Properties interface
General

Ctrl + Shift + P


Silhouette Studio (Windows)
Print border
View

Ctrl + Shift + P


Ace Projects (Windows)
Select to matching bracket
Selection Shortcuts

Ctrl + Shift + P


Autodesk Inventor 2017 (Windows)
Snap object
Skech

Ctrl + Shift + P


AutoCad Architecture 2017 (Windows)
Quick Properties
Alphabest combination

Ctrl + Shift + P


Todoist (Web Application)
Add a new Project
Android Only Shortcuts

Ctrl + Shift + P


Sublime Text (Linux)
Command Prompt
Other Shortcuts

Ctrl + Shift + P


Google Blogger (Web Application)
Preview
15 Shortcuts for Google Blogger (Web Application)

Ctrl + Shift + P


Microsoft Hotmail (Web Application)
Print Message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + Shift + P


Corel Draw X8 (Windows)
Font size
Font Formatting

Ctrl + Shift + P


Microsoft Word 2016 (MacOS)
Insert a PAGE field
Work with fields

Ctrl + Shift + P


InCopy CC (Windows)
Select current paragraph (Galley and Story views)
Navigation Shortcuts

Ctrl + Shift + P


Corel Ventura 10 (Windows)
Font Size
Tagging

Ctrl + Shift + P


Edius (Windows)
Open clip source file
General

Ctrl + Shift + P


Chief Architect (Windows)
Material Defaults
Settings Tools

Ctrl + Shift + P


vSphere Client (Windows)
Host Profiles
vCenter Navigation Shortcuts

Ctrl + Shift + P


Zerodha Trader (Windows)
NEST Auto Plugins like SPAN Calculator
Other Shortcuts

Ctrl + Shift + P


MediaMonkey (Windows)
Save Preview
Standard Keyboard Shortcuts

Ctrl + Shift + P


qBittorrent (Windows)
Pause All
Edit Menu

Ctrl + Shift + P


Adobe Captivate 2017 (Windows)
Import PPT
General and Miscellaneous Shortcuts

Ctrl + Shift + P


VideoPad Video Editor (Windows)
Place Selected Clip on Sequence
Clip

Ctrl + Shift + P


Libreoffice Writer (Windows)
Superscript
General

Ctrl + Shift + P


Groove Music (Windows)
Play selected item(s)
Song Select

Ctrl + Shift + P


XYplorer (Windows)
Copy Item Name(s)
General Shortcuts

Ctrl + Shift + P


Visual Studio Code (Windows)
Show Command Palette
General Shortcuts

Ctrl + Shift + P / F1


Xamarin Studio (MonoDevelop) (Windows)
Print Preview
File Menu

Ctrl + Shift + P


Siemens NX 11 (Windows)
Macro-Playback
Tools Menu

Ctrl + Shift + P


Unity3D 5 (Windows)
Pause
Edit

Ctrl + Shift + P


Delphi 10 (Windows)
Play editor macro
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + P


iClone 7 (Windows)
Show/Hide Project Settings Panel
OnScreen Display

Ctrl + Shift + P


Soundforge (Windows)
Process selection
Plug-In Chain

Ctrl + Shift + P


DrawPlus (Windows)
Print Preview
Document Shortcuts

Ctrl + Shift + P


Sierra Chart (Windows)
Trade Orders and Positions
Trade Menu

Ctrl + Shift + P


RStudio (Windows)
Re-run previous region
Source

Ctrl + Shift + P


Titanium (Windows)
To Matching Bracket
Navigation

Ctrl + Shift + P


TurboCAD (Windows)
Copy properties from one object to another
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + P


Ulead PhotoImpact 8 (Windows)
Prints multiple copies of a single image, or prints multiple images on the same page
File Menu

Ctrl + Shift + P


Comodo IceDragon (Windows)
Toggle Private Browsing - Browse the web without storing history, form entries and so on
Tools

Ctrl + Shift + P


Wordfast Pro (Windows)
Open Project
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + P


Maxwell Render (Windows)
Render viewport
Render

Ctrl + Shift + P


Vectorworks (Windows)
Rendering–Final Shaded Polygon
View Menu

Ctrl + Shift + P


Arduino (Windows)
Page SetUp
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + P


Arduino (Linux)
Page SetUp
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + P


WavePad Sound Editor (Windows)
Find and Select Peak Sample
Move And Select Operations

Ctrl + Shift + P


Brave Browser (Windows)
New Private Tab
Tabs and Windows

Ctrl + Shift + P


Modo (Windows)
Unparent
Animation

Ctrl + Shift + P


Sage Simply Accounting (Windows)
Print this packing slip
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + P


KeyCreator (Windows)
Print Preview
General Shortcuts

Ctrl + Shift + P


BricsCAD (Windows)
Toggles the Properties bar
Other Shortcuts

Ctrl + Shift + P


BricsCAD (Linux)
Toggles the Properties bar
Other Shortcuts

Ctrl + Shift + P


Solidwork Composer (Windows)
Enables rendering modes
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + Shift + P


FlexiSign Pro 8.1 (Windows)
Print Setup (Page Setup on Macintosh)
Miscellaneous Shortcuts

Ctrl + Shift + P


Open Office Writer 3 (Windows)
Superscript
General OpenOffice Writer Shortcuts

Ctrl + Shift + P


gedit 2.3 (Linux)
Print preview
Program

Ctrl + Shift + P


Google Earth 5 (Linux)
Print preview
Program

Ctrl + Shift + P


Adobe Reader 9 (Windows)
Print Setup menu
Acrobat Features

Ctrl + Shift + P


Microsoft Outlook 2007 (Windows)
Create a new Search Folder.
Shortcuts for Search

Ctrl + Shift + P


Internet Explorer (Windows)
Open private browsing window / incognito mode.
main for Privacy Settings

Ctrl + Shift + P


Google Earth 5 (Windows)
Create new Placemark
Create Items on Map

ctrl + shift + p


Microsoft Outlook 2007 (Windows)
Create a Search Folder.
Shortcuts to Create Items or Files

Ctrl + Shift + P


IrfanView 4.42 (Windows)
Set image as wallpaper - previous wallpaper
Tools and Dialogs

Ctrl + Shift + P


Microsoft Excel 2007 (Windows)
Opens the Format Cells dialog box with the Font tab selected.
CTRL Combinations in Excel 2007

Ctrl + Shift + P


Microsoft Outlook 2007 (Windows)
Display the Font dialog box.
Shortcuts for Formatting Text

Ctrl + Shift + P


Adobe After Effects CS5 (Windows)
Open Position dialog box for selected layers
Modifying Layer Properties

Ctrl + Shift + P