Visual Studio 2015 (Windows)

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

Display symbol definition

F12

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)
Quick Load
General Hotkeys

F12


Firebug (Linux)
Open and close Firebug Panel
Managing Firebug

F12


Eclipse Helios (Windows)
Jump to Editor Window
Editor Window

F12


Firebug (MacOS)
Open and close Firebug Panel
Managing Firebug

F12


Microsoft Outlook 2010 (Windows)
Save Message as
Messages in Main View - Manage Messages

F12


Tally 9.0 (Windows)
Master Configurations, which will affect all companies in same data directory.
General Shortcuts

F12


Microsoft Outlook 2010 (Windows)
Save Message as
Messages in Compose View - Manage Messages

F12


Microsoft Excel 2011 (MacOS)
Display the Save As dialog box.
Function keys

F12


Adobe Illustrator CS5 (MacOS)
Revert
Function Keys

F12


Microsoft Outlook 2010 (Windows)
Save Message as
Calendar Shortcuts - Manage Messages

F12


Oracle SQL Developer 4 (Windows)
Rollback changes
Data Editor

F12


Microsoft Word 2007 (Windows)
Choose the Save As command (Microsoft Office Button ).
Function key reference: Function keys

F12


JetBrains Resharper 6 (Windows)
Go to next code issue (error, warning or suggestion)
Code analysis

F12


Smartplant Review (Windows)
Collision Detection
Function Keys

F12


UltraEdit (Windows)
Save the active document as a new file
File Menu

F12


Adobe Illustrator CS5 (Windows)
Revert
Function Keys

F12


Oracle SQL Developer 4 (Windows)
Rollback
Worksheet

F12


AutoCAD 2012 (Windows)
Toggle dynamic input mode
Toggle Drawing Modes

F12


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

F12


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

F12


Texmaker 4.0.2 (Windows)
Make index
"Tools" menu

F12


Beyond Compare (Windows)
Save file as...
File Menu

F12


IntelliJ (Linux)
Go back to previous tool window
Navigation

F12


Microsoft Word 2013 (Windows)
Save document as
Manage Word Documents and View

F12


IntelliJ (Windows)
Go back to previous tool window
Navigation

F12


Axialis IconWorkshop (Windows)
Revert
File Menu

F12


FL Studio (Windows)
Close all windows
Window Navigation

F12


Microsoft Excel 2013 (Windows)
Display the Save As dialog box
Various Excel Features

F12


Qt Creator (MacOS)
Reverse direction
Debugging

F12


Qt Creator (Windows)
Reverse direction
Debugging

F12


Notepad++ 6 (Windows)
Toggle Post-It Mode
View menu

F12


Adobe Photoshop CS5 (MacOS)
Revert
Function keys

F12


Autodesk Maya 2015 (Windows)
Select - UV
Making Selections

F12


Adobe Photoshop CC (Windows)
Revert to last saved state
Basic Shortcuts for Photoshop CC 2015 - File Basics

F12


Adobe Photoshop CC (MacOS)
Revert to last saved state
Basic Shortcuts for PhotoShop CC 2015 - File Basics

F12


Adobe Photoshop CS5 (Windows)
Revert
Function keys

F12


Adobe After Effects CC (Windows)
Switch between Workspaces
Panels, Viewers, Workspaces, and Windows

Shift + F10 / F11 / F12


Skype for Business (Lync) 2016 (Windows)
Save the IM conversation.
Instant Messaging

F12


FreeMeta (Windows)
View new software updates.
FreeMeta software all shortcut keys

F12


Adobe After Effects CC (MacOS)
Switch between Workspaces
Panels, Viewers, Workspaces, and Windows

Shift + F10 / F11 / F12


Microsoft Excel 2010 (Windows)
Display the Save As dialog box.
Various Excel Features

F12


Microsoft Outlook 2016 (Windows)
Save as (only in Mail)
Common Commands: Common To Most Views

F12


Access 2016 (Windows)
Open the Save As Box
Database Operation

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Select Cells - Open and Save Workbooks

F12


Microsoft Edge Browser (Windows)
Open developer tools pane
General

F12


Safari Browser (MacOS)
Open developer tools
General Shortcuts (Browser)

F12


Microsoft Edge Browser (Windows)
Step over (on Debugger tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

F12


Access 2010 (Windows)
Open the Save As dialog box
Manage Databases

F12


Autodesk Maya 2017 (Windows)
Select - UV
Making Selections

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Format Cells - Open and Save Workbooks

F12


Adobe Photoshop CC (Windows)
Revert to last saved state
Manage Panels - File Basics

F12


Adobe Photoshop CC (MacOS)
Revert to last saved state
Manage Panels - File Basics

F12


Adobe After Effects CC (Windows)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Adobe After Effects CC (MacOS)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Adobe Illustrator CC (MacOS)
Revert
Function Key Shortcuts

F12


Adobe Illustrator CC (Windows)
Revert
Function Key Shortcuts

F12


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

F12


Nuke 10 (Windows)
Clear buffer and cache
2D Viewer

F12


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

F12


Nuke 10 (MacOS)
Clear buffer and cache
2D Viewer

F12


Nuke 10 (Linux)
Clear buffer and cache
2D Viewer

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Formulas - Open and Save Workbooks

F12


Nuke 10 (Windows)
Clear buffers
Node Graph

F12


Nuke 10 (Linux)
Clear buffers
Node Graph

F12


Nuke 10 (MacOS)
Clear buffers
Node Graph

F12


ArchiCAD 20 (Windows)
Create Sun Study
Images

F12


ArchiCAD 20 (MacOS)
Create Sun Study
Images

F12


Windows Movie Maker (Windows)
Save a project with a new name
On timeline

F12


Microsoft Word 2016 (Windows)
Save Document
General Operation

Ctrl + S / F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Manage Workbooks - Open and Save Workbooks

F12


Microsoft Projects 2016 (Windows)
Display the Save As dialog box.
Working with dialog boxes

F12


Age of Empires (Windows)
Save the game
Game Commands

F12


Microsoft Word 2016 (Windows)
Choose the Save As command (Microsoft Office Button ).
All Function Key Shortcuts

F12


AutoCad Architecture 2017 (Windows)
Dynamic input
Function Keys

F12


AutoCAD 2016 (Windows)
Toggles Dynamic Input
General

F12


Microsoft Excel 2016 (Windows)
Save file as via standard save dialog box
Excel Auto Tables and Data Forms - Open and Save Workbooks

F12


Call of Duty (Windows)
Screenshot
General Game Controls

F12


Act! CRM (Windows)
Save a copy/create an empty copy of database
Activity Shortcuts

F12


JetBrains RubyMine (Windows)
Go back to Previous Tool Window
General Shortcuts

F12


JetBrains RubyMine (MacOS)
Go back to Previous Tool Window
General Shortcuts

F12


JetBrains RubyMine (Linux)
Go back to Previous Tool Window
General Shortcuts

F12


JetBrains AppCode (MacOS)
Go back to Previous Tool Window
General Shortcuts

F12


Mac OS Sierra 10.12 (MacOS)
Eject removable media, such as an optical disc.
Start Up and Boot Options

F12 / Eject


JetBrains PyCharm (Windows)
Go back to Previous Tool Window
Navigation

F12


IntelliJ (MacOS)
Go back to Previous tool window
Navigation Shortcuts

F12


JetBrains AppCode (MacOS)
Go back to Previous Tool Window
Navigation Controls

F12


Adobe Dreamweaver (Windows)
Real-time Preview in Primary Browser
Preview

F12


Blender 3D (Windows)
Start Rendering from Active Camera
Universal

F12


Daz 3D Carrara 8 (Windows)
Save As
Application - File

F12


Steinberg Cubase 9 (Windows)
VST performance
Devices Catagory

F12


Steinberg Cubase 9 (MacOS)
VST performance
Devices Catagory

F12


Daz 3D Carrara 8 (Windows)
Save As
Spline Modeler - File

F12


Corel WordPerfect X8 (Windows)
Create Table
63 Shortcuts for Corel WordPerfect X8 (Windows)

F12


Corel Draw X8 (Windows)
Open outline pen dialog
Outline Pen

F12


Corel Quattro Pro X8 (Windows)
Open Dialog Box specific to Object selected
Object Keys

F12


Edius (Windows)
Print to tape
General

F12


Daz 3D Carrara 8 (Windows)
Save As
Vertex Modeler - File

F12


Corel Quattro Pro X8 (Windows)
Display Properties of Active Cell/Cells
Function Keys

F12


Microsoft Excel 2016 (MacOS)
Display the Save As dialog
The following table provides the function key shortcuts for Excel 2016 for Mac*

F12


Final Fantasy XV (Windows)
Target nearest NPC or object
Targeting

F12


Chief Architect (Windows)
Floor Tools - Rebuild Walls/Floors/Ceilings
Floor Tools

F12


Kingsoft Writer 2016 (Windows)
Diaplay Save As Dialog Box
Display Various Objects and Dialog Box

F12


Chief Architect (MacOS)
Floor Tools - Rebuild Walls/Floors/Ceilings
Floor Tools

F12


Adobe Captivate 2017 (Windows)
Preview the project in a web browser (SWF)
Function Key Shortcuts

F12


Adobe Captivate 2017 (MacOS)
Preview project in browser
Recording

F12


Adobe Captivate 2017 (Windows)
Preview project in browser
Recording

F12


Kingsoft Spreadsheets 2016 (Windows)
Displays the Save As dialog box to save the file with a different name, type or location
Other Shortcuts

F12


Adobe Captivate 2017 (Windows)
Toggle mouse capture
Recording

F12


MetaTrader MT4 (Windows)
Move Chart by One Bar to Left
Function Key Shortcuts

F12


FxPro (Windows)
Full Screen Toggle
General Shortcuts

F12


Brackets (Windows)
Show Developer Tools
99 Shortcuts for Brackets (Windows)

F12


PotPlayer (Windows)
File Navigator
Function Key Shortcuts

F12


XYplorer (Windows)
Show Info Panel
Function key Shortcuts

F12


Jetbrains CLion (Windows)
Go back to previous tool window
Navigation Shortcuts

F12


Pegasus Mail (Web Application)
Switch to a monospaced view of the message (does not work in HTML or text/enriched messages)
Message Reader

F12


Xamarin Studio (MonoDevelop) (Windows)
Go to Declaration
Navigation Shortcuts

F12


Pegasus Mail (Web Application)
Edit message flags...
Grouped views

F12


GOM Player (Windows)
Open - ODD (CD/DVD)
Playback Control

F12


MPS 2017 (Windows)
Activate the last focused tool window
Navigation between IDE Components

F12


Libreoffice Writer (Windows)
Numbering on
Function Keys

F12


Delphi 10 (Windows)
Toggle between code view and design view
193 Shortcuts for Delphi 10 (Windows)

F12


Soundforge (Windows)
Play or Stop the contents of the data window in default mode
Navigation and Playback

F12 / Spacebar


ProRealTime (Windows)
Personal Template 12
Templates

F12


Visual Studio Code (Windows)
Go to Definition
Rich Language Editing

F12


CrazyTalk 8 (Windows)
Click the Preview button in Puppeteering Panel
Timeline Editing

F12


CrazyTalk 8 (Windows)
Click the Preview button in Puppeteering Panel
Puppeteering Panel

F12


CityEngine (Windows)
Show/hide models
48 Shortcuts for CityEngine (Windows)

F12


CityEngine (MacOS)
Show/hide models
48 Shortcuts for CityEngine (MacOS)

F12


Synfig (Windows)
Canvas Options (Grid size, etc.)
73 Shortcuts for Synfig (Windows)

F12


Rhino (Windows)
Dig Click
Default Shortcuts

F12


Tableau (Windows)
Reverts workbook to last saved state
General

F12


OpenSCAD (MacOS)
Thrown Together
Function Shortcuts

F12


CodeLite 10 (Windows)
Toggle current block folding
Editor

F12


Alphacam (Windows)
Snap to Parallel
Geometry Creation

F12


Exact Audio Copy
Metadata options
File menu

F12


Vivaldi
Developer tools
Window

F12


Gigabyte Aorus motherboard
Capture the current screen as an image and save it to your USB drive
Classic BIOS setup

F12


CuteFTP (Windows)
Hide or display individual log window
General

F12


CuteFTP (MacOS)
Hide or display individual log window
72 Shortcuts for CuteFTP (MacOS)

F12


HyperWorks (Windows)
Mesh
24 Shortcuts for HyperWorks (Windows)

F12


FlashFXP (Web Application)
Opens a new copy of FlashFXP
54 Shortcuts for FlashFXP (Web Application)

F12


winIDEA
BrowseGotoDefinition
Browse

F12


PSPad (Windows)
Save As... - Save open file as file
File

F12


Roblox Studio
Record a video
General

F12


Roblox
Record video
Misc

F12


dbForge SQL Complete
Enables to go to definition
General

F12


Comodo IceDragon (Windows)
Toggle Developer Tools
Tools

F12


Ableton Live 9 (Windows)
Toggle Device/Clip View
Showing and Hiding Results

Shift + Tab / F12


Inkscape (Windows)
Toggle dialogs - This temporarily hides all open dialogs; another F12 shows them again
Dialog

F12


Ableton Live 9 (MacOS)
Toggle Device/Clip View
Showing and Hiding Results

Shift + Tab / F12


Inkscape (MacOS)
Toggle dialogs
Dialogs

F12


Open Rails 0.6.2
Logger
Debug

F12


Xyplorer
Full Screen
Other Shortcuts

F12


DaVinci Resolve 15 (Mac)
Place on top
Edit menu

F12


DaVinci Resolve 14 (Windows)
Place On Top Edit
Edit

F12


DaVinci Resolve 14 (MacOS)
Place On Top Edit
Edit

F12


Spintires (PC)
Save screenshot (to appdata directory)
Misc

F12


Ulead PhotoImpact 8 (Windows)
Opens the Component Designer dialog box
Web Menu

F12


DaVinci Resolve 14 (Windows)
Place On Top
Edit

F12


DaVinci Resolve 14 (MacOS)
Place On Top
Edit

F12


Target 3001! (Windows)
Compute Airwires New(layout)
Function key Shortcuts

F12


Cobalt (Windows)
Track
70 Shortcuts for Cobalt (Windows)

F12


Assetto Corsa
(Steam related) Screenshot
In-game

F12


Deponia
Load a quicksave if exist
General

F12


WavePad Sound Editor (Windows)
Play fast speed
Play Operations

F12


WavPad Sound Editor (MacOS)
Play fast speed
Play Operations

F12


gEDA (Linux)
Enter lock mode
Other Important Shortcuts

F12


Battlezone 98 Redux
Select weapon
Weapons

F12


Europa Universalis IV
Steam screenshot
General

F12


MyPaint (Windows)
Reset view
Show View Menu

F12


Oracle RightNow
Save as
Editing records

F12


AVS Audio Editor (Windows)
Opens the About window
Miscellaneous

F12


BricsCAD (Windows)
Toggles the Quad display
Function Key Shortcuts

F12


BricsCAD (Linux)
Toggles the Quad display
Function Key Shortcuts

F12


Altium Designer (Windows)
Toggle Filter panel on/off
Common Schematic and PCB Editor Shortcuts

F12


BricsCAD (MacOS)
Toggles the Quad display
Function Key Shortcuts

F12


MuseScore (Windows)
Navigator
Display Shortcuts

F12


MuseScore (MacOS)
Navigator
Display Shortcuts

F12


KiCad 5.0.2
Switch to modern toolset with software graphics (fall-back)
GerbView

F12


TopSolid (Windows)
Display/Hide The Floating Icon Bars
Part Clamping

F12


SuperMemo (Windows)
Sleep and Learning Timeline
129 Shortcuts for SuperMemo (Windows)

F12


Aspire (Windows)
Toggle toolpath tab on
General Shortcuts

F12


Aspire (Windows)
Toggle Toolpath Tab on
Tab Navigation

F12


VCarve Pro (Windows)
Toggle Toolpath Tab on
General Shortcuts

F12


VCarve Pro (Windows)
Toggle Toolpath Tab on
Tab Navigation

F12


Kingdom Come: Deliverance
Take screenshot
Other

F12


Ableton Live 10
Toggle Device/Clip View
Showing and hiding views

F12


PRTG Network Monitor
Context menu > Tools > Custom tool command (if available)
Enterprise console

F12


KeyCreator (Windows)
Skip/Done in Function
Miscellaneous Shortcuts

F12 / End / Ctrl + Right Click


VisualBoyAdvance-M
Capture
General controls

F12


AVImark
Logout
General

F12


Tableau
Revert workbook to last saved state
Managing workbooks, sheets, and files (Tableau Desktop)

F12


Samsung TV
Change the channel
General

F12


AutoCAD
Toggle dynamic input mode
Toggle Drawing Modes

F12


Tibia
Magic shield
Action bar

F12


RPG Maker
Start a Play Test
Editor

F12


Old School RuneScape (OSRS)
Switch to the music tab
General

F12


ZoomText
Toggle voice
ZoomText Keyboard

F12


UiPath Studio
Stops the execution of the current workflow, in both normal and debug mode
Workflow execution

F12


Adobe Illustrator
Revert
Function keys

F12


Kerbal Space Program
Aerodynamic Forces Overlay
System/UI Commands

F12


Adobe Illustrator (Mac)
Revert
Function keys

F12


PyCharm 2018.2
Activate the last focused tool window.
Navigation Between IDE Components

F12


PaintShop Pro 2018
Save as
Single key shorcuts

F12


Nuke
Clear Buffers
Node graph

F12


Diablo
Auto Send messages during auto play
General

F12


Bluebeam Revu
Show start page tab
Miscellaneous

F12


StarCraft 2
Help
Interface

F12


CorelDRAW Graphics Suite 2018
Outline Pen...
General

F12


Logo Accounting
Export to Excel wizard
General

F12


Metapad
Calculate size
File menu

F12


Adobe Photoshop CC
Revert
Using function keys

F12


Inkscape
Toggle dialogs
Toggle visibility

F12


Microsoft FrontPage
Preview the current page in a Web browser.
Access and use views

F12


Virtual DJ 2018
Sampler 12 play_stop
General

F12


Microsoft Paint
Save the picture as a new file
Function keys

F12


MyPaint
Reset View (zoom, mirror, rotation)
View

F12


Oracle EBS Forms
Count query
General

F12


E-Sword
Next Bible verse
General

F12


Warcraft III
Toggle Chat Menu on/off
Menu commands

F12


Clipboard Master
Change display mode: red frames or darkened
Screenshots

F12


World of Warcraft
Backpack
Panels

F12


WavePad
Play Fast Speed
Play Operations

F12


Microsoft Word 2016
Choose the Save As command
Function key reference

F12


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.GoToDefinition
Edit

F12


Microsoft Visual Studio 2017 (All shortcuts)
TestExplorer.OpenTest
Test Explorer

F12


Counter Strike: Global Offensive
Take a screenshot
Miscellaneous

F12


IntelliJ IDEA (macOS)
Go back to previous tool window
Navigation

F12


IntelliJ IDEA (Windows, Linux)
Go back to previous tool window
Navigation

F12


PSPad
Save As...
File

F12


Comodo IceDragon
Toggle Developer Tools
Tools

F12


WinHex
Backup manager
File menu

F12


Brackets
Show Developer Tools
General

F12


WriteMonkey
Show / Toggle / Hide right pane modules
General

F12


WordPerfect X8
Create Table
General

F12


Zim
Toggle checkbox item to 'OK'
General

F12


LibreOffice Calc
Groups the selected data range
Function keys

F12


LibreOffice Writer
Numbering on
Function keys

F12


WinNc
Compression
General

F12


Qt Creator
Reverse direction
Debugging

F12


Sumatra PDF
Show / hide bookmarks (table of contents)
Viewing state

F12


Eclipse
Jump to the editor window
Editor

F12


Delphi
Toggle between code view and design view
General

F12


Guitar Pro
Preferences
General

F12


Maxthon
URL keys
Others

F12


WPS Office
Displays the Save As dialog box to save the file with a different name, type or location
General

F12


League of Legends
Take a screenshot
General

F12


Visual Studio Code (Mac)
Go to Definition
Rich languages editing

F12


Blender
Render current frame
General

F12


Visual Studio Code (Linux)
Go to Definition
Rich languages editing

F12


Visual Studio Code (Windows)
Go to Definition
Rich languages editing

F12


Chrome DevTools
Open whatever panel you used last
Opening DevTools

F12


Windows Movie Maker
Save a project with a new name
Timeline

F12


IrfanView
Paint dialog
Tools and dialogs

F12


Outlook 2016 and Outlook 2013
Save as (only in Mail view)
Commands in most views

F12


PeaZip
Extract all to...
Functional keys

F12


CoffeeCup HTML Editor
Split screen preview
View

F12


Firefox Quantum
Toggle developer tools
Tools

F12


Microsoft Excel 2016
Displays the Save As dialog box
Function keys

F12


Notepad++
Toggle post-it mode
View menu

F12


GOM Player
Open ODD (CD/DVD)
Playback control

F12


SQL Server Management Studio (SSMS)
Displays the definition for the selected symbol
Search

F12


Windows Calculator
Select QWORD
Programmer mode

F12


Uplay
Take a screenshot
General

F12


Steam
Take a screenshot
During game

F12


Overwatch
Spectate F12
Spectate

F12


Wordpad
Save the document as a new file
General

F12


HeidiSQL
Save SQL to a text file
SQL

F12


Microsoft Edge
Open F12 developer tools
Newer shortcuts

F12


Notepad2
Select syntax scheme
Syntax scheme, font

F12


Opera
Quickly edit most popular preferences
Preferences

F12


Internet Explorer (Windows)
Open Developer Tools.
The Rest

F12


Microsoft Outlook 2007 (Windows)
Save as.
Shortcuts for all Outlook 2007 Items

F12


Microsoft Excel 2007 (Windows)
Displays the Save As dialog box.
Function keys in Excel 2007

F12


IrfanView 4.42 (Windows)
Paint dialog
Tools and Dialogs

F12


Adobe After Effects CS5 (MacOS)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Adobe After Effects CS5 (Windows)
Switch to 3D view 3 (defaults to Active Camera)
3D Layers

F12


Microsoft Word 2010 (Windows)
Save document as
Manage Word Documents

F12


Scrivener 1.9.9
Preferences
Tools

F12