Eclipse Helios (Windows)

Editor Window

Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

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)
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


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


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


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


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 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 next tab in a dialog box
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Tab / Ctrl + Page Down


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


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)
Change to parent directory (cd ..) , or Backspace
Main Shortcuts

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 previous slide.
Slide Shows

Ctrl + Page Up


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


Microsoft Excel 2011 (MacOS)
Move to the first record
Data forms

Ctrl + Page Up


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


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


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


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

Ctrl + Page Up / Page Down


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 0
All Shortcuts

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

Arrow Left / 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


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

Ctrl + Page Up / Page Down


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

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


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 a new record
Select Cells - Data Forms

Ctrl + Page Down


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

Ctrl + Page Up


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

Ctrl + Page Down


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 a new record
Formulas - Data Forms

Ctrl + Page Down


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

Ctrl + Page Up


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

Ctrl + Page Down


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

Ctrl + Page Up


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

Ctrl + Page Down


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


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 a new record
Excel Auto Tables and Data Forms - Data Forms

Ctrl + Page Down


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

Ctrl + Page Up


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


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

Ctrl + Page up / Page Down


Corel Draw X8 (Windows)
Back one
Object Ordering

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


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


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


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 prior to the cursor position
Cursor Movements

Ctrl + Page Up


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

Ctrl + Page Up


CodeLite 10 (Windows)
Goto previous function
Search

Ctrl + Page Up


Vivaldi
Next tab (by order)
Tab

Ctrl + Page Down


CuteFTP (Windows)
Download
General

Ctrl + Page Down


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 next tab
KDE / GNOME

Ctrl + Page Down


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

Ctrl + Ppage up / Ctrl + Page Down


Browser tab management
Go to previous tab
KDE / GNOME

Ctrl + Page Up


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

Ctrl + Page Down


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


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


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

Ctrl + Page Up


Altium Designer (Windows)
Fit document
SimData Editor Shortcuts

Ctrl + Page Down


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

Ctrl + Page Up


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

Ctrl + Page Down


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


AutoCAD
Switch to next tab in current drawing
Manage Drawings

Ctrl + Page Down


Shotcut
Forward 5 Seconds
Player

Ctrl + Page Down


Shotcut
Backward 5 Seconds
Player

Ctrl + Page Up


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

Ctrl + Page Up


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


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

Ctrl + Page Up


Telegram
Move to next chat
General

Ctrl + Page Down


Telegram
Move to previous chat
General

Ctrl + Page Up


Quicken 2018
Next month
Moving around in windows and fields

Ctrl + Page Down


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


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

Ctrl + Page Down


ActivePresenter 7
Arrange: Order backward
Text

Ctrl + Page Down


ActivePresenter 7
Arrange: Order forward
Text

Ctrl + Page Up


jEdit
Go to previous buffer.
Files

Ctrl + Page Up


jEdit
Go to next buffer.
Files

Ctrl + Page Down


CorelDRAW Graphics Suite 2018
Back One
General

Ctrl + Page Down


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


Nuance Power PDF
Scroll to top of next page
Page

Ctrl + Page Down


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

Ctrl + Page Up


Virtual DJ 2018
Crossfader 0%
General

Ctrl + Page Down


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 Down


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 next page
Move around in a document

Ctrl + Page Down


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


Microsoft Paint
Zoom out
Powers of Ctrl

Ctrl + Page Down


Comodo IceDragon
Next Tab
Windows and Tabs

Ctrl + Page Down


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


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

Ctrl + Page Down


LibreOffice Impress
Go to the previous slide
Slide shows

Ctrl + Page Up


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


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 Base
Jumps between tabs
Creating Basic dialogs

Ctrl + Page Down


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 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 header
General

Ctrl + Page Up


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


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


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

Ctrl + Page Down


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

Ctrl + Page Up


Tekla Structures 20
Open next drawing
Drawing

Ctrl + Page Down


Tekla Structures 20
Open previous drawing
Drawing

Ctrl + Page Up


NewsBin Pro
Move to top
Download tab

Ctrl + Page Up


NewsBin Pro
Move to down
Download tab

Ctrl + Page Down


Midnight Commander
move to the child directory
File panel actions

Ctrl + Page Down


Midnight Commander
move to the parent directory
File panel actions

Ctrl + Page Up


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

Ctrl + Page Down


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


Sublime Text
Cycle down through tabs
Tabs

Ctrl + Page Down


Lightworks
Go to first row in Bin
General

Ctrl + Page Up


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


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 right-to-left
General

Ctrl + Page Down


Eclipse
Switch to previous editor
Editor

Ctrl + Page Down


Eclipse
Switch to next editor
Editor

Ctrl + Page Up


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

Ctrl + Page Up


REAPER
View: Zoom out project
Section: Main

Ctrl + Page Down


REAPER
View: Zoom time selection
Section: Main

Ctrl + Page Up


FileZilla
Switch to next tab
Advanced

Ctrl + Page Up


FileZilla
Switch to previous tab
Advanced

Ctrl + Page Down


Delphi
Moves to the bottom of a screen
General

Ctrl + Page Down


Delphi
Moves to the top of a screen
General

Ctrl + Page Up


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

Ctrl + Page Down


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


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++
Next document
File menu

Ctrl + Page Up


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


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

Ctrl + Page Up


Firefox Quantum
Next tab
Windows and tabs

Ctrl + Page Down


Firefox Quantum
Previous tab
Windows and tabs

Ctrl + Page Up


Everything
Navigate item focus
Result list

Ctrl + Page Up


Everything
Navigate item focus
Result list

Ctrl + Page Down


Opera
Move one screen-full to the left
Movement

Ctrl + Page Up


Opera
Move one screen-full to the right
Movement

Ctrl + Page Down


Adobe Acrobat Reader DC
Jump one page down
Navigation

Ctrl + Page Down


Adobe Acrobat Reader DC
Jump one page up
Navigation

Ctrl + Page Up


Mozilla Thunderbird
Next tab
Controlling Thunderbird windows and tabs

Ctrl + Page Down


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


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

Ctrl + Page Down


Wordpad
Move up one page
General

Ctrl + Page Up


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


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


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


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 Writer 3 (Windows)
Switch cursor between text and footer
General OpenOffice Writer Shortcuts

Ctrl + Page Down


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

Ctrl + Page Up


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

Ctrl + Page Down


Tupi (Windows)
Extend current frame
Animation Module

Ctrl + Page Down


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 Next Level
Additional shortcut keys

Ctrl + Page Down


Xactimate
Go to Previous Level
Additional shortcut keys

Ctrl + Page Up