Visual Studio 2015 (Windows)

For HTML Pages

Cycle between design, split and source

Ctrl + Page Down / Page Up

All hotkeys for Visual Studio 2015 (Windows)

Code Editor - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Editor - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Editor - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Editor - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Editor - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Editor - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Editor - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Editor - Find, Replace, and Goto
Find symbol

Alt + F12

Code Editor - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Editor - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Editor - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Editor - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Editor - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Editor - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Editor - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Editor - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Editor - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Editor - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Editor - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Editor - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Editor - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Editor - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Editor - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Editor - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Editor - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Editor - Select Text
Select current word

Ctrl + W

Code Editor - Select Text
Cancel Selection

Esc

Code Editor - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Editor - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Editor - Select Text
Select All

Ctrl + A

Code Editor - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Editor - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Editor - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Editor - Collapse Items
Collapse all

Ctrl + M + A

Code Editor - Collapse Items
Uncollapse all

Ctrl + M + X

Code Editor - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Editor - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Editor - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Editor - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Editor - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Editor - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Editor - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Editor - Edit Code
Make uppercase

Ctrl + Shift + U

Code Editor - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Editor - Edit Code
Comment selected text

Ctrl + K + C

Code Editor - Edit Code
Uncomment selected text

Ctrl + K + U

Code Editor - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Editor - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Code Editor - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Editor - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Editor - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Editor - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Editor - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Editor - IntelliSense and Code Helper
Display symbol definition

F12

Code Editor - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Editor - Blocks
If block

I

Code Editor - Blocks
Else block

E + L

Code Editor - Blocks
Do While Loop block

D + O

Code Editor - Blocks
For Loop block

F + O + R

Code Editor - Blocks
While loop block

W + H

Code Editor - Blocks
Lock block

L

Code Editor - Blocks
Break

B + R

Code Editor - Data Types
Short

S + H

Code Editor - Data Types
True

T + R

Code Editor - Data Types
False

F

Code Editor - Data Types
Float

F + L

Code Editor - Data Types
Byte

B + Y

Code Editor - Data Types
Bool

B + O

Code Editor - Data Types
Enum myEnum

E

Code Editor - Others
A new public class block

T

Code Editor - Others
Console.WriteLine

C + W

Code Editor - Others
MessageBox.show

M + B

Code Editor - Others
CrossAppDomainDelegate

C + R

Code Editor - Others
AccessViolationException

A + B

Code Editor - Others
Exception class

E + X

Code Editor - Others
Static Void Main block

S + V + M

Code Editor - Others
Parallel

P + U

Code Editor - Others
Public Int Property

P + R

Code Editor - Others
Stackalloc

S

Coding - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Coding - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Coding - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Coding - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Coding - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Coding - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Coding - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Coding - Find, Replace, and Goto
Find symbol

Alt + F12

Coding - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Coding - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Coding - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Coding - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Coding - Find, Replace, and Goto
Goto line number

Ctrl + G

Coding - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Coding - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Coding - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Coding - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Coding - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Coding - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Coding - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Coding - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Coding - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Coding - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Coding - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Coding - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Coding - Select Text
Select current word

Ctrl + W

Coding - Select Text
Cancel Selection

Esc

Coding - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Coding - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Coding - Select Text
Select All

Ctrl + A

Coding - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Coding - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Coding - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Coding - Collapse Items
Collapse all

Ctrl + M + A

Coding - Collapse Items
Uncollapse all

Ctrl + M + X

Coding - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Coding - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Coding - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Coding - Edit Code
Delete word to right of cursor

Ctrl + Delete

Coding - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Coding - Edit Code
Enter blank line above cursor

Ctrl + Enter

Coding - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Coding - Edit Code
Make uppercase

Ctrl + Shift + U

Coding - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Coding - Edit Code
Comment selected text

Ctrl + K + C

Coding - Edit Code
Uncomment selected text

Ctrl + K + U

Coding - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Coding - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Coding - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Coding - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Coding - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Coding - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Coding - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Coding - IntelliSense and Code Helper
Display symbol definition

F12

Coding - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Coding - Blocks
If block

I

Coding - Blocks
Else block

E + L

Coding - Blocks
Do While Loop block

D + O

Coding - Blocks
For Loop block

F + O + R

Coding - Blocks
While loop block

W + H

Coding - Blocks
Lock block

L

Coding - Blocks
Break

B + R

Coding - Data Types
Short

S + H

Coding - Data Types
True

T + R

Coding - Data Types
False

F

Coding - Data Types
Float

F + L

Coding - Data Types
Byte

B + Y

Coding - Data Types
Bool

B + O

Coding - Data Types
Enum myEnum

E

Coding - Others
A new public class block

T

Coding - Others
Console.WriteLine

C + W

Coding - Others
MessageBox.show

M + B

Coding - Others
CrossAppDomainDelegate

C + R

Coding - Others
AccessViolationException

A + B

Coding - Others
Exception class

E + X

Coding - Others
Static Void Main block

S + V + M

Coding - Others
Parallel

P + U

Coding - Others
Public Int Property

P + R

Coding - Others
Stackalloc

S

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find symbol

Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Snippets (Visual C# Scheme) - Select Text
Select current word

Ctrl + W

Code Snippets (Visual C# Scheme) - Select Text
Cancel Selection

Esc

Code Snippets (Visual C# Scheme) - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Snippets (Visual C# Scheme) - Select Text
Select All

Ctrl + A

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Snippets (Visual C# Scheme) - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse all

Ctrl + M + A

Code Snippets (Visual C# Scheme) - Collapse Items
Uncollapse all

Ctrl + M + X

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Make uppercase

Ctrl + Shift + U

Code Snippets (Visual C# Scheme) - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Snippets (Visual C# Scheme) - Edit Code
Comment selected text

Ctrl + K + C

Code Snippets (Visual C# Scheme) - Edit Code
Uncomment selected text

Ctrl + K + U

Code Snippets (Visual C# Scheme) - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol definition

F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Snippets (Visual C# Scheme) - Blocks
If block

I

Code Snippets (Visual C# Scheme) - Blocks
Else block

E + L

Code Snippets (Visual C# Scheme) - Blocks
Do While Loop block

D + O

Code Snippets (Visual C# Scheme) - Blocks
For Loop block

F + O + R

Code Snippets (Visual C# Scheme) - Blocks
While loop block

W + H

Code Snippets (Visual C# Scheme) - Blocks
Lock block

L

Code Snippets (Visual C# Scheme) - Blocks
Break

B + R

Code Snippets (Visual C# Scheme) - Data Types
Short

S + H

Code Snippets (Visual C# Scheme) - Data Types
True

T + R

Code Snippets (Visual C# Scheme) - Data Types
False

F

Code Snippets (Visual C# Scheme) - Data Types
Float

F + L

Code Snippets (Visual C# Scheme) - Data Types
Byte

B + Y

Code Snippets (Visual C# Scheme) - Data Types
Bool

B + O

Code Snippets (Visual C# Scheme) - Data Types
Enum myEnum

E

Code Snippets (Visual C# Scheme) - Others
A new public class block

T

Code Snippets (Visual C# Scheme) - Others
Console.WriteLine

C + W

Code Snippets (Visual C# Scheme) - Others
MessageBox.show

M + B

Code Snippets (Visual C# Scheme) - Others
CrossAppDomainDelegate

C + R

Code Snippets (Visual C# Scheme) - Others
AccessViolationException

A + B

Code Snippets (Visual C# Scheme) - Others
Exception class

E + X

Code Snippets (Visual C# Scheme) - Others
Static Void Main block

S + V + M

Code Snippets (Visual C# Scheme) - Others
Parallel

P + U

Code Snippets (Visual C# Scheme) - Others
Public Int Property

P + R

Code Snippets (Visual C# Scheme) - Others
Stackalloc

S

Manage Visual Studio
Save current file

Ctrl + S

Manage Visual Studio
Save all files

Ctrl + Shift + S

Manage Visual Studio
Create new project

Ctrl + Shift + N

Manage Visual Studio
Open file

Ctrl + O

Manage Visual Studio
Open project

Ctrl + Shift + O

Manage Visual Studio
Add item to project

Ctrl + Shift + A

Manage Visual Studio
Close menu or dialog

Esc

Manage Visual Studio
Print

Ctrl + P

Manage Visual Studio
Toggle full screen mode

Shift + Alt + Enter

Manage Visual Studio
Close current tab

Ctrl + F4

Manage Visual Studio
Go to next / go to previous window

Ctrl + F6 / Ctrl + Shift + F6

Manage Visual Studio
Press and hold Ctrl+Tab, then using arrow keys gives a small task manager with all open files and views

Ctrl + Tab , then Arrow keys

Manage Visual Studio
Find current document in Solution Explorer

Ctrl - [ / Ctrl + S

Manage Visual Studio
Diagram

Ctrl + 1

Manage Visual Studio
Criteria

Ctrl + 2

Manage Visual Studio
SQL

Ctrl + 3

Manage Visual Studio
Results

Ctrl + 4

Manage Visual Studio
Rename

F2 / Ctrl + R / R

Bookmarks
Toogle bookmark

Ctrl + K + K

Bookmarks
Goto next bookmark

Ctrl + K + N

Bookmarks
Goto previous bookmark

Ctrl + K + P

Bookmarks
Goto next bookmark in folder

Ctrl + Shift + K + N

Bookmarks
Goto previous bookmark in folder

Ctrl + Shift + K + P

Bookmarks
Put focus on bookmark window

Ctrl + K + W

Bookmarks
Leave bookmark window and focus on editor

Esc

Bookmarks
Toggle code shortcut at current line*

Ctrl + K + H

Bookmarks
Clear all bookmarks

Ctrl + K + L

Bookmarks
Show Task List (including code shortcuts)

Ctrl + \ + T

Build and Debug
Build solution (or Ctrl+shift+b)

F6

Build and Debug
Rebuild solution

Ctrl + Alt + F7

Build and Debug
Cancel build process

Ctrl + Break

Build and Debug
Show error list

Ctrl + \ + E

Build and Debug
Toggle breakpoint

F9

Build and Debug
Insert new function breakpoint

Ctrl + B

Build and Debug
Start debugging

F5

Build and Debug
Debug / step into

F11

Build and Debug
Debug / step over

F10

Build and Debug
Debug / step out

Shift + F11

Build and Debug
Debug / run to cursor

Ctrl + F10

Build and Debug
Show Quickwatch window

Ctrl + Alt + Q

Build and Debug
Set current statement to be the next executed

Ctrl + Shift + F10

Build and Debug
Show nexst statement

Alt + * (on numeric keyboard)

Build and Debug
Show Exception dialog box

Ctrl + Alt + E

Build and Debug
Toggle between disassembly and user code view

Ctrl + F11

Build and Debug
Stop Debugging

Shift + F5

Build and Debug
Bypass debugger

Ctrl + F5

Build and Debug
Show attach to process window

Ctrl + Alt + P

Build and Debug
Break all executing threads

Ctrl + Alt +break

Tool Windows
Put cursor in the find/command box in toolbar

Ctrl + /

Tool Windows
Open code snippet manager window

Ctrl + K + B

Tool Windows
Open macro IDE window

Alt + F11

Tool Windows
Open bookmark window

Ctrl + K + W

Tool Windows
Open call hierarchy window

Ctrl + Alt + K

Tool Windows
Open class view window

Ctrl + Shift + C

Tool Windows
Open Command window

Ctrl + Alt + A

Tool Windows
Open Output window

Ctrl + Shift + O

Tool Windows
Open Resource view window

Ctrl + Shift + E

Tool Windows
Open Server explorer window

Ctrl + Alt + S

Tool Windows
Open Solution explorer window

Ctrl + Shift + L

Tool Windows
Close Find & Replace Window

Shift + Esc

For HTML Pages
Toggle between Design and Code behind pages

F7

For HTML Pages
Toggle between Design and HTML Source

Shift + F7

For HTML Pages
Cycle between design, split and source

Ctrl + Page Down / Page Up

For HTML Pages
Delete all breakpoints

Ctrl + Shift + F9

Similar combinations for other applications


Civilization V (Windows)
Zoom in / Zoom Out
General Hotkeys

Page Up / Page Down


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 screen down / one screen up
Navigation

Page Down / Page Up


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

Page Down / Page Up


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

Ctrl + Page Down / Ctrl + Page Up


Google Chrome (Windows)
Increase / decrease value by 10
Manage Chrome DevTools - Styles Panel

Page Up / Page Down


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

Ctrl + Page Down / Ctrl + Page Up


Firebug (Windows)
Increase / decrease number by 10
CSS-Panel

Page Up / page down field with number value


Microsoft OneNote 2010 (Windows)
Scroll up/ down in the current page.
Basic Editing and Formatting

page up / page down


Firebug (Linux)
Increase / decrease number by 10
CSS-Panel

Page Up / page down field with number value


Adobe Photoshop CS5 (MacOS)
Back one frame
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Adobe Photoshop CS5 (Windows)
Back one frame
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Remember the Milk (Web Application)
Pan map in direction indicated (larger step than arrow keys)
Locations

page up / page down , home / end


Firebug (MacOS)
Increase / decrease number by 10
CSS-Panel

Page Up / page down field with number value


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

Ctrl + Page Down


Microsoft Projects 2010 (Windows)
Scroll larger amounts up or down, respectively, within the currently displayed Help topic.
Navigate Projects Help

Page Up / Page Down


Firefox (Linux)
Jump to next browser tab
Navigation

Ctrl + Tab / Ctrl + Page Down


Microsoft Word 2007 (Windows)
Move by one preview page when zoomed out.
Working with documents: Print and preview documents

Page Up / 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


Firefox (Linux)
Scroll webpages up or down one page. space/shift+space does the same.
Inside Webpages

Page Down / Page Up


Firefox (Windows)
Scroll webpages up or down one page. space/shift+space does the same.
Inside Webpages

Page Down / Page Up


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

Ctrl + Page Up / Ctrl + Page Down


Google Mail (Windows)
Jump one page up / one page down
Control Main Browser Window (General Browser Shortcuts)

Page Up / Page Down


Google Chrome (Linux)
Increase / decrease value by 10
Manage Chrome DevTools - Styles Panel

Page Up / Page Down


Microsoft Outlook 2010 (Windows)
Jump one page up/ one page down
Messages in Main View - Navigate Calendar

Page Up / Page Down


Google Chrome (Windows)
Scroll one page down / up
View Webpages

Page Down / Page Up


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

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


Google Chrome (Linux)
Scroll one page down / one page up. Also use space/shift+space
View Webpages

Page Down / Page Up


Google Docs (Windows)
Jump one screen down/ one screen up
Navigate Google Docs

Page Down / Page Up


Google Docs (MacOS)
Jump one screen down/ one screen up
Navigate Google Docs

Page Down / Page Up


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

Page Down / Page Up


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


Phoenix Viewer (Windows)
Fly
World

Page Up


Access 2010 (Windows)
Go to next / go to previous page of the diagram
Manage Access Features - Database Diagram

Page Down / Page Up


Microsoft Word 2007 (Windows)
Up one screen (scrolling)
Edit and move text and graphics: Move through your document

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 down one screen / up one screen
Moving and scrolling in a sheet or workbook

Page Down / Page Up


Microsoft Outlook 2010 (Windows)
Jump one page up/ one page down
Messages in Compose View - Navigate Calendar

Page Up / 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


Tekla Structures 14.0 (Windows)
Zoom in/out
General shortcuts

Page Up / Page Down


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

Ctrl + Page down


Sublime Text (Windows)
Move one page up arrow/ down arrow
Navigation - Standard Navigation

Page Up / Page Down


Adobe Photoshop CS5 (MacOS)
Back one frame
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


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

Ctrl + Page Down


Adobe Photoshop CS5 (Windows)
Back one frame
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Adobe Photoshop CS4 (MacOS)
Scroll up or down 1 screen
Shortcut Keys for viewing images

Page Up / Page Down


Sublime Text (Windows)
Move one page up arrow/ down arrow
Selections - Standard Navigation

Page Up / Page Down


Access 2010 (Windows)
Move up / move down one one page
Manage Access Features - Help Window

Page Up / Page Down


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

Ctrl + Page Down / Ctrl + Page Up


InDesign CS5 (MacOS)
Select next or previous frame in story
Selecting and moving objects

Option + Command + Page Down / Page Up


InDesign CS5 (MacOS)
Select first or last frame in story
Selecting and moving objects

Shift + Option + Command + Page Down / Page Up


Evernote (Windows)
Scroll list up one page / down one page
Note List

Page Up / Page Down


InDesign CS5 (MacOS)
Move to first/last row in frame
Working with Tables

Page Up / Page Down


Microsoft Outlook 2010 (Windows)
Jump one page up/ one page down
Calendar Shortcuts - Navigate Calendar

Page Up / Page Down


Microsoft Excel 2011 (MacOS)
Move to the same field 10 records forward / 10 records back
Data forms

Page Down / Page Up


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

Ctrl + Page Down


Photoshop Lightroom 4 (Windows)
Scroll up/down zoomed photo in Loupe view (also works in Develop and Web modules)
Comparing photos in the Library module

Page Up / Page Down on full-size keyboard


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

Ctrl + Page Down / Page Up


Photoshop Lightroom 4 (Windows)
Scroll up/down Grid thumbnails
Comparing photos in the Library module

Page Up / Page Down on full-size keyboard


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

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


InDesign CS5 (MacOS)
Scroll up/down one screen
Viewing documents and document workspaces

Page Up / Page Down


Photoshop Lightroom 4 (MacOS)
Scroll up/down zoomed photo in Loupe view (also works in Develop and Web modules)
Comparing photos in the Library module

Page Up / Page Down on full-size keyboard


Access 2010 (Windows)
Go to next / go to previous page of the diagram
Working with Text and Data - Database Diagram

Page Down / Page Up


Photoshop Lightroom 4 (MacOS)
Scroll up/down Grid thumbnails
Comparing photos in the Library module

Page Up / Page Down on full-size keyboard


InDesign CS5 (MacOS)
Scroll structure pane up/down one screen
Working with XML

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


Adobe Photoshop CS4 (MacOS)
Back one frame
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Left / Page Up


Microsoft Outlook 2010 (Windows)
Select first card on current page / next page
Business Card View

Page Up / Page Down


CATIA V5 (Windows)
Relocate graph one page up / relocate graph one page down
38 Shortcuts for CATIA V5 (Windows)

Page Up / Page Down


Adobe Photoshop CS5 (MacOS)
Scroll up or down 1 screen
View images

Page Up / Page Down


Adobe Photoshop CS5 (Windows)
Scroll up or down 1 screen
View Images

Page Up / Page Down


HoneyView 5.03 (Windows)
next image / previous image
Main Shortcuts

PgDn/ Page Up


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

Ctrl + Page Up / Ctrl + Page Down


Access 2010 (Windows)
Move up / move down one one page
Working with Text and Data - Help Window

Page Up / Page Down


Youtube Player (Windows)
Jump backwards/ forward 1 minute (only when the progress bar is focused)
Navigate Video

Page Down / Page Up


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

Page Down / Page Up


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

Ctrl + Page Down / Ctrl + Page Up


Microsoft Excel 2013 (Windows)
Move one screen down / one screen up in a worksheet
Navigate Worksheets

Page Down / Page Up


Microsoft Word 2013 (Windows)
Jump one screen down/ one screen up
Navigate in Word Documents

Page Down / 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


Microsoft Word 2013 (Windows)
Jump to top / to bottom of visible window
Navigate in Word Documents

Alt + Ctrl + Page Down / Page Up


Microsoft Word 2013 (Windows)
Extend selection one screen down / one screen up
Select Text, Move, and Delete Text

Shift + Page Down / Page Up


Microsoft Word 2013 (Windows)
Extend selection to end / to beginning of visible window
Select Text, Move, and Delete Text

Alt + Ctrl + Shift + Page Down / Page Up


Virtual DJ (Windows)
Crossfader -128
All Shortcuts

Page Up


Virtual DJ (Windows)
Crossfader 4096
All Shortcuts

Ctrl + Page Down


Adobe Acrobat Pro (Windows)
Previous Screen
Navigation - Navigating a PDF

Page Up / Shift + Enter


Virtual DJ (Windows)
skip_beat +16
All Shortcuts

Page Up


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

Page Down / 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)
Next page
Navigation - Navigating a PDF

Arrow Right / Ctrl + Page Down


Access 2010 (Windows)
Go to next / go to previous page of the diagram
Working with Access Views - Database Diagram

Page Down / Page Up


Adobe Flash Professional (Windows)
Go to Previous Scene
Timeline

Page Up


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

Ctrl + Page Down / Page Up


Windows 10 Command Prompt (Windows)
Recall first / last command
Recall Commands

Page Up / Page Down


Adobe Acrobat Pro (Windows)
If in the body of the file list, move to the next or last set of rows to fit the screen
PDF Portfolios

Page Down / Page Up


Access 2010 (Windows)
Move up / move down one one page
Working with Access Views - Help Window

Page Up / Page Down


Microsoft Excel 2013 (Windows)
Move to the same field 10 records forward / back
Data Forms

Page Down / Page Up


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

Ctrl + Page Down


Autodesk Maya 2015 (Windows)
Increases / Decreases Division Levels for Smooth Mesh Preview or Subdiv Proxy.
Modeling

Page Up /


Microsoft Excel 2010 (Windows)
Move one screen down / one screen up in a worksheet.
Navigate Inside Worksheets

Page Down / Page Up


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Select Cells - Basic Selects

Shift + Page Down / Page Up


Prezi (Web Application)
Move Forward and Back along the Path (not in full screen)
Presenting

Page Up / Page Down


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one page down/ up
Select Cells - Column and Row Selection

Shift + Space , then
Shift + Page Down / 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 2016 (Windows)
Select current column, then expand selection by one screen right/ left
Select Cells - Column and Row Selection

Shift + Space , then
Shift + Alt + Page Down / Page Up


Microsoft OneNote 2016 (Windows)
Move one page up/ down in current page
Basic Editing and Formatting

Page Up / Page Down


Google Mail (MacOS)
Jump one page up / one page down
Control Main Browser Window (General Browser Shortcuts)

Page Up / Page Down


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

Ctrl + Page Down / Page Up


Skype for Business (Lync) 2016 (Windows)
Move one page up / move one page down
Conversation Environment

Page Up / Page Down


Microsoft Excel 2010 (Windows)
Move to the same field 10 records forward / back.
Data Forms

Page Down / Page Up


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

Ctrl + Page Down


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

Page Down / Page Up


Adobe After Effects CC (Windows)
Go forward / backwards 1 Frame (or Ctrl+Right Arrow / Left Arrow)
Time Navigation

Page Down / 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


Adobe After Effects CC (Windows)
Go forward / backwards 10 Frames
Time Navigation

Shift + Page Down / Page Up


Adobe After Effects CC (MacOS)
Go forward / backwards 1 Frame (or Command+Right Arrow/Left Arrow)
Time Navigation

Page Down / Page Up


Adobe After Effects CC (MacOS)
Go forward / backwards 10 Frames
Time Navigation

Shift + Page Down / Page Up


Access 2010 (Windows)
Go to next / go to previous page of the diagram
The Rest - Database Diagram

Page Down / Page Up


Google Slides (Windows)
Move to previous slide / Move to next slide
Working Point Navigation Action

Page Up / Page Down


Photoshop Lightroom CC (MacOS)
Scroll up/ down zoomed photo in Loupe view
Comparing Photos in the Library Module

Page Up / Page Down


Photoshop Lightroom CC (Windows)
Scroll up/ down zoomed photo in Loupe view
Comparing Photos in the Library Module

Page Up / Page Down


Photoshop Lightroom CC (MacOS)
Scroll up/ down Grid thumbnails
Comparing Photos in the Library Module

Page Up / Page Down


Photoshop Lightroom CC (Windows)
Scroll up/ down Grid thumbnails
Comparing Photos in the Library Module

Page Up / Page Down


Microsoft Excel 2016 (Windows)
Move to the same field 10 records forward/ back
Select Cells - Data Forms

Page Down / Page Up


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

Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Format Cells - Basic Selects

Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one page down/ up
Format Cells - Column and Row Selection

Shift + Space , then
Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one screen right/ left
Format Cells - Column and Row Selection

Shift + Space , then
Shift + Alt + Page Down / Page Up


Access 2010 (Windows)
Move up / move down one one page
The Rest - Help Window

Page Up / Page Down


Autodesk Maya 2017 (Windows)
Increases / Decreases Division Levels for Smooth Mesh Preview or Subdiv Proxy.
Modeling

Page Up /


Microsoft Excel 2016 (Windows)
Move to the same field 10 records forward/ back
Format Cells - Data Forms

Page Down / Page Up


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

Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Formulas - Basic Selects

Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one page down/ up
Formulas - Column and Row Selection

Shift + Space , then
Shift + Page Down / Page Up


FileMaker Pro (MacOS)
Scroll the document down / up
Navigation and Window Display

Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one screen right/ left
Formulas - Column and Row Selection

Shift + Space , then
Shift + Alt + Page Down / Page Up


Microsoft Outlook 2016 (Windows)
Go to the item at the bottom/top of the screen
Views: Table View

Page Down / Page Up


Microsoft Outlook 2016 (Windows)
Select the first card on the current/next page
View: Business Cards/Address cards

Page Up / Page Down


FileMaker Pro (Windows)
Scroll the document up
Navigation and Window Display

Page Up


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

Ctrl + Page Up / Ctrl + Page Down


Microsoft Outlook 2016 (Windows)
Move to the beginning/end of a multiline field (when a field in a card is selected)
View: Business Cards/Address cards

Page Up / Page Down


Microsoft Outlook 2016 (Windows)
Select the block of time at the top/bottom of the screen
View: Calendar - Day View

Page Up / Page Down


Microsoft Outlook 2016 (Windows)
Go up/down one page view in the selected day
View: Calendar - Week View

Page Up / Page Down


Microsoft Outlook 2016 (Windows)
Go to the same day of the week in the previous/next page
View: Calendar - Month View

Page Up / Page Down


Adobe After Effects CC (Windows)
Increase/ decrease star inner roundness
Shape Layers

Page Up / Page Down when dragging to create shape


Microsoft Excel 2016 (Windows)
Move to the same field 10 records forward/ back
Formulas - Data Forms

Page Down / Page Up


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

Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Manage Workbooks - Basic Selects

Shift + Page Down / Page Up


Anime Studio (Windows)
Zoom(in/out)
Graph Shortcuts

Page up / Page down


Adobe After Effects CC (MacOS)
Increase/ decrease star inner roundness
Shape Layers

Page Up / Page Down when Dragging to create shape


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one page down/ up
Manage Workbooks - Column and Row Selection

Shift + Space , then
Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one screen right/ left
Manage Workbooks - Column and Row Selection

Shift + Space , then
Shift + Alt + Page Down / Page Up


Zoho Sheet (Windows)
Up one screen
Navigate

Page Up


Zoho Writer (Windows)
Up One Screen
Navigation keys

Page Up


Windows Movie Maker (Windows)
Zoom out on the timeline
On timeline

Page Up


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

Ctrl + Page Down


GIMP (Linux)
Select Previous/Next Layer
Layer

Page Up / Page Down


Adobe Photoshop CC (Windows)
Scroll up/ down one screen
Manage Views

Page Up / Page Down


Microsoft Excel 2016 (Windows)
Move to the same field 10 records forward/ back
Manage Workbooks - Data Forms

Page Down / Page Up


Adobe Photoshop CC (MacOS)
Scroll up/ down one screen
Manage Views

Page Up / Page Down


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

Ctrl + Page Down


Microsoft Excel 2016 (Windows)
Extend selection one screen down/ up
Excel Auto Tables and Data Forms - Basic Selects

Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current row, then expand selection by one page down/ up
Excel Auto Tables and Data Forms - Column and Row Selection

Shift + Space , then
Shift + Page Down / Page Up


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one screen right/ left
Excel Auto Tables and Data Forms - Column and Row Selection

Shift + Space , then
Shift + Alt + Page Down / Page Up


GIMP (MacOS)
Select Previous/Next Layer
Layer Shortcuts

Page Up / Page Down


GIMP (Windows)
Select Previous/Next Layer
Layer Shortcuts

Page Up / Page Down


Autodesk Inventor 2017 (Windows)
Look at a selected entity
View

Page up


Autodesk 3ds Max 2017 (Windows)
Select ancestor
General user interface

Page up


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

Ctrl + PAGE DOWN


Adobe Acrobat Pro (MacOS)
Previous Screen
Navigation - Navigating a PDF

Page Up / Shift + Return


AutoCad Architecture 2017 (Windows)
Moves the cursor position up to 28 rows up
Text Editing

Page up


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

Ctrl + Page down


Adobe Flash Professional (MacOS)
Go to Previous Scene
Timeline

Page Up


Microsoft Excel 2016 (Windows)
Move to the same field 10 records forward/ back
Excel Auto Tables and Data Forms - Data Forms

Page Down / 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 one screen down/ up
Navigate Worksheets

Page Down / Page Up


Microsoft Excel 2016 (Windows)
Move one screen right/ left
Navigate Worksheets

Alt + Page Down / Page Up


Adobe Acrobat Pro (MacOS)
If in the body of the file list, move to the next or last set of rows to fit the screen
PDF Portfolios

Page Down / Page Up


Final Cut Pro (MacOS)
Vertical scroll up
Scrolling

Page up


Autodesk 3ds Max 2017 (Windows)
Select ancestor
Hierarchies

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


Windows 10 File Explorer (Windows)
One page up/ down
Left Navigation Pane Shortctus

Page Up / Page Down


Windows 10 File Explorer (Windows)
One page up/ down
Folder Content (Main Pane) - Navigate Files/ Folders

Page Up / Page Down


Autodesk SketchBook Pro (Windows)
Move to Previous Image
View Control

Page Up


Microsoft Word 2016 (MacOS)
Move up one screen (scrolling)
Move the Cursor

Page Up


Microsoft Excel 2016 (MacOS)
Move up one screen
Move and scroll in a sheet or workbook

Page Up


Corel Draw X8 (Windows)
Back one
Object Ordering

Ctrl + Page down


Corel Draw X8 (Windows)
Previous page
Navigation

Page Up


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

Ctrl + Page Down


Microsoft Outlook 2016 (MacOS)
Scroll up
Edit and format text

Page up


Houdini (Windows)
Next pan tab
Main Menu

Ctrl + Page down


Corel Draw X8 (Windows)
Cursor up one frame
Cursor Moves Using Text Tool

Page up


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

Ctrl + Page down


Final Fantasy XV (Windows)
Zoom camera in
Camera

Page up


Krita Painting 3 (Windows)
Activate next layer
Painting

Page up


Houdini (Windows)
Set current above
Detais View

Page up


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

Page Up


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

Ctrl + Page Down


Vegas Pro 14 (Windows)
Move left by grid marks
Cursor Placement,Loop Region and Time Selection

Page Up


Editpad 7 (Windows)
Move the text cursor up or down an entire screen
Cursor navigation keys

Page Up / Page Down


GOM Player (Windows)
Previous Chapter
DVD Control

Page Up


GOM Player (Windows)
Previous File
Playlist

Page Up


Quickbooks Desktop (Windows)
Down one screen / up one screen
General Editing

Page Down / 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


Vegas Pro 14 (Windows)
Jump to top/bottom of image
RedEye Reduction

Page Up / Page Down


Bitcomet (Windows)
Move selection one page up in the list
Task lists

Page Up


mpv
Next / previous chapter
Navigation

Page Up / Down


Todoist
Navigate back in 1-pane or 2-pane view (Windows 10 only)
General

Page Up


Anno 1800
Zoom in
Camera

Page Up


Kate (Linux)
Move the cursor up one page
29 Shortcuts for Kate (Linux)

Page Up


Kate (Windows)
Move the cursor up one page
38 Shortcuts for Kate (Windows)

Page Up


Gigabyte Aorus motherboard
Increase the numeric value or make changes
Classic BIOS setup

Page Up


Smite (MacOS)
Toggle Combat Log
Other Controls

Page Up


Smite (Windows)
Toggle Combat Log
Other Controls

Page Up


Most used text editing
Move cursor up a page/frame
Moving the cursor

Page Up


progeCAD (Windows)
Pans the drawing window view up by one screen
51 Shortcuts for progeCAD (Windows)

Page Up / Shift + Up Arrow


ChessBase 13
Scroll one page up/down in the notation
Board window

Page Up / Down


Vivaldi
Next tab (by order)
Tab

Ctrl + Page Down


Miscreated
Radio: Channel up
Misc

Page Up


CuteFTP (Windows)
Download
General

Ctrl + Page Down


Zwift (PC and macOS)
Adjust workout % intensity during a workout
Other hotkeys

Page Up / Down


Mastercam (Windows)
Zoom in by 0.8
53 Shortcuts for Mastercam (Windows)

Page Up


dbForge SQL Complete
Scroll the list one page forward at a time
General

Page Up


Roblox Studio
Pitch down
Camera Controls

Page Up


Chromebook (Linux)
Alt or Search and Up arrow
34 Shortcuts for Chromebook (Linux)

Page Up


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

Ctrl + Page Up / Ctrl + Page Down


Inkscape (Windows)
Change value by 50
Control Bar

Page Up / Page Down


Inkscape (MacOS)
Change value by 5.0
Controls bar

Page Up / Page Down


PhotoFiltre (Windows)
Previous image
Navigation keys

Page Up


Place Anywhere (Fallout 4 mod)
Increase scale step
General

Page Up


Flyff
Focuses the camera on your character. Hold the key down to zoom in on your character further.
Movement

Page Up


Inkscape (Windows)
Raise selection one step
Objects

Page Up


Browser tab management
Go to next tab
KDE / GNOME

Ctrl + Page Down


Modo (Windows)
Walk +
Work Plane

Page Up


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

Page Up / Page Down


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

Ctrl + Ppage up / Ctrl + Page Down


Ulead PhotoImpact 8 (Windows)
Scroll image vertically
Miscellaneous

Page Up / Page Down


Inkscape (MacOS)
Raise selection one step
Object

Page Up


Modo (MacOS)
Walk +
Work Plane

Page Up


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

Page Up / Down


Ableton Live 9 (MacOS)
Scroll Editor Vertically
Clip View MIDI Editor

Page Up / Page Down


LDView
Previous step
Steps

Page Up


Assetto Corsa
Adjust exposure
In-game

Page Up / Down


Xyplorer
Previous image
Other Shortcuts

Page Up


gThumb (Linux)
View the previous image
Viewer

Backspace / Page Up


Altium Designer (Windows)
Jump Selection to Top of Visible List Area
List Panel Shortcuts

Page Up


WavePad Sound Editor (Windows)
Page Back
Move And Select Operations

Page Up


Target 3001! (Windows)
Zoom Out
Cursor Usage

Page Up


Altium Designer (Windows)
Zoom in around cursor (zooms around cursorthenposition the cursor first)
Common Schematic and PCB Editor Shortcuts

Ctrl + Mouse-wheel up / Page Up


WavPad Sound Editor (MacOS)
Page Back
Move And Select Operations

Page Up


Assetto Corsa
Previous skin
Showroom

Page Up


KiCad 5.0.2
Switch to Component (F.Cu) layer
Pcbnew

Page Up


BricsCAD (Windows)
Moves the view Up
Movement Shortcuts

Page Up


BricsCAD (Linux)
Moves the view Up
Movement Shortcuts

Page Up


City Car Driving
Navigator zoom in
View

Page Up


Banner 9 (Windows, Mac)
Previous Page Up
Mac shortcuts

Page Up


BricsCAD (MacOS)
Moves the view Up
Movement Shortcuts

Page Up


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

Ctrl + Page Down


Amazon Prime Video (Web Application)
Up one page
Your Video Library Listing Panels

Page Up


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

Ctrl + Page Down


NetSuite
Go to the previous page of the report
Viewing reports

Page Up


Altium Designer (Windows)
Zoom in/out incrementally
PCB Editor Only Shortcuts

Page Up / Page Down


VCarve Pro (Windows)
Vertically tiles the 2D View and the 3D View window so you can see them both simultaneously. Currently Selected window is on the left - typically best to select the 2D View first when doing this
Node Editing

Page Up


Altium Designer (Windows)
Zoom in
PCB3D (Legacy 3D) Editor Shortcuts

Page Up


Altium Designer (Windows)
Zoom in
PCB3D Library Editor Shortcuts

Page Up


DayZ
Zeroing - Up
Weapons

Page Up


GeoGebra
3D Graphics: Increase z-coordinate of selected point
Mac desktop

Page Up


Altium Designer (Windows)
Zoom in
CAM Editor Shortcuts

Ctrl + Mouse-wheel up / Page Up


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

Ctrl + Page Down


RimWorld
Zoom Out
Camera

Page Up


Cisco Webex
During file sharing, use to return to the previous slide
Windows

Page Up


Altium Designer (Windows)
Zoom in
SimData Editor Shortcuts

Page Up


Altium Designer (Windows)
Fit document
SimData Editor Shortcuts

Ctrl + Page Down


ARK: Survival Evolved
Scroll Chat Up
Chat

Page Up


Madden NFL 19
Zoom camera in / out
Advanced pre-play defense

Page Up / Down


Lacerte
Move a page at a time
Batch input

Page Up / Down


Altium Designer (Windows)
Scroll one Page Up
Common Shortcuts

Page Up


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

Ctrl + Page Down


Ableton Live 10 (Mac)
Scroll Editor Vertically
Clip View MIDI Editor

Page Up / Down


Ableton Live 10
Scroll Editor Vertically
Clip View MIDI Editor

Page Up / Down


AutoCAD
Switch to next tab in current drawing
Manage Drawings

Ctrl + Page Down


Lacerte
Move up one page or to the top of a subsection
Letter Editor

Page Up


Rust
Turn Music On/Off
General

Page Up


Shotcut (Mac)
Backward One Second
Player

Page Up


Shotcut
Backward One Second
Player

Page Up


Shotcut
Forward 5 Seconds
Player

Ctrl + Page Down


QuickBooks Desktop (Mac)
Up one screen
Activities

Page Up


Winamp
Move up by a fifth of a page
Playlist control shortcuts

Page Up


HitFilm
Move playhead to previous edit point
General timeline

Page Up


QuickBooks Desktop
Move to the previous page in a form area or report
Maneuvering

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


WorkZone Client
Display the previous page of the list
Navigate in lists

Page Up


PyCharm 2018.2
Move the caret one page up.
Basic editing

Page Up


Telegram
Move to next chat
General

Ctrl + Page Down


Ace Editor
Go to page up
Go to

Page Up


Telegram
Navigation in chat / channel list
General

Page Up


Quicken 2018
Previous window or check
Moving around in windows and fields

Page Up


Quicken 2018
Next month
Moving around in windows and fields

Ctrl + Page Down


Total War: Attila (Mac)
Accelerate
Camera

Page Up


Total War: Attila
Accelerate
Camera

Page Up


JAWS
Increase Voice Rate
Change voice rate on the fly

Page Up


Bloons TD Battles
Upgrade the power path 1
General

Page Up


Adobe Lightroom Classic (Mac)
Scroll up/down Grid thumbnails
Comparing photos in the Library module

Page Up / Down


Adobe Lightroom Classic
Scroll up/down Grid thumbnails
Comparing photos in the Library module

Page Up / Down


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

Ctrl + Page Down


AI War Classic
Zoom In (centers on mouse cursor)
View

Page Up


ActivePresenter 7
Arrange: Order backward
Text

Ctrl + Page Down


NoxPlayer
Recent tasks key
General

Page Up


Kerbal Space Program
Scroll view up
VAB/SPH Commands

Page Up


jEdit
Go to next buffer.
Files

Ctrl + Page Down


jEdit
Move caret one screenful.
Moving the caret

Page Up / Down


ProgeCAD
Pans the drawing window view up by one screen.
General

Page Up


CorelDRAW Graphics Suite 2018
Back One
General

Ctrl + Page Down


Aegisub
Move to the previous line without commiting changes
Translation assistant

Page Up


Nuke
Previous Layer
3D compositing viewer

Page Up


Kindle for Mac
Previous Page
Reading a Book

Page Up


Terraria
Decrease transparency
Map

Page Up


Discord
Scroll chat up
General

Page Up


Kindle for PC
Previous Page
While Reading a Book

Page Up


StarCraft 2
Adjust view
Interface

Page Up / Down


Adobe Dimension CC (Mac)
Switch to Previous Bookmark
View menu

Page Up


CorelDRAW Graphics Suite 2018
Previous Page
General

Page Up


Adobe Dimension CC (Windows)
Switch to Previous Bookmark
View menu

Page Up


Twitch
Toggle mute
Live broadcasts

Page Up


World of Tanks
Zoom in
Camera

Page Up


Nuance Power PDF
Scroll to top of next page
Page

Ctrl + Page Down


KMPlayer
Previous
General

Page Up


Microsoft Word 2016
Up one screen (scrolling)
Move around in a document

Page Up


Inkscape
Raise selection one step
Object

Page Up


Blood
Look up
Keyboard

Page Up


Virtual DJ 2018
Crossfader 0%
General

Ctrl + Page Down


Xodo
Scroll page up
Navigating

Page Up


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


Virtual DJ 2018
Crossfader + 10%
General

Page Up


Camtasia
Rewind
Camtasia Player

Page Up


Adobe Photoshop CC
Go to previous tile in Tile History
Result (Pattern Maker only)

Page Up


Autodesk SketchBook (Windows)
Previous image
Tools

Page Up


LightWave 3D
Next layer bank
Modeler: View

Page Up


Oracle EBS Forms
Scroll up
General

Page Up


Microsoft FrontPage
Scroll up or down in the selected gallery list.
Access and use task panes

Page Up


CodeMirror
Move the cursor up one screen, and scroll up by the same distance
General (Mac)

Page Up