Eclipse Helios (Windows)

Editor Window

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

Ctrl + F6 / Ctrl + Shift + F6

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


Android Emulator (Windows)
Volume down (or - on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F6


Inpage (Windows)
To decrease space between selected text
For formatting

Ctrl + F6


Tally 9.0 (Windows)
Rejection In
Inventory Vouchers

Ctrl + F6


Microsoft PowerPoint 2003 (Windows)
Next window
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + F6


Microsoft PowerPoint 2003 (Windows)
Switch to the next presentation window
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + F6


Microsoft PowerPoint 2003 (Windows)
Switch to the previous presentation window
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Shift + F6


Total Commander 8 (Windows)
Sort by size
Main Shortcuts

Ctrl + F6


Access 2010 (Windows)
Cycle between open windows
Manage Access Features - Manage Windows

Ctrl + F6


Evernote (Windows)
Set note list to Mixed view
Main Application Shortcuts - Change View and Display

Ctrl + F6


Smartplant Review (Windows)
Save and Recall (View Operations)
Function Keys

Ctrl + F6


Microsoft Word 2007 (Windows)
Go to the next window.
Function key reference: CTRL+Function key

Ctrl + F6


UltraEdit (Windows)
Make the next document window active
Document Navigation Shortcuts

Ctrl + F6


UltraEdit (Windows)
Make the previous document window active
Document Navigation Shortcuts

Ctrl + Shift + F6


Microsoft Word 2007 (Windows)
Go to the previous window.
Function key reference: CTRL+SHIFT+Function key

Ctrl + Shift + F6


Visual Studio 2015 (Windows)
Go to next / go to previous window
Manage Visual Studio

Ctrl + F6 / Ctrl + Shift + F6


Android Emulator (Linux)
Volume down (or - on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F6


Sublime Text (Windows)
Find next misspelling
Others

Ctrl + F6


Sublime Text (Windows)
Find previous misspelling
Others

Ctrl + Shift + F6


Adobe Illustrator CS5 (Windows)
Navigate to next document
Viewing Artwork

Ctrl + F6


Adobe Illustrator CS5 (Windows)
Navigate to previous document
Viewing Artwork

Ctrl + Shift + F6


Access 2010 (Windows)
Cycle between open windows
Working with Text and Data - Manage Windows

Ctrl + F6


IntelliJ (Linux)
Change Signature
Editing

Ctrl + F6


IntelliJ (Windows)
Change Signature
Editing

Ctrl + F6


Microsoft PowerPoint 2010 (Windows)
When more than one window is open, switch to the next window.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + F6


Microsoft PowerPoint 2010 (Windows)
Switch to the previous window.
Microsoft Office basics applicable to PowerPoint 2007

Ctrl + Shift + F6


Notepad2 (Windows)
Save copy...
File Menu

Ctrl + F6


NetBeans 8 (Windows)
Run Unit test on file/project
Compiling, Testing, and Running

Ctrl + F6 / Alt + F6


NetBeans 8 (Windows)
Start debugging test for file
Debugging

Ctrl + Shift + F6


Microsoft Word 2013 (Windows)
Switch between multiple Word documents
Manage Word Documents and View

Ctrl + F6


Audacity 2 (Windows)
Move backward through currently focused toolbar in Upper Toolbar dock area
Keyboard Focus

Ctrl + Shift + F6


Audacity 2 (Windows)
Move forward through currently focused toolbar in Upper Toolbar dock area
Keyboard Focus

Ctrl + F6


Adobe Acrobat Pro (Windows)
Move to next open document (when focus is on document pane)
Navigation

Ctrl + F6


Adobe Acrobat Pro (Windows)
Move to previous open document (when focus is on document pane)
Navigation

Ctrl + Shift + F6


Access 2010 (Windows)
Cycle between open windows
Working with Access Views - Manage Windows

Ctrl + F6


Qt Creator (MacOS)
Run to selected function
Debugging

Ctrl + F6


Qt Creator (Windows)
Run to selected function
Debugging

Ctrl + F6


Sway 2016 (Windows)
Move between task pane, Storyline, toolbar, etc.
Main Navigation

Ctrl + F6


Console2 (Windows)
New tab 5
30 Shortcuts for Console2 (Windows)

Ctrl + F6


Access 2016 (Windows)
Cycle between windows
Windows/Content Switching/Navigation

Ctrl + F6


Access 2010 (Windows)
Cycle between open windows
The Rest - Manage Windows

Ctrl + F6


Microsoft PowerPoint 2016 (Windows)
Next window
Presentation Windows shortcuts

Ctrl + F6


Microsoft PowerPoint 2016 (Windows)
Previous window
Presentation Windows shortcuts

Ctrl + Shift + F6


Adobe Illustrator CC (Windows)
Go to next document
Viewing Artwork

Ctrl + F6


Adobe Illustrator CC (Windows)
Go to previous document
Viewing Artwork

Ctrl + Shift + F6


FileMaker Pro (Windows)
Cycle to the previous document window
Navigation and Window Display

Ctrl + F6


FileMaker Pro (Windows)
Cycle to the next document window
Navigation and Window Display

Ctrl + Shift + F6


Microsoft Word 2016 (Windows)
Go to the next window.
All Function Key Shortcuts

Ctrl + F6


Microsoft Word 2016 (Windows)
Go to the previous window.
All Function Key Shortcuts

Ctrl + Shift + F6


Microsoft Projects 2016 (Windows)
When more than one window is open, switch to the next window.
Switching between Windows

Ctrl + F6


Microsoft Projects 2016 (Windows)
Switch to the previous window.
Switching between Windows

Ctrl + Shift + F6


Microsoft Excel 2016 (Windows)
Scroll between open workbooks
The Rest

Ctrl + F6


JetBrains PyCharm (Windows)
Change Signature
Refactoring

Ctrl + F6


Microsoft Teams (Windows)
Go to Next Section
General Shortcuts

Ctrl + F6


Microsoft Teams (Windows)
Go to Previous Section
General Shortcuts

Ctrl + Shift + F6


Corel Ventura 10 (Windows)
Go to Next/Previous Window
Cursor Movement

Ctrl + F6 / Ctrl + Shift + F6


Corel WordPerfect X8 (Windows)
Next Document
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + F6


Corel Ventura 10 (Windows)
Switch to Next window
Zoom and View

Ctrl + F6


InCopy CC (Windows)
Go to Next window
Navigation Shortcuts

Ctrl + F6


InCopy CC (Windows)
Go to Previous window
Navigation Shortcuts

Ctrl + Shift + F6


MetaTrader MT4 (Windows)
Activate Next Chart Window
Function Key Shortcuts

Ctrl + F6


WinSCP 5 (Windows)
Sort files in the active panel by size
File Panels

Ctrl + F6


XYplorer (Windows)
Copy To Other Pane
Function key Shortcuts

Ctrl + F6


Vuze (Windows)
Tab to the Right (ignores sub tabs)
General Shortcuts

Ctrl + F6


Soundforge (Windows)
Go to the next data window
Magnification and View

Ctrl + F6


Soundforge (Windows)
Go to the previous data window
Magnification and View

Ctrl + Shift + F6


Scottrade (Windows)
Sell Limit at Bid
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + F6


VideoPad Video Editor (Windows)
Take Sequence Preview Snapshot
Sequence Player

Ctrl + Shift + F6


Aptana Studio 3 (Windows)
Next Editor Tab
Windows Shortcuts

Ctrl + F6


Aptana Studio 3 (Windows)
Previous Editor Tab
Windows Shortcuts

Ctrl + Shift + F6


GOM Player (Windows)
Default Aspect Ratio
Aspect Ratio

Ctrl + F6


Jetbrains CLion (Windows)
Change Signature
Refactoring

Ctrl + F6


MPS 2017 (Windows)
Change the signature of the selected method and update all the corresponding method calls
Refactoring

Ctrl + F6


Delphi 10 (Windows)
Switches between source (.cpp) and header (.h)
193 Shortcuts for Delphi 10 (Windows)

Ctrl + F6


Tableau (Windows)
Cycle forward through open worksheets
General

Ctrl + F6


Tableau (Windows)
Cycle backward through open worksheets
General

Ctrl + Shift + F6


SolidWorks (Windows)
Next window
Miscellaneous Shortcuts

Ctrl + F6


Titanium (Windows)
Switch File in All Editor
Quick Access

Ctrl + F6


Titanium (Windows)
Switch File in All Editor in Reverse Mode
Quick Access

Ctrl + Shift + F6


TurboCAD (Windows)
Select the next object in draw order for node editing
171 Shortcuts for TurboCAD (Windows)

Ctrl + F6


winIDEA
Run script and Wait
Tools

Ctrl + F6


Vivaldi
Untile tabs
Tab

Ctrl + F6


Wordfast Pro (Windows)
Next Editor
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + F6


Wordfast Pro (Windows)
Previous Editor
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + F6


Xyplorer
Copy to Other Pane
Panes Menu

Ctrl + F6


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F6


eMachineShop (Windows)
Contour
38 Shortcuts for eMachineShop (Windows)

Ctrl + F6


SuperMemo (Windows)
Next window
129 Shortcuts for SuperMemo (Windows)

Ctrl + F6


Tableau
Cycle forward through open worksheets
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + F6


AVImark
Chart
Patient area

Ctrl + F6


Adobe Illustrator
Navigate to next document
View artwork

Ctrl + F6


QuickBooks Desktop
Move to the next open window and make it active. Note: Some windows, such as the Accountant Center, does not allow this
Opening Windows/List

Ctrl + F6


Tibia
(Attack) Hell's coore
Action bar

Ctrl + F6


Evernote for Windows
Card View
Application-wide

Ctrl + F6


Adobe Bridge CC
Preview
Window menu

Ctrl + F6


Autodesk Stingray
Restart Editor engine
Miscellaneous

Ctrl + F6


PyCharm 2018.2
Change the signature of the selected method and update all the corresponding method calls.
Refactoring

Ctrl + F6


Bluebeam Revu
Next document
Navigation

Ctrl + F6


Heroes of the Storm
Save a camera location
General

Ctrl + F6


BSPlayer
Fast rewind
Misc

Ctrl + F6


LightWave 3D
Volumetrics and fog options
Layout: General

Ctrl + F6


Microsoft FrontPage
When more than one window is open, switch to the next window.
Access and use windows

Ctrl + F6


Microsoft Word 2016
Go to the next window
Ctrl + Function keys

Ctrl + F6


IntelliJ IDEA (Windows, Linux)
Change signature
Refactoring

Ctrl + F6


Microsoft Visual Studio 2017 (Most used shortcuts)
Window.NextDocumentWindow
Window

Ctrl + F6


NetBeans
Run unit test on file
Compiling, testing and running

Ctrl + F6


GoldWave
Switches between Sound windows.
Main Window

Ctrl + F6


LibreOffice Base
Sets the focus (if not in design mode) to the first control. The first control is the first one listed in the Form Navigator
Control properties

Ctrl + F6


WordPerfect X8
Next Document
General

Ctrl + F6


WriteMonkey
Toggle inactive paragraphs fading on / off
General

Ctrl + F6


Microsoft Visual Studio 2017 (All shortcuts)
Window.NextDocumentWindow
Window

Ctrl + F6


Qt Creator
Run to selected function
Debugging

Ctrl + F6


The Bat!
Redirect
Working with Messages

Ctrl + F6


Vuze
Tab to the right (ignores sub-tabs)
General

Ctrl + F6


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

Ctrl + F6


Microsoft Access 2016
Switch to the next or previous database window
Navigate in the Access workspace

Ctrl + F6


Delphi
Switches between source (.cpp) and header (.h)
General

Ctrl + F6


SQL Server Management Studio (SSMS)
Cycle through the next MDI child windows
Windows management

Ctrl + F6


7-Zip
Sort items by size
View menu

Ctrl + F6


GOM Player
Default aspect ratio
Aspect ratio

Ctrl + F6


Microsoft Excel 2016
Switches to the next workbook window when more than one workbook window is open
Function keys

Ctrl + F6


WinSCP
Sort files in the active panel by size
File panels

Ctrl + F6


DOSBox
Start/Stop recording sound output to a wave file (goes to capture folder)
General

Ctrl + F6


Mozilla Thunderbird
Move to next main UI element
Controlling the compose window

Ctrl + F6


Android Studio
Change signature
Refactoring

Ctrl + F6


Adobe Acrobat 2017 (Windows and Unix)
Move to next open document window (when focus is on document pane)
General navigating

Ctrl + F6


Notepad2
Save file copy
File

Ctrl + F6


Total Commander
Sort by size
File sorting

Ctrl + F6


Audacity
Move forward through currently focused toolbar in Upper Toolbar dock area, Track View and currently focused toolbar in Lower Toolbar dock area
Keyboard focus

Ctrl + F6


Opera
Switch to next tab on tab bar
Tab keys: Switching

Ctrl + F6


Microsoft Excel 2007 (Windows)
Switches to the next workbook window when more than one workbook window is open.
Function keys in Excel 2007

Ctrl + F6


Microsoft Word 2010 (Windows)
Switch between multiple Word documents
Manage Word Documents

Ctrl + F6


Scrivener 1.9.9
Insert current date and time
Editing

Ctrl + F6