Visual Studio 2015 (Windows)

Build and Debug

Debug / step into

F11

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


Microsoft Windows 7 (Windows)
Turn full page view on or off
Managing 'Windows' in Windows 7 - Move and Resize Active Window

F11


Civilization V (Windows)
Quick Save
General Hotkeys

F11


Microsoft Windows 7 (Windows)
Maximize window
Managing 'Windows' in Windows 7 - Basics

F11


Firebug (Windows)
Step Into
Script-Panel

F11


VLC Media Player (Windows)
Window full-screen (not equal to pressing F)
Manage VLC, Playlists, and Special Commands

F11


Firebug (Linux)
Step Into
Script-Panel

F11


Firebug (MacOS)
Step Into
Script-Panel

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Work with Data Selections - Edit Active or Selected Cells

F11


Microsoft OneNote 2010 (Windows)
Turn full-screen view on or off.
Work with the OneNote Window(s)

f11


Microsoft Windows 7 (Windows)
Turn full page view on or off
Windows Explorer - Move and Resize Active Window

F11


Eclipse Helios (Windows)
Debug
Run and Debug

F11


Google Chrome (Windows)
Turn full screen on / off
View Webpages

F11


Microsoft Windows 7 (Windows)
Maximize window
Windows Explorer - Basics

F11


Firefox (Linux)
Turn full page view on or off (default Windows feature)
Firefox Windows

F11


Firefox (Windows)
Turn full page view on or off (default Windows feature)
Firefox Windows

F11


Tally 9.0 (Windows)
Modify Company features specific to current company only
General Shortcuts

F11


SharpDevelop 4.0 (Windows)
Step into
Debugging

F11


Dolphin File Manager 1.7 (Linux)
Activate Information Panel
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

F11


Google Chrome (Linux)
Turn full screen on / off
View Webpages

F11


Microsoft Windows 7 (Windows)
Turn full page view on or off
Windows Admin - Move and Resize Active Window

F11


Microsoft Excel 2011 (MacOS)
Insert a new chart sheet.
Function keys

F11


Microsoft Windows 7 (Windows)
Maximize window
Windows Admin - Basics

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Insert and Edit Data - Edit Active or Selected Cells

F11


Open Office Impress (Linux)
Styles and Formatting
Function Keys

F11


Access 2010 (Windows)
Toggle the Navigation Pane
Manage Access Features - Manage Windows

F11


Mindjet Mindmanager 2012 (Windows)
Notes
Viewing

F11


Microsoft Windows 7 (Windows)
Turn full page view on or off
Ease of Access and Magnifier - Move and Resize Active Window

F11


Microsoft Windows 8 (Windows)
Toggle full-screen mode
Windows Explorer - Basics

F11


Microsoft Windows 7 (Windows)
Maximize window
Ease of Access and Magnifier - Basics

F11


Microsoft Word 2007 (Windows)
Go to the next field.
Mail merge and fields: Work with fields

F11


Oracle SQL Developer 4 (Windows)
Commit Changes
Data Editor

F11


Evernote (Windows)
Toggle display of note list
Main Application Shortcuts - Change View and Display

F11


Microsoft Word 2007 (Windows)
Go to the next field.
Function key reference: Function keys

F11


Smartplant Review (Windows)
Full Screen Toggle
Function Keys

F11


Opera (Linux)
Toggle full screen
Display

F11


Photoshop Lightroom 4 (Windows)
Open secondary window
Using Secondary Window

F11


Microsoft Excel 2011 (MacOS)
Insert a new chart sheet.*
Charts

F11


Microsoft Windows 8 (Windows)
Turn full page view on or off
Managing Windows 8 Desktop Windows

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Format Data - Edit Active or Selected Cells

F11


Microsoft Outlook 2010 (Windows)
Enter name in Search Address Books box
Contacts Shortcuts

F11


Sublime Text (Windows)
Toggle full screen
Manage Sublime Window, Files and Tabs

F11


Oracle SQL Developer 4 (Windows)
Commit
Worksheet

F11


GroupWise 2012 (Windows)
Retrieve a file
Function keys

F11


AutoCAD 2012 (Windows)
Toggle object snap tracking
Toggle Drawing Modes

F11


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

F11


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

F11


VLC Media Player (MacOS)
Window full-screen (not equal to pressing F)
Manage VLC, Playlists, and Special Commands

F11


Texmaker 4.0.2 (Windows)
Bibtex
"Tools" menu

F11


Access 2010 (Windows)
Toggle the Navigation Pane
Working with Text and Data - Manage Windows

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
Formulas and Names - Edit Active or Selected Cells

F11


NetBeans 8 (Windows)
Build main project
Compiling, Testing, and Running

F11


IntelliJ (Linux)
Toggle bookmark
Navigation

F11


Presonus Studio One (Windows)
Show FX/Instrument Editor
Track Menu

F11


Audacity 2 (Windows)
Full screen on/off
View Menu

F11


IntelliJ (Windows)
Toggle bookmark
Navigation

F11


FL Studio (Windows)
Show/hide song info window
Window Navigation

F11


Microsoft Excel 2010 (Windows)
Create and insert chart with data in current range in a separate Chart sheet.
The Rest - Edit Active or Selected Cells

F11


Access 2010 (Windows)
Toggle the Navigation Pane
Working with Access Views - Manage Windows

F11


Atom (text editor) 1.0 (Linux)
Toggle fullscreen
View

F11


Atom (text editor) 1.0 (Windows)
Toggle fullscreen
View

F11


Qt Creator (MacOS)
Step into
Debugging

F11


Qt Creator (Windows)
Step into
Debugging

F11


Microsoft Word 2013 (Windows)
Go to the next field/ previous field
Enter Special Fields

F11 / Shift + F11


Microsoft Windows 10 (Windows)
Turn full page view on or off (unless overwritten by Application Shortcut, such as Excel 2013)
Windows Virtual Desktop/ Window Control

F11


Notepad++ 6 (Windows)
Toggle Full Screen Mode
View menu

F11


Microsoft Excel 2013 (Windows)
Create and insert chart with data in current range in a separate Chart sheet
Lesser Used Shortcuts

F11


Autodesk Maya 2015 (Windows)
Select - Face
Making Selections

F11


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

Shift + F10 / F11 / F12


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

Shift + F10 / F11 / F12


Microsoft OneNote 2016 (Windows)
Turn full-screen view on or off
OneNote Window

F11


Photoshop Lightroom CC (Windows)
Open secondary window
Using Secondary Window

F11


Access 2016 (Windows)
Toggle between Navigation Pane
Windows/Content Switching/Navigation

F11


Microsoft Visio 2016 (Windows)
Open text dialog box
Format text

F11


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

F11


Access 2010 (Windows)
Toggle the Navigation Pane
The Rest - Manage Windows

F11


Plex (Windows)
FullScreen Desktop(From Windowed)
Window Control

F11 / Alt + Enter


Plex (Windows)
Exit FullScreen to Windowed
Window Control

F11 / Shift + F11 / Alt + Enter


Microsoft Outlook 2016 (Windows)
Enter a name in the Search Address Books box
People

F11


Autodesk Maya 2017 (Windows)
Select - Face
Making Selections

F11


Microsoft Outlook 2016 (Windows)
Find a contact
People

F11


Adobe After Effects CC (Windows)
Switch to 3D view 2 (defaults to Custom View 1)
3D Layers

F11


Adobe After Effects CC (MacOS)
Switch to 3D view 2 (defaults to Custom View 1)
3D Layers

F11


InDesign CC (Windows)
Paragraph styles
Panels

F11


InDesign CC (MacOS)
Paragraph styles
Panels

F11


InDesign CC (Windows)
Paragraph Styles
Panels

F11 / Ctrl + F11


InDesign CC (MacOS)
Paragraph Styles
Panels

F11 / Command + F11


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

F11


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

F11


IMVU (Windows)
Toggle full screen mode
Screen and View

F11


IMVU (MacOS)
Toggle full screen mode
Screen and View

F11


ArchiCAD 20 (Windows)
Create Fly-Through
Images

F11


ArchiCAD 20 (MacOS)
Create Fly-Through
Images

F11


GIMP (Linux)
Toggle Fullscreen View
View

F11


Dynamics AX 2015 (Windows)
Move the cursor to the address bar.
Windows and Menu Control

F11


GIMP (MacOS)
Toggle Fullscreen View
View Shortcuts

F11


GIMP (Windows)
Toggle Fullscreen View
View Shortcuts

F11


Microsoft Word 2016 (Windows)
Go to the next field.
All Function Key Shortcuts

F11


Autodesk 3ds Max 2017 (Windows)
Open MAXScript listener
General user interface

F11


AutoCad Architecture 2017 (Windows)
Object snap tracking
Function Keys

F11


AutoCAD 2016 (Windows)
Toggles Object Snap Tracking
General

F11


Act! CRM (Windows)
Contact detail view
View Shortcuts

F11


Atom (text editor) 1.0 (MacOS)
Toggle fullscreen
View

F11


JetBrains PyCharm (Windows)
Toggle Bookmark
Navigation

F11


JetBrains RubyMine (Windows)
Toggle Bookmark
Navigation Shortcuts

F11


JetBrains RubyMine (Linux)
Toggle Bookmark
Navigation Shortcuts

F11


Adobe Flash Builder (Windows)
Compile and Debug
24 Shortcuts for Adobe Flash Builder (Windows)

F11


Adobe Flash Builder (MacOS)
Compile and Debug
24 Shortcuts for Adobe Flash Builder (MacOS)

F11


Windows 10 File Explorer (Windows)
Toggle Full Screen
Manage Windows Explorer

F11


Amazon Kindle (Windows)
Toggle Full Screen Mode
Reading Book

F11


Microsoft Excel 2016 (Windows)
Create and insert chart with data in current range in a separate Chart Sheet
The Rest

F11


JetBrains PyCharm (MacOS)
Toggle Bookmark
Navigation Shortcuts

F11


Blender 3D (Windows)
Hide/Show Render Window
Universal

F11


Steinberg Cubase 9 (Windows)
VST instruments
Devices Catagory

F11


Steinberg Cubase 9 (MacOS)
VST instruments
Devices Catagory

F11


Corel WordPerfect X8 (Windows)
Graphic Insert From File
63 Shortcuts for Corel WordPerfect X8 (Windows)

F11


Corel Draw X8 (Windows)
Open fountain fill dialog
Dialogs

F11


Microsoft Word 2016 (MacOS)
Go to the next field
Work with fields

F11


HTML-Kit (Windows)
Show/hide Action Bar
87 Shortcuts for HTML-Kit (Windows)

F11


Opera (MacOS)
Use entire screen for browsing
Display

F11


Opera (Windows)
Use entire screen for browsing
Display

F11


Chief Architect (Windows)
Bumping/Pushing
View Mode

F11


Chief Architect (MacOS)
Bumping/Pushing
View Mode

F11


Microsoft Excel 2016 (MacOS)
Insert a new chart sheet.
Use charts

F11


Yahoo Mail (Web Application)
Expand window to maximum height
General

F11


Corel Quattro Pro X8 (Windows)
Display Current Chart
Function Keys

F11


Edius (Windows)
Print to file
General

F11


Microsoft Excel 2016 (MacOS)
Insert a new chart sheet*
The following table provides the function key shortcuts for Excel 2016 for Mac*

F11


Final Fantasy XV (Windows)
Target nearest enemy
Targeting

F11


InCopy CC (Windows)
Show/hide Paragraph and Character Styles panels, respectively
Character and Paragraph Styles

F11 / Shift + F11


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

F11


MusicBee (Windows)
Show Visualizer Full Screen
Views

F11


Kingsoft Spreadsheets 2016 (Windows)
Insert chart
Other Shortcuts

F11


Adobe Captivate 2017 (Windows)
Snap recording window to mouse
Recording

F11


MetaTrader MT4 (Windows)
Enable/Disable Full Screen Mode
Function Key Shortcuts

F11


FxPro (Windows)
Switch Between Default ,Chart Trading Layout and Chart Only Layout
General Shortcuts

F11


Zerodha Trader (Windows)
Admin Positions
For Monitoring Funds/Trades/Positions/Orders

F11


XYplorer (Windows)
Preview Image Full Screen
Function key Shortcuts

F11


Krita Painting 3 (Windows)
Toggle full screen
Canvas

F11


MediaMonkey (Windows)
Show Year node
Standard Keyboard Shortcuts

F11


Soundforge (Windows)
Show/hide windows docked at the bottom of the workspace
Magnification and View

F11


Pegasus Mail (Web Application)
Select a folder display colour for the message
Message Reader

F11


Jetbrains CLion (Windows)
Toggle bookmark
Navigation Shortcuts

F11


Vegas Pro 14 (Windows)
Minimize/restore the window docking area
Magnification and View

F11 / Alt + `


Siemens NX 11 (Windows)
Maximize Resource Bar Tab
View Menu

F11


Pegasus Mail (Web Application)
Set colour...
Grouped views

F11


MPS 2017 (Windows)
Turn anonymous bookmark on or off
Navigation between Bookmarks

F11


Xamarin Studio (MonoDevelop) (Windows)
Step Into
Debug Menu

F11


Sierra Chart (Windows)
Connect to Data Feed
File Menu

F11


Libreoffice Writer (Windows)
Styles and Formatting window on/off
Function Keys

F11


Delphi 10 (Windows)
Invoke Object Inspector window
193 Shortcuts for Delphi 10 (Windows)

F11


CrazyTalk 8 (Windows)
Full Screen On/Off
General Shortcuts

F11


Visual Studio Code (Windows)
Toggle full screen
Display

F11


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

F11


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

F11


Synfig (Windows)
Preview
73 Shortcuts for Synfig (Windows)

F11


Rhino (Windows)
Points Off
Default Shortcuts

F11


Visual Studio Code (Windows)
Step into/out
Debug

F11 / Shift + F11


OpenSCAD (MacOS)
Wireframe
Function Shortcuts

F11


CodeLite 10 (Windows)
Swap header / source
Editor

F11


Alphacam (Windows)
Snap to Perpendicular
Geometry Creation

F11


Vivaldi
Full screen mode
View

F11


Xyplorer
Close Floating Preview
Other Shortcuts

F11


Solidworks 2019
Full screen
Commands

F11


CuteFTP (Windows)
Folder comparison options
General

F11


CuteFTP (MacOS)
Folder comparison options
72 Shortcuts for CuteFTP (MacOS)

F11


winIDEA
Step into the next statement
Debug

F11


Miscreated
Emote: Whistle (Sound)
Emote

F11


Geany (MacOS)
Fullscreen
Moving the document

F11


HyperWorks (Windows)
Quick Geometry edit
24 Shortcuts for HyperWorks (Windows)

F11


Geany (Windows)
Fullscreen
Moving the document

F11


Geany (Linux)
Fullscreen
Moving the document

F11


FlashFXP (Web Application)
Open the Restore Queue dialog.
54 Shortcuts for FlashFXP (Web Application)

F11


VariCAD (Windows)
Drawing in Ortho Mode
Hot Keys

F11


Roblox
Full screen
Misc

F11


Ableton Live 9 (Windows)
Toggle Full Screen Mode
Showing and Hiding Results

F11


Ableton Live 9 (MacOS)
Toggle Full Screen Mode
Showing and Hiding Results

F11


Ulead PhotoImpact 8 (Windows)
Captures selected source. This is the default setting. It can be changed
File Menu

F11


Comodo IceDragon (Windows)
Toggle Full Screen
Miscellaneous

F11


Modo (Windows)
Snapping pop-over
Floating Windows

F11


Modo (MacOS)
Snapping pop-over
Floating Windows

F11


DaVinci Resolve 15 (Mac)
Replace
Edit menu

F11


Inkscape (Windows)
Toggle fullscreen
Window

F11


DaVinci Resolve 14 (Windows)
Replace Edit
Edit

F11


DaVinci Resolve 14 (MacOS)
Replace Edit
Edit

F11


Inkscape (MacOS)
Toggle fullscreen
Window

F11


Assetto Corsa
Toggle virtual mirror
In-game

F11


Maxwell Render (Windows)
Paint
Polygon Selection

F11


DaVinci Resolve 14 (Windows)
Replace
Edit

F11


DaVinci Resolve 14 (MacOS)
Replace
Edit

F11


Target 3001! (Windows)
XGerber and Excellon output
Function key Shortcuts

F11


Modo (Windows)
Open snapping pop-over
Snapping

F11


Roblox Studio
Step into
Scripting

F11


LDCad
Enable/disable rendering of snap info points
Global

F11


Modo (MacOS)
Open snapping pop-over
Snapping

F11


gThumb (Linux)
Toggles the fullscreen mode
User Interface

F11 / F


SnapStream
Full screen
Playback

F11


WavePad Sound Editor (Windows)
Play slow speed
Play Operations

F11


WavPad Sound Editor (MacOS)
Play slow speed
Play Operations

F11


gEDA (Linux)
Enter select mode (same as Space, or Esc)
Other Important Shortcuts

F11


Battlezone 98 Redux
Select weapon
Weapons

F11


MyPaint (Windows)
Full sceen
Show View Menu

F11


Europa Universalis IV
Normal screenshot
General

F11


AVS Video Editor (Windows)
Full screen
Preview Area

Alt + Enter / F11


Brave Browser (Windows)
Toggle Full Screen View
Tabs and Windows

F11


LXDE
Toggle fullscreen
LDXE / Openbox

F11


BricsCAD (Windows)
Toggles the Entity Snap Tracking setting
Function Key Shortcuts

F11


BricsCAD (Linux)
Toggles the Entity Snap Tracking setting
Function Key Shortcuts

F11


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

F11


BricsCAD (MacOS)
Toggles the Entity Snap Tracking setting
Function Key Shortcuts

F11


FlightGear
Autopilot altitude dialog
Autopilot related

F11


MuseScore (Windows)
Play Panel
Display Shortcuts

F11


Subnautica
Take picture
Mac

F11


MuseScore (MacOS)
Play Panel
Display Shortcuts

F11


TopSolid (Windows)
Recorganize The Floating Icon Bars
Part Clamping

F11


KiCad 5.0.2
Switch to modern toolset with hardware-accelerated graphics (recommended)
GerbView

F11


DraftSight (Windows)
Turns Entity Tracking On/Off
37 Shortcuts for DraftSight (Windows)

F11


SuperMemo (Windows)
Random review in Collection/Browser
129 Shortcuts for SuperMemo (Windows)

F11


Aspire (Windows)
Toggle drawing tab on
General Shortcuts

F11


Aspire (Windows)
Toggle Drawing Tab on
Tab Navigation

F11


VCarve Pro (Windows)
Toggle Drawing Tab on
General Shortcuts

F11


VCarve Pro (Windows)
Toggle Drawing Tab on
Tab Navigation

F11


Ableton Live 10
Toggle Full Screen Mode
Showing and hiding views

F11


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

F11


MindManager v19 (Windows)
Notes
Viewing

F11


KeyCreator (Windows)
Menu Button 10
Miscellaneous Shortcuts

F11


AVImark
Refresh
Follow up list

F11


DayZ
Suicide
Communication

F11


GitHub Desktop
Toggle full screen
View menu

F11


Samsung TV
Change the channel
General

F11


Tableau
Toggle full screen
Web authoring (Tableau Online or Tableau Server)

F11


Google Chrome
Turn full-screen mode on or off
Webpage shortcuts

F11


AutoCAD
Toggle object snap tracking
Toggle Drawing Modes

F11


Claws Mail
Full screen
Main window

F11


Nuclide (Linux)
Step into a piece of code. For example, if you are stopped at a method call, this will go into the first line of that method.
Debugger

F11


Nuclide (Mac)
Step into a piece of code. For example, if you are stopped at a method call, this will go into the first line of that method.
Debugger

F11


Siemens NX
Maximize resource bar tab
View menu

F11


Tibia
Invisible
Action bar

F11


Quicken 2018
Switch to full register view
Register and Write Checks

F11


Evernote for Windows
Show/Hide Note List
Application-wide

F11


UiPath Studio
When debugging, enables you to step into a block of activities and executes the first one
Debugging

F11


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

F11


ZoomText
Background reader
ZoomText Keyboard

F11


Adobe Lightroom Classic
Open secondary window
Using a secondary window

F11


Kerbal Space Program
Temperatures Overlay
System/UI Commands

F11


PyCharm 2018.2
Turn anonymous bookmark on or off.
Navigation between bookmarks

F11


JAWS
Screen Shade Toggle
Miscellaneous

F11


Atom (Windows)
window:toggle-full-screen
All shortcuts

F11


Bluebeam Revu
Full screen
Viewing

F11


PaintShop Pro 2018
Brush variance palette
Single key shorcuts

F11


Unreal Engine
Immersive mode
Level editor

F11


CorelDRAW Graphics Suite 2018
Fountain Fill...
General

F11


Diablo
Auto Send messages during auto play
General

F11


StarCraft 2
Chat
Interface

F11


Minecraft Java Edition
Toggle full screen
Gameplay

F11


Terraria
Toggle visibility of the HUD (heads-up display)
Other hotkeys

F11


Logo Accounting
Column setting
General

F11


Kindle for PC
Toggle Full-Screen Mode
While Reading a Book

F11


Windows PowerShell ISE
Step Into
Script debugging

F11


Metapad
OEM format
Convert selected

F11


Inkscape
Toggle fullscreen
Window

F11


Virtual DJ 2018
Sampler 11 play_stop
General

F11


Microsoft Paint
View a picture in full screen mode
Function keys

F11


TextRoom
Fullscreen on/off
General

F11


PDF-XChange Editor
View document in full screen.
General

F11


MyPaint
Full screen
View

F11


Oracle EBS Forms
Enter query
General

F11


LightWave 3D
Render selected object
Layout: Render

F11


E-Sword
Toggle paste as formatted editors only
General

F11


Warcraft III
Toggle Allies Menu on/off
Menu commands

F11


World of Warcraft
5th bag
Panels

F11


Microsoft Word 2016
Go to the next field
Function key reference

F11


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

F11


WavePad
Play Slow Speed
Play Operations

F11


Microsoft Visual Studio 2017 (All shortcuts)
Debug.StepInto
Debug

F11


NetBeans
Build main project
Compiling, testing and running

F11


IntelliJ IDEA (Windows, Linux)
Toggle bookmark
Navigation

F11


Comodo IceDragon
Toggle Full Screen
Miscellaneous

F11


GoldWave
Displays Control Properties window.
Main Window

F11


LibreOffice Impress
Styles and Formatting
Function keys

F11


GIMP
Toggle fullscreen
View

F11


LibreOffice Draw
Opens Styles and Formatting window
Function keys for drawings

F11


WordPerfect X8
Graphic: Insert From File
General

F11


LibreOffice Calc
Opens the Styles and Formatting window where you can apply a formatting style to the contents of the cell or to the current sheet
Function keys

F11


LibreOffice Writer
Styles and Formatting window on/off
Function keys

F11


Maple
Slideshow mode
Menu accelerators

F11


WinNc
Attributes
General

F11


REAPER
Toggle fullscreen
Section: Main

F11


FocusWriter
Full screen
General

F11


Qt Creator
Step into
Debugging

F11


Maxthon
URL keys
Others

F11


Microsoft Access 2016
Show or hide the Navigation Pane
Navigate in the Access workspace

F11


Guitar Pro
Full screen
View

F11


Sumatra PDF
Enter presentation mode
Viewing state

F11


Delphi
Invoke Object Inspector window
General

F11


WPS Office
Insert chart
General

F11


Accounting CS
Toggle to hide or unhide toolbars (including the command menu bar) that are currently displayed in the PDF editor
Toggle to hide/unhide frames in the view

F11


Blender
Show last closed rendered image
General

F11


MediaMonkey
Show year node
General

F11


VLC Media Player
Window full-screen
Miscellaneous

F11


Eclipse
Debug
Running and debugging

F11


Visual Studio Code (Linux)
Step into
Debug

F11


Krita 3.0
Toggle full screen
Canvas

F11


Visual Studio Code (Windows)
Step into
Debug

F11


Visual Studio Code (Mac)
Step into
Debug

F11


IrfanView
Show / hide the mouse cursor in full screen mode (mouse reappears when moved)
Full screen mode

F11


Microsoft Internet Explorer 11
Toggle between full-screen and regular views
Browsing

F11


Chrome DevTools
Step into next function call
Sources panel

F11


PeaZip
Toggle full screen mode
Functional keys

F11


Microsoft Excel 2016
Creates a chart of the data in the current range in a separate Chart sheet
Function keys

F11


Firefox Quantum
Toggle full screen
Miscellaneous

F11


Notepad++
Toggle full screen mode
View menu

F11


Outlook 2016 and Outlook 2013
Find a contact
People

F11


Everything
Toggle fullscreen
General keyboard shortcuts

F11


MusicBee
Show visualizer full screen
General

F11


SQL Server Management Studio (SSMS)
Step into
Transact-SQL debugger

F11


Microsoft OneNote
Enable or disable full page view
Work with pages and Quick Notes

F11


Android Studio
Toggle bookmark
Writing code

F11


Audacity
Full screen on/off
View menu

F11


Opera
Use entire screen for browsing
Display modes

F11


File Explorer
Maximize or minimize the active window
Miscellaneous

F11


Overwatch
Spectate 11
Spectate

F11


Mozilla Thunderbird
Show or hide Today pane
Lightning (calendar add-on)

F11


Notepad2
Select default text syntax scheme
Syntax scheme, font

F11


gedit 2.3 (Linux)
Fullscreen view
Program

F11


Google Earth 5 (Linux)
Fullscreen view
Program

F11


Google Earth 5 (Windows)
Switch to Full Screen
Adjust View

f11


Rhythmbox (Linux)
Toggle fullscreen mode
Window

F11


Open Office Impress (Windows)
Styles and Formatting
Function Keys

F11


Internet Explorer (Windows)
Turn full page view on or off (default Windows feature).
Manage IE8 Windows

F11


Microsoft Windows Vista (Windows)
Turn full page view on or off.
Work with Vista (Application) Windows

F11


Microsoft Excel 2007 (Windows)
Creates a chart of the data in the current range.
Function keys in Excel 2007

F11


IrfanView 4.42 (Windows)
Show / hide the mouse in full screen mode (mouse reappears when moved)
Fullscreen Mode

F11


Tupi (Windows)
Show/Hide full-screen mode
Animation Module

F11


Microsoft Outlook 2007 (Windows)
Enter a name in the Search Address Books box.
Shortcuts for Contacts

F11


Adobe After Effects CS5 (MacOS)
Switch to 3D view 2 (defaults to Custom View 2)
3D Layers

F11


Adobe After Effects CS5 (Windows)
Switch to 3D view 2 (defaults to Custom View 2)
3D Layers

F11


Windows Media Player 11 (Windows)
Turn full page view on or off (default Windows feature).
Manage the Media Player Windows

F11


Microsoft Word 2010 (Windows)
Go to the next field/ previous field
Fields

F11 / Shift + F11


DBeaver 6.0.3
Current column filters menu
Data viewer

F11


Nano
Display the position of the cursor
Navigation

F11


Scrivener 1.9.9
Toggle full screen
View

F11