Visual Studio 2015 (Windows)

Build and Debug

Toggle breakpoint

F9

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)
Demographics
General Hotkeys

F9


Microsoft Outlook 2010 (Windows)
Check for new messages
Messages in Main View - Main Window

Ctrl + M / F9


Microsoft OneNote 2010 (Windows)
Sync changes in all shared notebooks.
Various Other OneNote Shortcuts - Sharing Notes with other People or Programs

f9


Open Office Writer 3 (Linux)
Execute target after building with make
Building Projects

F9


Adobe Reader 9 (Linux)
Show/hide Menu (file, edit, etc.)
Change View

F9


Adobe Reader X (Windows)
Show/hide Menu (file, edit, etc.)
Change View

F9


Novell Evolution 2 (Linux)
Send and receive
Mail

f9


Android Emulator (Windows)
Toggle code profiling (requires --trace startup option)
Other Device Keys

F9


KDevelop (Linux)
Execute target after building with make
Building Projects

F9


Microsoft Word 2007 (Windows)
Refresh.
Working with documents: Work with Web pages

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Work with Data Selections - Formulas

F9


Microsoft Outlook 2010 (Windows)
Check for new messages
Messages in Compose View - Main Window

Ctrl + M / F9


Microsoft Excel 2003 (Windows)
Update changes in all open workbooks
Common

F9


SharpDevelop 4.0 (Windows)
Build current project
Building Projects and Solutions

F9


Tally 9.0 (Windows)
Select Purchase Voucher
General Shortcuts

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
Manage Access Features - Refresh Fields

F9


Zune (Windows)
Increase sound volume
Playing Songs

F9


Dolphin File Manager 1.7 (Linux)
Go to Places
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F9


Total Commander 8 (Windows)
Activate menu above source window (left or right)
Main Shortcuts

F9


Microsoft Excel 2011 (MacOS)
Calculate all sheets in all open workbooks.
Function keys

F9


Microsoft Outlook 2010 (Windows)
Check for new messages
Calendar Shortcuts - Main Window

Ctrl + M / F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Insert and Edit Data - Formulas

F9


Microsoft Word 2007 (Windows)
Update selected fields.
Mail merge and fields: Work with fields

F9


Evernote (Windows)
Start synchronization with Evernote Web
Main Application Shortcuts - Managing Evernote

F9


Microsoft Word 2007 (Windows)
Update the selected fields.
Function key reference: Function keys

F9


Sublime Text (Windows)
Sort Lines case sensitive
Cool Text Manipulation

F9


Oracle SQL Developer 4 (Windows)
Resume
Debug

F9


Smartplant Review (Windows)
Place Tag with leader line
Function Keys

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
Working with Text and Data - Refresh Fields

F9


Android Emulator (Linux)
Toggle code profiling
Other Device Keys

F9


UltraEdit (Windows)
Run DOS Window command
DOS Menu

F9


GroupWise 2012 (Windows)
Open the Font dialog box
Function keys

F9


CATIA V5 (Windows)
Toggle Hide/Show
38 Shortcuts for CATIA V5 (Windows)

F9


AutoCAD 2012 (Windows)
Toggle snap mode
Toggle Drawing Modes

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Format Data - Formulas

F9


Avid Media Composer 7 (Windows)
Adds a Magenta locator to the clip
Capturing

F9


Avid Media Composer 7 (MacOS)
Adds a Magenta locator to the clip
Capturing

F9


Texmaker 4.0.2 (Windows)
Dvi->Pdf
"Tools" menu

F9


IntelliJ (Linux)
Resume program
Debugging

F9


NetBeans 8 (Windows)
Compile package/ file
Compiling, Testing, and Running

F9


Adobe Reader X (Linux)
Show/hide Menu (file, edit, etc.)
Change View

F9


IntelliJ (Windows)
Resume program
Debugging

F9


Directory Opus (Windows)
Metadata pane
Lister Menu

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
Working with Access Views - Refresh Fields

F9


FL Studio (Windows)
Show/hide Mixer
Window Navigation

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
Formulas and Names - Formulas

F9


Presonus Studio One (Windows)
Show files
View Menu

F9


Axialis IconWorkshop (Windows)
Main toolbar
View Menu

F9


Linux Mint (Linux)
Toggle left pane
File Manager (Nemo) - Toggle Side Pane, Split View, and Terminal

F9


Qt Creator (MacOS)
Toggle breakpoint
Debugging

F9


Qt Creator (Windows)
Toggle breakpoint
Debugging

F9


Microsoft Word 2013 (Windows)
Update selected fields*
Enter Special Fields

F9


Microsoft Excel 2010 (Windows)
Calculate all worksheets in all open workbooks.
The Rest - Formulas

F9


Camtasia 8 (Windows)
Record/ Pause
Recorder Hotkeys

F9


Microsoft Excel 2013 (Windows)
Calculate all worksheets in all open workbooks
Lesser Used Shortcuts

F9


Autodesk Maya 2015 (Windows)
Select - Vertex
Making Selections

F9


Adobe Photoshop CS5 (Windows)
Show/Hide Actions panel
Function keys

F9


Access 2010 (Windows)
Recalculate the fields in the window or the contents of a Lookup field
The Rest - Refresh Fields

F9


Adobe Photoshop CC (Windows)
Toggle Actions Window
Basic Shortcuts for Photoshop CC 2015 - Windows Basics

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Select Cells - Manual Calculation

F9


Adobe Photoshop CC (MacOS)
Toggle Actions Window
Basic Shortcuts for PhotoShop CC 2015 - Windows Basics

F9


Microsoft OneNote 2016 (Windows)
Sync changes in all shared notebooks
Outlook 2016 Integration

F9


Autodesk Maya 2017 (Windows)
Select - Vertex
Making Selections

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Format Cells - Manual Calculation

F9


Microsoft Outlook 2016 (Windows)
Start a send/receive for all defined Send/Receive groups with Include this group in Send/Receive (F9) selected. This can include headers, full items, specified folders, items less than a specific size, or any combination that you define
Send/Receive

F9


Adobe After Effects CC (Windows)
Easy ease selected Keyframes
Keyframes and Graph Editor

F9


Adobe After Effects CC (MacOS)
Easy ease selected Keyframes
Keyframes and Graph Editor

F9


Hexagon 2 (MacOS)
Flat Solid Display
Select,Interface and Display Shortcuts

F9


Hexagon 2 (Windows)
Flat Solid Display
Select,Interface and Display Shortcuts

F9


Adobe Photoshop CC (Windows)
Toggle Actions Window
Manage Panels - Windows Basics

F9


Adobe Photoshop CC (MacOS)
Toggle Actions Window
Manage Panels - Windows Basics

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Formulas - Manual Calculation

F9


CINEMA 4D (Windows)
Record active objects
Animation Timeline

F9


ArchiCAD 20 (Windows)
Shading
Image 3D Engines and Models

F9


ArchiCAD 20 (MacOS)
Shading
Image 3D Engines and Models

F9


Dynamics NAV 2015 (Windows)
Post
Function Key Shortcuts

F9


Windows Movie Maker (Windows)
Zoom the timeline to fit on the screen
On timeline

F9


Zoho Sheet (Windows)
Recalculate Formulas
Formula related shortcuts

F9


Dynamics SL 2015 (Windows)
Opens “Note” for editing
Function Key Shortcuts

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Manage Workbooks - Manual Calculation

F9


Zoho Sheet (MacOS)
Recalculate Formulas
Formula related shortcuts

F9


Autodesk Inventor 2017 (Windows)
Hide all constaints
Function Key

F9


Microsoft Word 2016 (Windows)
Update the selected fields.
All Function Key Shortcuts

F9


Autodesk 3ds Max 2017 (Windows)
Render last
General user interface

F9


AutoCad Architecture 2017 (Windows)
Snap mode
Function Keys

F9


AutoCAD 2016 (Windows)
Toggles SNAPMODE
General

F9


Apple Motion (MacOS)
Show/hide the Background Task list
Window Menu

F9


Microsoft Excel 2016 (Windows)
Calculate all worksheets in all open workbooks
Excel Auto Tables and Data Forms - Manual Calculation

F9


JetBrains PyCharm (Windows)
Resume Program
Debugging

F9


GTA V Cheats (Windows)
Drop weapon
Online Control Keys

F9


JetBrains RubyMine (MacOS)
Resume Program
Debugging

F9


JetBrains RubyMine (Windows)
Resume Program
Debugging

F9


JetBrains RubyMine (Linux)
Resume Program
Debugging

F9


JetBrains PyCharm (MacOS)
Resume Program
Debugging

F9


JetBrains AppCode (MacOS)
Resume Program
Debugging Shortcuts

F9


Adobe Dreamweaver (Windows)
Compile CSS Preprocessors
CSS

F9


JetBrains PhpStorm (Windows)
Resume Program
Debugging

F9


Blender 3D (Windows)
Display Editing Context
Universal

F9


JetBrains PhpStorm (Linux)
Resume Program
Debugging

F9


Corel Draw X8 (Windows)
Full-screen preview
Document Display

F9


Corel WordPerfect X8 (Windows)
Font
63 Shortcuts for Corel WordPerfect X8 (Windows)

F9


Corel PhotoPaint X6 (Windows)
FullScreen View
View Menu

F9


Microsoft Word 2016 (MacOS)
Update selected fields
Work with fields

F9


Steinberg Cubase 9 (Windows)
Previous tool
Tool

F9


Steinberg Cubase 9 (MacOS)
Previous tool
Tool

F9


Corel Quattro Pro X8 (Windows)
Calculate and Display Formula Results on Input Line
EditMode Shortcuts

F9


HTML-Kit (Windows)
Check,Correct,Convert and Format HTML/XHTML/XML
87 Shortcuts for HTML-Kit (Windows)

F9


Microsoft Word 2016 (MacOS)
Update selected fields.
Function key shortcuts

F9


Microsoft Excel 2016 (MacOS)
Calculate all open workbooks
The following table provides the function key shortcuts for Excel 2016 for Mac*

F9


Forte (Windows)
Choose bookmark
All Window

F9


Final Fantasy XV (Windows)
Target pet/familiar
Targeting

F9


Chief Architect (Windows)
Floor/Reference Tools - Reference Floor Display
Floor Tools

F9


Adobe Captivate 2017 (Windows)
Show Advanced Interaction Panel
Function Key Shortcuts

F9


Chief Architect (MacOS)
Floor/Reference Tools - Reference Floor Display
Floor Tools

F9


Adobe Captivate 2017 (Windows)
Start Full Motion Recording
Recording

F9


Kingsoft Writer 2016 (Windows)
Update Field Code
Editing

F9


Primevera P6 P6 (Windows)
Schedule
General Shortcuts

F9


MetaTrader MT4 (Windows)
Call New Order Window
Function Key Shortcuts

F9


Zerodha Trader (Windows)
Log In
Other Shortcuts

F9


XYplorer (Windows)
Configuration
Function key Shortcuts

F9


MediaMonkey (Windows)
Show Albums node
Standard Keyboard Shortcuts

F9


Jetbrains CLion (Windows)
Resume program
Debugging

F9


Groove Music (Windows)
Volume Up
Music Play

F9


Pegasus Mail (Web Application)
Switch to the Annotations view
Message Reader

F9


XMetal Author (Windows)
Validate Document
26 Shortcuts for XMetal Author (Windows)

F9


MPS 2017 (Windows)
Resume program execution
Running and Debugging

F9


Vegas Pro 14 (Windows)
Jog left/right (when not in edge-trimming mode or during playback)
Cursor Placement,Loop Region and Time Selection

F3 / F9


Delphi 10 (Windows)
Run program under debugger
193 Shortcuts for Delphi 10 (Windows)

F9


Xamarin Studio (MonoDevelop) (Windows)
Toggle Breakpoint
Debug Menu

F9


Libreoffice Writer (Windows)
Update fields
Function Keys

F9


Vegas Pro 14 (Windows)
Trim left/right (when in edge-trimming mode)
Event Selection and Editing

F3 / F9


iClone 7 (Windows)
Show/Hide Play Bar
OnScreen Display

F9


GOM Player (Windows)
GOM TV
Windows

F9


DrawPlus (Windows)
Target (Draw Inside)
Tools Shortcuts

F9


CityEngine (Windows)
Show/hide map layers
48 Shortcuts for CityEngine (Windows)

F9


CityEngine (MacOS)
Show/hide map layers
48 Shortcuts for CityEngine (MacOS)

F9


Synfig (Windows)
Render
73 Shortcuts for Synfig (Windows)

F9


Rhino (Windows)
Toggle Snap
Default Shortcuts

F9


Visual Studio Code (Windows)
Toggle breakpoint
Debug

F9


Tableau (Windows)
Run update
General

F9


OpenSCAD (MacOS)
Preview
Function Shortcuts

F9


Alphacam (Windows)
Snap to Intersection
Geometry Creation

F9


Exact Audio Copy
EAC options
File menu

F9


Gigabyte Aorus motherboard
Display system information
Classic BIOS setup

F9


CuteFTP (Windows)
Cancel transfer
General

F9


CuteFTP (MacOS)
Cancel transfer
72 Shortcuts for CuteFTP (MacOS)

F9


Anno 1800
Quick load
Gameplay

F9


Open Rails 0.6.2
Train operations
Panels

F9


Miscreated
Emote: Shhh (VoIP whisper)
Emote

F9


HyperWorks (Windows)
Line Edit:Combine
24 Shortcuts for HyperWorks (Windows)

F9


Ansys Mechanical (Windows)
Hide Selected Bodies
Graphics Actions

F9


FlashFXP (Web Application)
Minimize to System Tray (Hide)
54 Shortcuts for FlashFXP (Web Application)

F9


CodeLite 10 (Windows)
Build and Run
Build

F9


winIDEA
Set/Clear an Execution Breakpoint on current position
Debug

F9


progeCAD (Windows)
Turns snap settings on and off
51 Shortcuts for progeCAD (Windows)

F9


Mastercam (Windows)
Part information on/off
53 Shortcuts for Mastercam (Windows)

F9


progeCAD (Windows)
Turns snap settings on and off
Function Key Shortcuts

F9


Evergreen (Linux)
Reprint Last Receipt
Circulation

F9


PSPad (Windows)
Run1
File

F9


App Maker
Preview app
Global shortcuts - Mac

F9


Sitecore CMS
Publish
Content Editor and Desktop

F9


VariCAD (Windows)
Drawing in Increment Mode
Hot Keys

F9


Roblox
Dev console
Misc

F9


Vivaldi
Focus page
Page

F9


Geany (Linux)
Build
Build,Make and Compile

F9


Geany (Windows)
Build
Build,Make and Compile

F9


Xyplorer
Configuration: show configuration window
Tools Menu

F9


Geany (MacOS)
Build
Build,Make and Compile

F9


IRONCAD (Windows)
Perspective
Camera Function Keys Assignment

F9


Ableton Live 9 (Windows)
Record
Transport

F9


Ableton Live 9 (MacOS)
Record
Transport

F9


FEKO (Windows)
Add workplane
General Functions in CADFEKO

F9


FEKO (Linux)
Add workplane
General Functions in CADFEKO

F9


DaVinci Resolve 15 (Mac)
Insert
Edit menu

F9


Ulead PhotoImpact 8 (Windows)
Opens the Post Processing Wizard dialog Box
Format Menu

F9


Cobalt (Windows)
Column
70 Shortcuts for Cobalt (Windows)

F9


DaVinci Resolve 14 (Windows)
Insert Edit
Edit

F9


DaVinci Resolve 14 (MacOS)
Insert Edit
Edit

F9


Maxwell Render (Windows)
Raycast
Polygon Selection

F9


DaVinci Resolve 14 (Windows)
Insert
Edit

F9


DaVinci Resolve 14 (MacOS)
Insert
Edit

F9


Target 3001! (Windows)
Start Autorouter/Simulator
Function key Shortcuts

F9


gThumb (Linux)
Show/Hide the sidebar in the browser mode The sidebar contains the folder tree and the file properties summary (if enabled)
User Interface

F9


Elex (PC)
Quick load
General

F9


Assetto Corsa
Toggle bottom leaderboard
In-game

F9


Deponia
Save a quicksave, overwriting existing one
General

F9


WavePad Sound Editor (Windows)
Play
Play Operations

F9


WavPad Sound Editor (MacOS)
Play
Play Operations

F9


gEDA (Linux)
Enter rotate mode
Other Important Shortcuts

F9


Target 3001! (Windows)
Start Autorouter(in PCB Mode)
Library and Other Shortcuts

F9 / R


Battlezone 98 Redux
Select weapon
Weapons

F9


Substance Painter
Mode Painting
General

F9


Substance Painter (Mac)
Mode Painting
General

F9


BricsCAD (Windows)
Toggles the Snap setting
Function Key Shortcuts

F9


BricsCAD (Linux)
Toggles the Snap setting
Function Key Shortcuts

F9


BricsCAD (MacOS)
Toggles the Snap setting
Function Key Shortcuts

F9


Banner 9 (Windows, Mac)
List Values
Windows shortcuts

F9


Modo (Windows)
Render
Render

F9


AVS Video Editor (Windows)
Zoom to Fit
Timeline Shortcuts

F9 / NumPad *


Modo (MacOS)
Render
Render

F9


AVS Video Editor (Windows)
Zoom
Multitrim

Ctrl + Alt + Z / F9


MuseScore (Windows)
Palette
Display Shortcuts

F9


MuseScore (MacOS)
Palette
Display Shortcuts

F9


KiCad 5.0.2
Switch to legacy toolset
GerbView

F9


DraftSight (Windows)
Turns Snap mode On/Off
37 Shortcuts for DraftSight (Windows)

F9


SuperMemo (Windows)
View File Associalted with Component
129 Shortcuts for SuperMemo (Windows)

F9


Aspire (Windows)
Center selected object in view
General Shortcuts

F9


VCarve Pro (Windows)
Center selected object in view
General Shortcuts

F9


Pharaoh
Set to 1024x768 resolution
General

F9


GeoGebra
Recompute all objects (including random numbers)
Mac desktop

F9


MyLibreOfficeMediaFKeys (Linux)
Forward 5 seconds
MediaPlayerFKeys

F9


Aspire (Windows)
Moves selected object to the center of the material
Alignment

F9


eMachineShop (Windows)
Analyze and compute cost of current Design
38 Shortcuts for eMachineShop (Windows)

F9


VCarve Pro (Windows)
Moves selected object to the center of the material
Alignment

F9


PRTG Network Monitor
Context menu > Tools > Custom tool command (default: Remote Desktop)
Enterprise console

F9


Ableton Live 10
Record
Transport

F9


Ableton Live 10 (Mac)
Record
Transport

F9


KeyCreator (Windows)
Menu Button 9
Miscellaneous Shortcuts

F9


American Truck Simulator
Route Advisor information page
Interface controllers

F9


AVImark
Go to appointment calendar
Boarding calendar

F9


Altium Designer (Windows)
Run all Batch-enabled Output Generators
Output Job Editor Shortcuts

F9


Tableau
Run data updates on a view
Data (Tableau Desktop)

F9


DayZ
Thumbs Up (Experimental branch)
Communication

F9


RimWorld
Toggle screenshot mode (turns on/off HUD elements)
User interface

F9


Samsung TV
Volume down
General

F9


Evolution
Send/Receive messages
Mail Component - General Commands

F9


Altium Designer (Windows)
Run the program being debugged
Embedded Software Editor (.c]then[.asm) Shortcuts

F9


Altium Designer (Windows)
Run Forever
VHDL Editor Shortcuts

F9


Altium Designer (Windows)
Run the script
Scripting Editor Shortcuts

F9


AutoCAD
Toggle snap mode
Toggle Drawing Modes

F9


Nuclide (Linux)
If a breakpoint is set, this will unset that breakpoint and vice-versa.
Debugger

F9


Nuclide (Mac)
If a breakpoint is set, this will unset that breakpoint and vice-versa.
Debugger

F9


Siemens NX
Fibersim
Application menu

F9


Tibia
Haste
Action bar

F9


RPG Maker
Open the Switch control menu so you can manipulate your game and jump to different points in it
In play test

F9


Evernote for Windows
Sync
Application-wide

F9


UiPath Studio
Marks the selected activity with a breakpoint
Debugging

F9


Old School RuneScape (OSRS)
Switch to the Ignore List tab
General

F9


PyCharm 2018.2
Resume program execution.
Running and debugging

F9


ZoomText
AppReader: App View
ZoomText Keyboard

F9


Kerbal Space Program
(hold) Load quicksave
System/UI Commands

F9


SQL Server Profiler
Toggle a breakpoint
Replay

F9


PaintShop Pro 2018
Overview
Single key shorcuts

F9


ProgeCAD
Snap
General

F9


Diablo
Auto Send messages during auto play
General

F9


CorelDRAW Graphics Suite 2018
Full-Screen Preview
General

F9


Bluebeam Revu
Toggle menu bar
Miscellaneous

F9


Magic: The Gathering Online
Shortcut for choosing "Yes"
General

F9


Terraria
Toggle lightning setting
Other hotkeys

F9


Logo Accounting
Open context menu
General

F9


Adobe Photoshop CC
Show/Hide Actions panel
Using function keys

F9


Windows PowerShell ISE
Toggle Breakpoint
Script debugging

F9


Microsoft Word 2016
Update the selected fields
Function key reference

F9


Matlab
Run selected code
General

F9


Metapad
Unwrap lines
Blocks

F9


Camtasia
Record / pause
Recorder

F9


Euro Truck Simulator 2
Route Advisor information page
Interface controls

F9


Virtual DJ 2018
Sampler 9 play_stop
General

F9


LightWave 3D
Render frame
Layout: Render

F9


TextRoom
MusicRoom
General

F9


PDF-XChange Editor
Show/Hide the Menu Toolbar.
General

F9


gedit
Show / hide the side pane
Show and hide panes

F9


Dota 2
Pauses the current game for the viewer only (If it is a live game, the game continues)
Spectator & replay controls

F9


E-Sword
Previous Bible Verse
General

F9


Warcraft III
Toggle Quest Log on/off
Menu commands

F9


Clipboard Master
Include/exclude scrollbars
Screenshots

F9


World of Warcraft
3rd bag
Panels

F9


WavePad
Play
Play Operations

F9


Microsoft Visual Studio 2017 (Most used shortcuts)
Debug.ToggleBreakpoint
Debug

F9


IntelliJ IDEA (Windows, Linux)
Resume program
Debugging

F9


Microsoft Visual Studio 2017 (All shortcuts)
Design.ShowHandles
XAML UI Designer

F9


NetBeans
Compile package / file
Compiling, testing and running

F9


PSPad
Run1
File

F9


LibreOffice Basic IDE
Set or remove a breakpoint at the current line or all breakpoints in the current selection
General

F9


Zim
Toggle visibility of sidepane(s)
General

F9


WriteMonkey
Toggle left and right panes on / off
General

F9


WinHex
Open disk
Tools

F9


LibreOffice Calc
Recalculates changed formulas in the current sheet
Function keys

F9


LibreOffice Writer
Update fields
Function keys

F9


WordPerfect X8
Font
Formatting

F9


Maple
Show Region Ranges
Menu accelerators

F9


REAPER
Screenset: Load window set #03
Section: Main

F9


WinNc
Calculates the size of the selected files
General

F9


Google Sheets
(when entering a formula) Toggle formula result previews
Use formulas

F9


Midnight Commander
Opens main menu at the top of the screen.
Function keys

F9


Qt Creator
Toggle breakpoint
Debugging

F9


KompoZer
Toggle the visibility of Sidebar
Help window

F9


Delphi
Run program under debugger
General

F9


Guitar Pro
Play in loops / Speed trainer
Sound

F9


The Bat!
View Source
Working with Messages

F9


Sumatra PDF
Show/hide menu
Viewing state

F9


Maxthon
URL keys
Others

F9


Accounting CS
Toggle to hide or unhide the command menu bar
Toggle to hide/unhide frames in the view

F9


WPS Office
Calculates all worksheets in all open workbooks
General

F9


WinMerge
Merge Mode on or off (toggle)
Comparing files

F9


MediaMonkey
Show albums node
General

F9


Visual Studio Code (Mac)
Toggle breakpoint
Debug

F9


Visual Studio Code (Linux)
Toggle breakpoint
Debug

F9


Visual Studio Code (Windows)
Toggle breakpoint
Debug

F9


Windows Movie Maker
Zoom the timeline to fit on the screen
Timeline

F9


Microsoft Access 2016
Refresh the contents of a Lookup field list box or combo box
Edit text or data: Refresh fields with current data

F9


PeaZip
Set password/keyfile
Functional keys

F9


7-Zip
Switch On/Off second panel
View menu

F9


IrfanView
Start OCR plugin on image or selection
Plugins

F9


Microsoft Excel 2016
Calculates all worksheets in all open workbooks
Function keys

F9


Outlook 2016 and Outlook 2013
Start a send/receive for all defined Send/Receive groups with Include this group in Send/Receive (F9) selected. This can include headers, full items, specified folders, items less than a specific size, or any combination that you define
Send / receive

F9


WinSCP
Change properties of selected files
Selected files

F9


Opera
Set focus to message
E-mail keys: Navigation

F9


SQL Server Management Studio (SSMS)
Toggle breakpoint
Transact-SQL debugger

F9


Adobe Acrobat Reader DC
Show / hide menu (file, edit, etc.)
Change view

F9


Portal 2
Rebuild and enter game view
Portal 2 Puzzle Maker

F9


Microsoft Movies and TV
Volume up
General

F9


Microsoft Groove
Volume up
General

F9


Windows Calculator
Select ±
General

F9


GOM Player
GOM TV
Windows

F9


Mozilla Thunderbird
Toggle contacts sidebar
Controlling the compose window

F9


Windows Media Player 11
Increase the volume
Play music with shortucts

F9


Android Studio
Resume program
Debugging

F9


Overwatch
Spectate 9
Spectate

F9


Notepad2
Manage favorites
Favorites

F9


HeidiSQL
Apply filter
Data

F9


Microsoft OneNote
Sync all notebooks
Share notes with other programs

F9


gedit 2.3 (Linux)
Show/hide the side pane
Program

F9


Nautilus File Manager 2 (Linux)
Toggle side pane
Folder Navigation

F9


Adobe Reader 9 (Windows)
Show/hide Menu (file, edit, etc.)
Change View

F9


Google Earth 5 (Linux)
Show/hide the side pane
Program

F9


Adobe Fireworks MX (Windows)
Show/Hide blue lines around selected objects
Working with Fireworks Objects

f9


Rhythmbox (Linux)
Show/hide side pane
Window

F9


Microsoft Excel 2007 (Windows)
Calculates all worksheets in all open workbooks.
Function keys in Excel 2007

F9


Microsoft Outlook 2007 (Windows)
Check for new messages.
Shortcuts for Managing E-Mail

Ctrl + M / F9


Tupi (Windows)
Move frame forward
Exposure table

F9


IrfanView 4.42 (Windows)
Start OCR plugin on image or selection
Plugins

F9


Adobe Dreamweaver (MacOS)
Compile CSS Preprocessors
CSS

F9


Microsoft Outlook 2007 (Windows)
Start a send/receive for all defined Send/Receive categorys with Include this category in Send/Receive (F9) selected. This can include headers, full items, specified folders, items less than a specific size, or any combination that you define.
Shortcuts for Send and Receive

F9


Adobe After Effects CS5 (MacOS)
Easy ease selected keyframes
Keyframes and Graph Editor

F9


Adobe After Effects CS5 (Windows)
Easy ease selected keyframes
Keyframes and Graph Editor

F9


Microsoft Word 2010 (Windows)
Update selected fields*
Fields

F9


Nano
Cut the current line and store it in the cut buffer
Editing

F9


Scrivener 1.9.9
Show index card label
View

F9