Eclipse

Editor

Switch to next editor

Ctrl + Page Up

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 previous edit location.
Working with documents: Switch to another view

Ctrl + Page Up


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

Ctrl + Tab / Ctrl + Page Up


Firefox (Linux)
Jump to previous browser tab
Navigation

Ctrl + Shift + Tab / Ctrl + Page Up


Firefox (Windows)
Jump to previous browser tab
Navigation

Ctrl + Shift + Tab / Ctrl + Page Up


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 left
For Page Movement

Ctrl + Page Up


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 previous page
Edit and move text and graphics: Move through your document

Ctrl + Page Up


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

Ctrl + Shift + Tab / Ctrl + Page Up


Total Commander 8 (Windows)
Change to parent directory (cd ..) , or Backspace
Main Shortcuts

Ctrl + Page up


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

Ctrl + Page Up


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 the first record
Data forms

Ctrl + 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


AutoCAD 2012 (Windows)
Switch to next tab / switch to previous tab in current drawing
Manage Drawings

Ctrl + Page Up / Page Down


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


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


NetBeans 8 (Windows)
Switch between open documents by order of tabs
Opening and Toggling between Views

Ctrl + Page Up / Page Down


Virtual DJ (Windows)
Crossfader 0
All Shortcuts

Ctrl + Page Up


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)
Previous page
Navigation - Navigating a PDF

Arrow Left / Ctrl + Page Up


Linux Mint (Linux)
Next / previous tab
File Manager (Nemo) - Manage Tabs

Ctrl + Page Up / Page Down


Microsoft Excel 2013 (Windows)
Move to the first record
Data Forms

Ctrl + Page Up


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

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2010 (Windows)
Move to the first record.
Data Forms

Ctrl + Page Up


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 the first record
Select Cells - Data Forms

Ctrl + Page Up


Microsoft Excel 2016 (Windows)
Move to the first record
Format Cells - Data Forms

Ctrl + Page Up


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

Ctrl + Page Up / Ctrl + Page Down


Adobe After Effects CC (Windows)
Move earlier or later by number of Frames specified for stroke Duration
Paint Tools

Ctrl + Page Up / Page Down


Microsoft Excel 2016 (Windows)
Move to the first record
Formulas - Data Forms

Ctrl + Page Up


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

Ctrl + Page Up


Microsoft Excel 2016 (Windows)
Move to the first record
Manage Workbooks - Data Forms

Ctrl + Page Up


AutoCAD 2016 (Windows)
Moves to the previous layout
General

Ctrl + PAGE UP


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

Ctrl + Page up


Microsoft Excel 2016 (Windows)
Move to the first record
Excel Auto Tables and Data Forms - Data Forms

Ctrl + Page Up


FileZilla (Windows)
Switch to next/previous tab
28 Shortcuts for FileZilla (Windows)

Ctrl + Page up / Page Down


Corel Draw X8 (Windows)
Forward one
Object Ordering

Ctrl + Page up


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

Ctrl + Page Up


Houdini (Windows)
Previous pane tab
Main Menu

Ctrl + Page up


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

Ctrl + Page up


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

Ctrl + Page Up


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
Previous tab (by order)
Tab

Ctrl + Page Up


CodeLite 10 (Windows)
Goto previous function
Search

Ctrl + Page Up


CuteFTP (Windows)
Upload
General

Ctrl + Page Up


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

Ctrl + Page Up / Ctrl + Page Down


Browser tab management
Go to previous tab
KDE / GNOME

Ctrl + Page Up


LDCad
2: While inserting/moving parts it will rotate the 'floating' parts 45 degrees around the screens depth axis
Editor

Ctrl + Page Up / Down


Altium Designer (Windows)
Zoom-in to 400%
PCB Editor Only Shortcuts

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


Ableton Live 10
Scroll Editor Horizontally
Clip View MIDI Editor

Ctrl + Page Up / Down


Lacerte
Move to the next input section on the screen
Interactive Detail Input

Ctrl + Page Up / Down


AutoCAD
Switch to previous tab in current drawing
Manage Drawings

Ctrl + Page Up


Shotcut
Backward 5 Seconds
Player

Ctrl + Page Up


QuickBooks Desktop
Move to the first item a list or register
Maneuvering

Ctrl + Page Up


PyCharm 2018.2
Move the caret up to the page top.
Basic editing

Ctrl + Page Up


Telegram
Move to previous chat
General

Ctrl + Page Up


Quicken 2018
First day of month
Moving around in windows and fields

Ctrl + Page Up


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

Ctrl + Page Up


ActivePresenter 7
Arrange: Order forward
Text

Ctrl + Page Up


jEdit
Go to previous buffer.
Files

Ctrl + Page Up


CorelDRAW Graphics Suite 2018
Forward One
General

Ctrl + Page Up


Logo Accounting
Navigate between tabs in receipts
General

Ctrl + Page Up / Down


Nuance Power PDF
Scroll to top of previous page
Page

Ctrl + Page Up


Inkscape
In a multi-tab dialog, switch tabs
Toggle visibility

Ctrl + Page Up


Virtual DJ 2018
Crossfader 100%
General

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


Microsoft Paint
Zoom in
Powers of Ctrl

Ctrl + Page Up


Comodo IceDragon
Previous Tab
Windows and Tabs

Ctrl + Page Up


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

Ctrl + Page Up


LibreOffice Impress
Go to the previous slide
Slide shows

Ctrl + Page Up


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

Ctrl + Page Up


LibreOffice Base
Jumps between tabs
Creating Basic dialogs

Ctrl + Page Up


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

Ctrl + Page Up


LibreOffice Draw
Switch to previous layer
Shortcut keys specific to drawings

Ctrl + Page Up


LibreOffice Writer
Switch cursor between text and header
General

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


Tekla Structures 20
Open previous drawing
Drawing

Ctrl + Page Up


NewsBin Pro
Move to top
Download tab

Ctrl + Page Up


Midnight Commander
move to the parent directory
File panel actions

Ctrl + Page Up


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

Ctrl + Page Up


Sublime Text
Cycle up through tabs
Tabs

Ctrl + Page Up


Lightworks
Go to first row in Bin
General

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


REAPER
View: Zoom time selection
Section: Main

Ctrl + Page Up


FileZilla
Switch to next tab
Advanced

Ctrl + Page Up


Delphi
Moves to the top of a screen
General

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


Notepad++
Next document
File menu

Ctrl + Page Up


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

Ctrl + Page Up


Firefox Quantum
Previous tab
Windows and tabs

Ctrl + Page Up


Everything
Navigate item focus
Result list

Ctrl + Page Up


Opera
Move one screen-full to the left
Movement

Ctrl + Page Up


Adobe Acrobat Reader DC
Jump one page up
Navigation

Ctrl + Page Up


Mozilla Thunderbird
Previous tab
Controlling Thunderbird windows and tabs

Ctrl + Page Up


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

Ctrl + Page Up


Notepad2
Goto previous block
Editing

Ctrl + Page Up


Wordpad
Move up one page
General

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Down / Ctrl + Page Up


IrfanView 4.42 (Windows)
Next / previous page in a multipage image (e.g. a scan)
Browsing

Ctrl + Page Up / Page Down


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

Ctrl + Page Down / Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


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

Ctrl + Page Up


Tupi (Windows)
Delete current frame
Animation Module

Ctrl + Page Up


Adobe After Effects CS5 (Windows)
Move to earlier / move to later by number of frames specified for stroke Duration (alternatively use 1/2)
Paint Tools

Ctrl + Page Up / 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 Previous Level
Additional shortcut keys

Ctrl + Page Up