Eclipse

Editor

Switch to previous editor

Ctrl + Page Down

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


Eclipse Helios (Windows)
Switch to next editor / switch to previous editor
Editor Window

Ctrl + Page Down / Ctrl + Page Up


Adobe Reader 9 (Linux)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


Adobe Reader X (Windows)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


Microsoft Word 2007 (Windows)
Move to the next edit location.
Working with documents: Switch to another view

Ctrl + Page Down


Firefox (Linux)
Jump to next browser tab
Navigation

Ctrl + Tab / Ctrl + Page Down


Firefox (Windows)
Jump to next browser tab
Navigation

Ctrl + Tab / Ctrl + Page Down


Google Chrome (Windows)
Switch to the previous tab
Manage Tabs

Ctrl + Shift + Tab / Ctrl + Page Down


Microsoft OneNote 2010 (Windows)
Go to the next / previous page in the section.
Managing Pages, Notebooks and Sections

ctrl + page down / ctrl + page up


SharpDevelop 4.0 (Windows)
Toggle mode between editor / designer mode
Standard Editor Shortcuts

Ctrl + Page Up / Ctrl + Page Down


Inpage (Windows)
To go one screen right
For Page Movement

Ctrl + Page Down


SharpDevelop 4.0 (Windows)
Toggle mode between editor mode and designer mode
Manage Windows

Ctrl + Page Up / Ctrl + Page Down


Access 2010 (Windows)
Move right one screen / left one screen
Manage Access Features - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


Microsoft Word 2007 (Windows)
To the top of the next page
Edit and move text and graphics: Move through your document

Ctrl + Page Down


Microsoft PowerPoint 2003 (Windows)
Switch to the next tab in a dialog box
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Tab / Ctrl + Page Down


Microsoft Excel 2011 (MacOS)
Move to the next sheet / to the previous sheet in the workbook
Moving and scrolling in a sheet or workbook

Ctrl + Page Down / Ctrl + Page Up


Total Commander 8 (Windows)
Open directory/archive (also self extracting .EXE archives)
Main Shortcuts

Ctrl + Page down


Open Office Impress (Linux)
Go to the next slide.
Slide Shows

Ctrl + Page Down


Tekla Structures 14.0 (Windows)
Open next drawing / open previous drawing
Drawing shortcuts

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2011 (MacOS)
Move to a new record
Data forms

Ctrl + Page Down


Sublime Text (Windows)
Move to next/ previous open tab
Manage Sublime Window, Files and Tabs

Ctrl + Page Down / Page Up


Access 2010 (Windows)
Move right one screen / left one screen
Working with Text and Data - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


CATIA V5 (Windows)
Zoom in / zoom out the model or tree whichever is active
38 Shortcuts for CATIA V5 (Windows)

Ctrl + Page Up / Ctrl + Page Down


Visual Studio 2015 (Windows)
Cycle between design, split and source
For HTML Pages

Ctrl + Page Down / Page Up


HoneyView 5.03 (Windows)
previous 10 images / nexst 10 images
Main Shortcuts

Ctrl + Page Up / Ctrl + Page Down


Adobe Reader X (Linux)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


Microsoft Word 2013 (Windows)
Move to beginning of next page / beginning of previous page
Navigate in Word Documents

Ctrl + Page Down / Page Up


Virtual DJ (Windows)
Crossfader 4096
All Shortcuts

Ctrl + Page Down


Access 2010 (Windows)
Move right one screen / left one screen
Working with Access Views - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


Adobe Acrobat Pro (Windows)
Next page
Navigation - Navigating a PDF

Arrow Right / Ctrl + Page Down


Microsoft Excel 2013 (Windows)
Move to the next / previous worksheet in current workbook
Manage Multipe Worksheets

Ctrl + Page Down / Page Up


Microsoft Excel 2013 (Windows)
Move to a new record
Data Forms

Ctrl + Page Down


Microsoft Excel 2010 (Windows)
Move to the next / previous worksheet in current workbook.
Manage Multipe Worksheets

Ctrl + Page Down / Ctrl + Page Up


Microsoft OneNote 2016 (Windows)
Go to next/ previous page in section
Manage Pages, Notebooks and Sections

Ctrl + Page Down / Page Up


Microsoft Excel 2010 (Windows)
Move to a new record.
Data Forms

Ctrl + Page Down


Access 2010 (Windows)
Move right one screen / left one screen
The Rest - Navigate in Datasheet, Subdatasheet, and Form View

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2016 (Windows)
Move to a new record
Select Cells - Data Forms

Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Move to a new record
Format Cells - Data Forms

Ctrl + Page Down


FileMaker Pro (Windows)
Scroll the document to the left / to the right
Navigation and Window Display

Ctrl + Page Up / Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Move to a new record
Formulas - Data Forms

Ctrl + Page Down


Dynamics NAV 2015 (Windows)
Display next Document or card in a list
Documentaion

Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Move to a new record
Manage Workbooks - Data Forms

Ctrl + Page Down


AutoCAD 2016 (Windows)
Moves to the next layout tab
General

Ctrl + PAGE DOWN


AutoCad Architecture 2017 (Windows)
Moves the cursor to the bottom of the currently visiblepage of text
Text Editing

Ctrl + Page down


Microsoft Excel 2016 (Windows)
Move to a new record
Excel Auto Tables and Data Forms - Data Forms

Ctrl + Page Down


Autodesk 3ds Max 2017 (Windows)
Select children
Hierarchies

Ctrl + Page down


Microsoft Excel 2016 (Windows)
Move to the next/ previous worksheet in current workbook
Manage Worksheet Tabs

Ctrl + Page Down / Page Up


Corel Draw X8 (Windows)
Back one
Object Ordering

Ctrl + Page down


Microsoft Word 2016 (MacOS)
Move to the last cell in the column
Move around in a table

Ctrl + Page Down


Houdini (Windows)
Next pan tab
Main Menu

Ctrl + Page down


Corel Draw X8 (Windows)
Cursor to end of text
Cursor Moves Using Text Tool

Ctrl + Page down


Soundforge (Windows)
Move 100% of the current view past the cursor position
Cursor Movements

Ctrl + Page Down


Quickbooks Desktop (Windows)
First item on list / last item on list (or first/previous month in register)
General Editing

Ctrl + Page Up / Ctrl + Page Down


Vivaldi
Next tab (by order)
Tab

Ctrl + Page Down


CuteFTP (Windows)
Download
General

Ctrl + Page Down


Inkscape (Windows)
In a multi-tab dialog, switch tabs
Dialog

Ctrl + Page Up / Ctrl + Page Down


Browser tab management
Go to next tab
KDE / GNOME

Ctrl + Page Down


Ableton Live 9 (Windows)
Scroll Editor Horizontally
Clip View MIDI Editor

Ctrl + Ppage up / Ctrl + Page Down


Altium Designer (Windows)
Fit all objects into view
Schematic Editor Only Shortcuts

Ctrl + Page Down


Altium Designer (Windows)
Fit document into view
PCB Editor Only Shortcuts

Ctrl + Page Down


Google Chrome
Jump to the next open tab
Tab and window shortcuts

Ctrl + Page Down


Altium Designer (Windows)
Fit document
SimData Editor Shortcuts

Ctrl + Page Down


Altium Designer (Windows)
Move cursor to bottom of window
Common Shortcuts

Ctrl + Page Down


AutoCAD
Switch to next tab in current drawing
Manage Drawings

Ctrl + Page Down


Shotcut
Forward 5 Seconds
Player

Ctrl + Page Down


QuickBooks Desktop
Move to the last item in a list or register
Maneuvering

Ctrl + Page Down


PyCharm 2018.2
Move the caret down to the page bottom.
Basic editing

Ctrl + Page Down


Telegram
Move to next chat
General

Ctrl + Page Down


Quicken 2018
Next month
Moving around in windows and fields

Ctrl + Page Down


Atom (Windows)
pane:show-next-item
All shortcuts

Ctrl + Page Down


ActivePresenter 7
Arrange: Order backward
Text

Ctrl + Page Down


jEdit
Go to next buffer.
Files

Ctrl + Page Down


CorelDRAW Graphics Suite 2018
Back One
General

Ctrl + Page Down


Nuance Power PDF
Scroll to top of next page
Page

Ctrl + Page Down


Virtual DJ 2018
Crossfader 0%
General

Ctrl + Page Down


Microsoft FrontPage
Move between Code, Design, Split, and Preview views.
Access and use views

Ctrl + Page Down


Microsoft Word 2016
To the top of the next page
Move around in a document

Ctrl + Page Down


Microsoft Paint
Zoom out
Powers of Ctrl

Ctrl + Page Down


Comodo IceDragon
Next Tab
Windows and Tabs

Ctrl + Page Down


NetBeans
Switch between open documents by order of tabs
Opening and toggling between views

Ctrl + Page Down


LibreOffice Impress
Go to the next slide
Slide shows

Ctrl + Page Down


Microsoft PowerPoint (Slideshows)
Scroll down one screenful in the Notes pane
Maneuver in Presenter View during a presentation

Ctrl + Page Down


LibreOffice Base
Jumps between tabs
Creating Basic dialogs

Ctrl + Page Down


LibreOffice Draw
Switch to next layer
Shortcut keys specific to drawings

Ctrl + Page Down


LibreOffice Calc
In the print preview: Moves to the next print page
Navigating

Ctrl + Page Down


LibreOffice Writer
Switch cursor between text and footer
General

Ctrl + Page Down


Microsoft Visual Studio 2017 (All shortcuts)
Edit.ViewBottom
Text Editor

Ctrl + Page Down


Maple
Move forward through multiple open worksheet and document tabs in a Maple window
General

Ctrl + Page Down


LibreOffice
Moves pointer to the last row
Selecting rows and columns in a database table

Ctrl + Page Down


Tekla Structures 20
Open next drawing
Drawing

Ctrl + Page Down


NewsBin Pro
Move to down
Download tab

Ctrl + Page Down


Midnight Commander
move to the child directory
File panel actions

Ctrl + Page Down


KompoZer
Switch to Next Tab (when using Tabbed Browsing with more than one tab)
General

Ctrl + Page Down


Sublime Text
Cycle down through tabs
Tabs

Ctrl + Page Down


Lightworks
Go to last row in Bin
General

Ctrl + Page Down


Vuze
Tab to the left or right (doesn't work to get out of sub-tabs like in statistics)
General

Ctrl + Page Down


WPS Office
Switches between worksheet tabs, from right-to-left
General

Ctrl + Page Down


REAPER
View: Zoom out project
Section: Main

Ctrl + Page Down


FileZilla
Switch to previous tab
Advanced

Ctrl + Page Down


Delphi
Moves to the bottom of a screen
General

Ctrl + Page Down


Microsoft Excel 2016
Switches between worksheet tabs, from right-to-left
CTRL combination shortcut keys

Ctrl + Page Down


SQL Server Management Studio (SSMS)
Moves to the next tab in the document
Cursor movement

Ctrl + Page Down


7-Zip
Open current item as folder inside 7-Zip
File menu

Ctrl + Page Down


Notepad++
Previous document
File menu

Ctrl + Page Down


Microsoft Access 2016
Move to the current field in the next record
Form view: Navigate between fields and records

Ctrl + Page Down


Firefox Quantum
Next tab
Windows and tabs

Ctrl + Page Down


Everything
Navigate item focus
Result list

Ctrl + Page Down


Opera
Move one screen-full to the right
Movement

Ctrl + Page Down


Adobe Acrobat Reader DC
Jump one page down
Navigation

Ctrl + Page Down


Mozilla Thunderbird
Next tab
Controlling Thunderbird windows and tabs

Ctrl + Page Down


Adobe Acrobat 2017 (Windows and Unix)
Next page
Navigating PDF

Ctrl + Page Down


Wordpad
Move down one page
General

Ctrl + Page Down


Microsoft OneNote
Go to the next page in the section
Work with notebooks and sections

Ctrl + Page Down


Adobe Reader 9 (Windows)
Jump one page down / one page up
Navigation

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2007 (Windows)
Moves to the next sheet in a workbook.
Navigating in Worksheets and Selecting Cells

Ctrl + Page Down


Google Spreadsheets (Web Application)
Move to next / move to previousworksheet
Movement within worksheets

Ctrl + Page Down / Ctrl + Page Up


Open Office Writer 3 (Windows)
Switch cursor between text and footer
General OpenOffice Writer Shortcuts

Ctrl + Page Down


Open Office Impress (Windows)
Go to the next slide.
Slide Shows

Ctrl + Page Down


Tupi (Windows)
Extend current frame
Animation Module

Ctrl + Page Down


Microsoft Word 2010 (Windows)
Move to next / move to previous browser object as set in Browse Options
Navigate within Documents

Ctrl + Page Down / Ctrl + Page Up


Xactimate
Go to Next Level
Additional shortcut keys

Ctrl + Page Down