Visual Studio 2015 (Windows)

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

Display Replace options on the quick tab

Ctrl + H

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


VLC Media Player (Windows)
Hide Control
Movie Navigation

Ctrl +H


Adobe Reader 9 (Linux)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + h


Adobe Reader X (Windows)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + H


Microsoft Word 2007 (Windows)
Replace text, specific formatting, and special items.
Working with documents: Find, replace, and browse through text

Ctrl + H


Microsoft Projects 2010 (Windows)
Replace Menu
Access Projects 2010 Features

Ctrl + H


Eclipse Helios (Windows)
Search Workspace (Java Search, Task Search, and File Search)
Search and Replace

Ctrl + H


Access 2010 (Windows)
(Find and) Replace dialog box
Manage Access Features - Find and Replace

Ctrl + H


Firefox (Linux)
Show or hide browsing history
Firefox Features

Ctrl + H


Firefox (Windows)
Show or hide browsing history
Firefox Features

Ctrl + H


Inpage (Windows)
To open dialog box of cheractor
For formatting

Ctrl + h


Google Chrome (Windows)
Open History tab
Access Browser Features

Ctrl + H


Zune (Windows)
Toggle shuffle
Playing Songs

Ctrl + H


Phoenix Viewer (Windows)
Local Chat
View

Ctrl + H


Microsoft PowerPoint 2003 (Windows)
Replace
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + H


Google Chrome (Linux)
Open History tab
Access Browser Features

Ctrl + H


Microsoft PowerPoint 2003 (Windows)
Slide Show: Hide pointer and button temporarily
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + H


Notepad++ 5 (Windows)
Replace...
Search

Ctrl + H


Tekla Structures 14.0 (Windows)
Phase manager
Modeling shortcuts

Ctrl + h


Access 2010 (Windows)
(Find and) Replace dialog box
Working with Text and Data - Find and Replace

Ctrl + H


MyLifeOrganized (Windows)
Highlight task (on/off)
Managing Tasks

Ctrl + H


Opera (Linux)
Open History Menu
History

Ctrl + H


UltraEdit (Windows)
Toggle HEX editing mode
Hex Mode Shortcuts

Ctrl + H


Sublime Text (Windows)
Find and Replace
Find and Replace

Ctrl + H


Microsoft PowerPoint 2010 (Windows)
Hide the pointer and navigation button immediately.
Show PowerPoint Presentation with Shortcuts

Ctrl + H


Opera (Linux)
Open History Menu
Menus

Ctrl + H


VLC Media Player (MacOS)
Hide / unhide controls
Manage VLC, Playlists, and Special Commands

Ctrl + H


Microsoft PowerPoint 2010 (Windows)
Open the Replace dialog box.
Basic Text Navigation and Formatting

Ctrl + H


FreeMind 0.9.0 (Windows)
Export branch to html
File commands

Ctrl + H


AutoCAD 2012 (Windows)
Toggle Pick Style
Toggle General Features

Ctrl + H


Access 2010 (Windows)
(Find and) Replace dialog box
Working with Access Views - Find and Replace

Ctrl + H


Adobe Reader X (Linux)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + H


IBM Rational DOORS (Windows)
Make Heading
General

Ctrl + H


Adobe Photoshop CS5 (Windows)
Hide selection and planes
Vanishing Point

Ctrl + H


Microsoft Excel 2013 (Windows)
Display the Find and Replace dialog box (with Replace selected)
Navigate Worksheets

Ctrl + H


Directory Opus (Windows)
New archive...
Operations Toolbar

Ctrl + H


IntelliJ (Linux)
Type hierarchy
Navigation

Ctrl + H


FL Studio (Windows)
Stop sound (panic)
Record / Playback / Transport

Ctrl + H


IntelliJ (Windows)
Type hierarchy
Navigation

Ctrl + H


WinRAR (Windows)
File list - Flat folders view
Options Menu

Ctrl + H


Beyond Compare (Windows)
Replace...
Search Menu

Ctrl + H


Pro Tools (Windows)
Heal separation
Edit Menu

Ctrl + H


Axialis IconWorkshop (Windows)
Find - On Internet...
Edit Menu

Ctrl + H


Microsoft Word 2013 (Windows)
Open traditional find and replace window
Search and Replace

Ctrl + H


Qt Creator (Windows)
Lay out horizontally
Editor

Ctrl + H


Qt Creator (MacOS)
Lay out horizontally
Editor

Ctrl + H


Linux Mint (Linux)
Show hidden files
File Manager (Nemo) - Change the View

Ctrl + H


Sonar 2015 (Windows)
Hide selected tracks
Track View

Ctrl + H


Autodesk Maya 2015 (Windows)
Hide Selection
Display hotkeys

Ctrl + H


Access 2010 (Windows)
(Find and) Replace dialog box
The Rest - Find and Replace

Ctrl + H


Notepad++ 6 (Windows)
Launch Find / Replace Dialog
Search menu

Ctrl + H


Autodesk Maya 2015 (Windows)
Display coarser subdivision surface level
Modeling

Ctrl + H


Adobe Photoshop CS5 (Windows)
Show/Hide selection on selected type
Select and Edit text

Ctrl + H


Microsoft Excel 2010 (Windows)
Display the Find and Replace dialog box (with Replace selected).
Navigate Inside Worksheets

Ctrl + H


FreeMeta (Windows)
View software working history.
FreeMeta software all shortcut keys

Ctrl + H


Microsoft Outlook 2016 (Windows)
Find and replace text, symbols, or some formatting commands. Works in the Reading Pane on an open item
Search

Ctrl + H


Clink (Windows)
backward-delete-char
BASH (GNU Readline) Line Editing

Ctrl + H


Google Slides (Windows)
Find and replace
General Slides Shortcuts

Ctrl + H


Access 2016 (Windows)
Open Replace tab in dialog box
Database Operation

Ctrl + H


Microsoft Edge Browser (Windows)
Open history pane
Navigation

Ctrl + H


Microsoft Visio 2016 (Windows)
Replace Shape
Select Various Tool/Shape Shortcuts

Ctrl + H


Android Studio (Windows)
Find and Replace
Text Basic Shortcuts

Ctrl + H


Adobe After Effects CC (Windows)
Replace selected Footage item
Footage

Ctrl + H


Microsoft PowerPoint 2016 (Windows)
Replace particular text
Edit and General Text Operations

Ctrl + H


Corel VideoStudio X9.5 (Windows)
Home
Navigation/Direction Shortcuts

Ctrl + H


Autodesk Maya 2017 (Windows)
Hide Selection
Display hotkeys

Ctrl + H


Autodesk Maya 2017 (Windows)
Display coarser subdivision surface level
Modeling

Ctrl + H


ArchiCAD 20 (Windows)
Stretch
Edit Menu Commands

Ctrl + H


InDesign CC (Windows)
Frame edges
View Menu Shortcuts

Ctrl + H


ArchiCAD 20 (Windows)
Find and Replace
Edit Commands(Text)

Ctrl + H


Hexagon 2 (Windows)
Hide selection
General Shortcuts

Ctrl + H


Zoho Sheet (Windows)
Replace
Actions

Ctrl + H


Microsoft Word 2016 (Windows)
Replace particular text
Text Editing/Graphics editing Operations

Ctrl + H


GIMP (Linux)
Anchor Layer
Layer

Ctrl + H


Adobe Photoshop CC (Windows)
Extras
Manage Views

Ctrl + H


Autodesk Inventor 2017 (Windows)
REPLACE COMPONENT / Replaces one assembly component with another component
Assembly

Ctrl + H


AutoCAD 2016 (MacOS)
Toggles PICKSTYLE on and off.
Toggles

Ctrl + H


Apple Photos (Windows)
Hide iPhoto
General

Ctrl + H


AutoCAD 2016 (Windows)
Toggles PICKSTYLE
General

Ctrl + H


GIMP (Windows)
Anchor Layer
Layer Shortcuts

Ctrl + H


Autodesk 3ds Max 2017 (Windows)
Place highlight
General user interface

Ctrl + H


Ace Projects (Windows)
Replace
Find and Replace

Ctrl + H


Mac OS Sierra 10.12 (MacOS)
Delete the character to the left of the insertion point. Or use Delete.
Document Shortcuts

Ctrl + H


AutoCad Architecture 2017 (Windows)
Pickstyle
Alphabest combination

Ctrl + H


Act! CRM (Windows)
Record history
Activity Shortcuts

Ctrl + H


Adobe Photoshop CC (Windows)
Hide/Show selection on selected type
Select and Edit Text

Ctrl + H


Autodesk 3ds Max 2017 (Windows)
Local select subobject by name
Subobjects

Ctrl + H


Sublime Text (Linux)
Replace
Find and Replace Shortcuts

Ctrl + H


Microsoft Excel 2016 (Windows)
Display the find and replace dialog box (with replace selected)
Find and Replace

Ctrl + H


Eclipse Helios (MacOS)
Open Search Dialog
Find and Replace Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Search on Apache.org
Apache Shortcut

Ctrl + H


TextMate 2 (MacOS)
Documentation
HTML Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Documentation
JavaScript Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Documentation
CSS Shortcuts

Ctrl + H


TextMate 2 (MacOS)
Documentation
PHP Shortcuts

Ctrl + H


JetBrains PyCharm (Windows)
Type Hierarchy
Navigation

Ctrl + H


IntelliJ (MacOS)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


Sketch 3 (MacOS)
Toggle Selection Handling
Canvas View

Ctrl + H


JetBrains RubyMine (Windows)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


JetBrains RubyMine (MacOS)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


JetBrains RubyMine (Linux)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


JetBrains AppCode (MacOS)
Type Hierarchy
Navigation Controls

Ctrl + H


JetBrains PyCharm (MacOS)
Type Hierarchy
Navigation Shortcuts

Ctrl + H


Red Hat Enterprise (Linux)
Opens the browsing history
Web Browser

Ctrl + H


Zimbra Collaboration Suite 8 (Windows)
Switch between HTML and Text Formats
Edit Appointment Form

Ctrl + H


Bash (Linux)
Delete Character From Left
Editing

Ctrl + H


Autodesk Mudbox 2017 (Windows)
Hide All Curves
Curve

Ctrl + H


Adobe Dreamweaver (Windows)
Replace in Current Document
Find and Replace

Ctrl + H


Autodesk Mudbox 2017 (Windows)
Hide All Curves
Display

Ctrl + H


Daz 3D Bryce 7 (Windows)
Toggle Hierarchy for Selected Object
Advance Motion Lab

Ctrl + H


Daz 3D Carrara 8 (Windows)
Hide Application
Application - Windows

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Edit Move Navigation - Stencil

Ctrl + H


ZBrush 4 (Windows)
View Mask
Edit Move Navigation - Masking

Ctrl + H


jEdit (Windows)
Find Previous
Search and Replace

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Inner Ring Actions - Stencil

Ctrl + H


Blender 3D (Windows)
Bring up Options Menu for It
General Editing

Ctrl + H


ZBrush 4 (Windows)
View Mask
Inner Ring Actions - Masking

Ctrl + H


Daz 3D Carrara 8 (Windows)
Hide Application
Spline Modeler - Windows

Ctrl + H


Microsoft PowerPoint 2016 (MacOS)
Hide the pointer on mouse move
Slide shows

Ctrl + H


Corel PhotoPaint X6 (Windows)
Marquee Visible
Mask Menu

Ctrl + H


Opera (Windows)
Hide Opera
System

Ctrl + H


HTML-Kit (Windows)
Replace Specified Text
87 Shortcuts for HTML-Kit (Windows)

Ctrl + H


DAZ Studio (Windows)
Replace and find next
Script Commands

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Sculpting Brushes - Stencil

Ctrl + H


ZBrush 4 (Windows)
View Mask
Sculpting Brushes - Masking

Ctrl + H


Corel Ventura 10 (Windows)
Show Tabs and Returns
Zoom and View

Ctrl + H


Corel Draw X8 (Windows)
Force justification
Text Formatting

Ctrl + H


Daz 3D Carrara 8 (Windows)
Hide Application
Vertex Modeler - Windows

Ctrl + H


Corel Quattro Pro X8 (Windows)
Open Find/Replace Dialog Box
Excel Compatibility Keys

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
3D Models - Stencil

Ctrl + H


ZBrush 4 (Windows)
View Mask
3D Models - Masking

Ctrl + H


Kingsoft Spreadsheets 2016 (Windows)
Display Replace Dialog Box
Display Various Objects

Ctrl + H


Kingsoft Writer 2016 (Windows)
Replace
Display Various Objects and Dialog Box

Ctrl + H


Brackets (Windows)
Replace
99 Shortcuts for Brackets (Windows)

Ctrl + H


Forte (Windows)
Get New Headers in Desks
Main Browser Window

Ctrl + H


Kingsoft Presentation 2016 (Windows)
Display Go to Dialog Box
Files and Other Shortcuts

Ctrl + H


Poser Pro (Windows)
Hide figure
Figure

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
ZSpheres - Stencil

Ctrl + H


Chief Architect (Windows)
Edit Area Tools - Edit Area
Other Shortcuts

Ctrl + H


ZBrush 4 (Windows)
View Mask
ZSpheres - Masking

Ctrl + H


WinSCP 5 (Windows)
Open home directory
Navigation

Ctrl + H


Krita Painting 3 (Windows)
Display selection
Painting

Ctrl + H


TradeStation (Windows)
Replace
Editor Shortcuts

Ctrl + H


MetaTrader MT4 (Windows)
Show/Hide OHLC Line
Miscellaneous Shortcuts

Ctrl + H


vSphere Client (Windows)
New Host
New Item

Ctrl + H


Amarok (Windows)
Shuffle
General Shortcuts

Ctrl + H


Forte (Windows)
Insert Header from Original Message
Composition Window

Ctrl + H


MOTU Digital Performer 9 (Windows)
Heal
Editing

Ctrl + H


ZBrush 4 (Windows)
Show/hide Stencil
Canvas and 2.5D - Stencil

Ctrl + H


VideoPad Video Editor (Windows)
Hide videopad
Videopad

Ctrl + H


CA Client Automation (Windows)
Replace
Edit Menu

Ctrl + H


ZBrush 4 (Windows)
View Mask
Canvas and 2.5D - Masking

Ctrl + H


Groove Music (Windows)
Shuffle On/Off
Music Play

Ctrl + H


Libreoffice Writer (Windows)
Find and Replace
General

Ctrl + H


XYplorer (Windows)
Hotlist...
General Shortcuts

Ctrl + H


Maxthon (Web Application)
Toggle the History sidebar
Sidebar / Explorer Bar

Ctrl + H


Teamcenter (Windows)
Other
New Creation

Ctrl + H


Pegasus Mail (Web Application)
Toggle between the Raw and Message views
Message Reader

Ctrl + H


PotPlayer (Windows)
Remove Color Blocks On/Off
Standard Keyboard Controls

Ctrl + H


Jetbrains CLion (Windows)
Type hierarchy
Navigation Shortcuts

Ctrl + H


Siemens NX 11 (Windows)
Edit Section
View Menu

Ctrl + H


Aptana Studio 3 (Windows)
Replace
Find and Replace

Ctrl + H


Sierra Chart (Windows)
New/Open Historical Chart
File Menu

Ctrl + H


MPS 2017 (Windows)
Browse hierarchy for the selected class class
Navigation between Source Code

Ctrl + H


Visual Studio Code (Windows)
Replace
Search and Replace

Ctrl + H


Xamarin Studio (MonoDevelop) (Windows)
Replace
Search

Ctrl + H


Titanium (MacOS)
Show Find Dialog
Search

Ctrl + H


Quickbooks Desktop (Windows)
Show History (for Accounts Payables / Accounts Receivables transactions)
Account Register Shortcuts

Ctrl + h


ProRealTime (Windows)
Reduce All Windows to System Tray
Windows

Ctrl + H


Pencil2D (Windows)
Reset Zoom
57 Shortcuts for Pencil2D (Windows)

Ctrl + H


Pencil2D (Windows)
Reset Rotate
57 Shortcuts for Pencil2D (Windows)

Ctrl + H


Tableau (Windows)
Switch in and out of Presentation Mode
General

Ctrl + H


Soundforge (Windows)
Show or hide the effect automation parameters
Plug-In Chain

Ctrl + H


Gnumeric (Windows)
Opens the Search and Replace dialog where you can search through your spreadsheets for text strings and replace them with something else
21 Shortcuts for Gnumeric (Windows)

Ctrl + H


GeoModeller3D (Windows)
Create hinge line data
2D Structural Data

Ctrl + H


Rhino (Windows)
Hide
Default Shortcuts

Ctrl + H


Delphi 10 (Windows)
Replace Dialog
193 Shortcuts for Delphi 10 (Windows)

Ctrl + H


Sculptris (Windows)
Unhide All
Miscellaneous Shortcuts

Ctrl + H


Putty (Windows)
Same as backspace
16 Shortcuts for Putty (Windows)

Ctrl + H


TurboCAD (Windows)
Pick Hyperlink
171 Shortcuts for TurboCAD (Windows)

Ctrl + H


Vegas Pro 14 (Windows)
Remove current media from Trimmer history
Trimmer Shortcuts

Ctrl + H


Vivaldi
History
Window

Ctrl + H


Titanium (Windows)
Show Find Dialog
Search

Ctrl + H


OpenSCAD (MacOS)
Delete previous char
Navigation Shortcuts

Ctrl + H


Alphacam (Windows)
Change
Regular Commands

Ctrl + H


FlashFXP (Web Application)
Go up one level to the parent directory
54 Shortcuts for FlashFXP (Web Application)

Ctrl + H


Exact Audio Copy
Shuffle
Edit menu

Ctrl + H


CuteFTP (Windows)
Launch internal HTML editor
General

Ctrl + H


mpv
Cycle hardware decoding
Misc

Ctrl + H


App Maker
Global Search
Global shortcuts

Ctrl + H


Xyplorer
Show Histogram
Other Shortcuts

Ctrl + H


Geany (Windows)
Replace
Editting

Ctrl + H


Geany (Linux)
Replace
Editting

Ctrl + H


PSPad (Windows)
Replace... - Replace text with other text
Search

Ctrl + H


Wordfast Pro (Windows)
Find / Replace
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + F / Ctrl + H


SAP Web IDE (Windows)
Find and replace
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + H


KiCad 5.0.2
Add global label
EE Schema

Ctrl + H


Ulead PhotoImpact 8 (Windows)
Opens the Fadeout dialog box
Edit Menu

Ctrl + H


FEKO (Windows)
Show/hide item in 3D view (select from 3D view or tree)
General Functions in CADFEKO

Ctrl + H


FEKO (Linux)
Show/hide item in 3D view (select from 3D view or tree)
General Functions in CADFEKO

Ctrl + H


PhotoFiltre (Windows)
Image size
Others

Ctrl + H


Maxwell Render (Windows)
Hide/unhide
Object

Ctrl + H


Roblox Studio
Find and replace
Scripting

Ctrl + H


GibbsCAM (Windows)
Home
View Menu

Ctrl + H


Assetto Corsa
Show/hide apps
In-game

Ctrl + H


Modo (Windows)
Hide invert (toggle state)
Hide/Lock Geometry

Ctrl + H


SpaceClaim (Windows)
Hide object
71 Shortcuts for SpaceClaim (Windows)

Ctrl + H


gEDA (Linux)
Toggle plating of a via. Used to produce non metalized mounting holes
Other Important Shortcuts

Ctrl + H


WinRAR
File list - Flat folders view
Options menu

Ctrl + H


Ableton Live 9 (Windows)
Hide Live
Working with Sets and the Program

Ctrl + H


Affinity Photo
Hide Workspace
Workspace

Ctrl + H


MyPaint (Windows)
Show help
Show Help Menu

Ctrl + H


FlightGear
Toggle heading hold
Autopilot related

Ctrl + H


KeyCreator (Windows)
Zoom Half
View Shortcuts

Ctrl + H


BricsCAD (Windows)
Toggle svalue of the PICKSTYLE system variable, which controls the selection of groups and associative hatches
Other Shortcuts

Ctrl + H


BricsCAD (Linux)
Toggle svalue of the PICKSTYLE system variable, which controls the selection of groups and associative hatches
Other Shortcuts

Ctrl + H


Altium Designer (Windows)
Find and replace text
Schematic Editor Only Shortcuts

Ctrl + H


ComplyPro 2017B (Windows)
Edit - Heading Text
In Grid View

Ctrl + H


Aspire (Windows)
Create Mirror Copy Horizontally
Mirror Shortcuts

Ctrl + H


VCarve Pro (Windows)
Create Mirror Copy Horizontally
Mirror

Ctrl + H


Altium Designer (Windows)
Select connected copper
PCB Editor Only Shortcuts

Ctrl + H


LDCad
Undo the last selection hide
Editor

Ctrl + H


FlexiSign Pro 8.1 (Windows)
RIP and Print
Miscellaneous Shortcuts

Ctrl + H


SuperMemo (Windows)
Add HTML Note
129 Shortcuts for SuperMemo (Windows)

Ctrl + H


Tableau (Mac)
Switch in and out of Presentation Mode
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + H


Tableau
Switch in and out of Presentation Mode
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + H


Adobe Illustrator
Show document template
View artwork

Ctrl + H


Lacerte
Open Calendar
Clients, Detail, Forms and Diagnostics screens

Ctrl + H


Google Chrome
Open the History page in a new tab
Feature shortcuts

Ctrl + H


TextMate
Search on apache.org
Apache

Ctrl + H


Altium Designer (Windows)
Find and replace text
Common Shortcuts

Ctrl + H / Ctrl + R)


Ubuntu
Display hidden files in file manager
New shortcuts

Ctrl + H


AutoCAD
Toggle Pick Style
Toggle General Features

Ctrl + H


Claws Mail
Delete a character backward
Compose window

Ctrl + H


draw.io
Reset view
Navigate & view

Ctrl + H


Siemens NX
Edit section
View menu

Ctrl + H


Winamp
Show recently played files/streams
General

Ctrl + H


QuickBooks Desktop
Transaction history (used inside a transaction)
Editing Transactions/List

Ctrl + H


Tibia
Get online help for the client
Help and Report Functions

Ctrl + H


Shotcut (Mac)
Toggle Hide track
Timeline

Ctrl + H


Shotcut
Toggle Hide track
Timeline

Ctrl + H


Ace Editor
Replace
Find / replace

Ctrl + H


Nimbus Note
Insert horizontal rule
Formatting

Ctrl + H


Quicken 2018
Replace a transaction
Register and Write Checks

Ctrl + H


Evernote for Windows
Replace Within Note
Note Editor

Ctrl + H


Adobe Bridge CC
Hide
File menu

Ctrl + H


ArtRage Studio Pro
Hide ArtRage Window
Window Commands

Ctrl + H


PyCharm 2018.2
Browse hierarchy for the selected class class.
Navigation in source code

Ctrl + H


Confluence
Find / Replace
Editor

Ctrl + H


Aegisub
Find and replace words in subtitles
Default

Ctrl + H


Bash (Unix shell)
Delete the character before the cursor
Deleting text

Ctrl + H


ActivePresenter 7
Replace
Find

Ctrl + H


Bluebeam Revu
Split view horizontal
Viewing

Ctrl + H


Grafana
Hide row controls
Dashboard

Ctrl + H


PaintShop Pro 2018
Selections modify feather
Shortcuts with Ctrl

Ctrl + H


Unreal Engine
Unhide all hidden objects
Level editor

Ctrl + H


jEdit
Find previous.
Search and replace

Ctrl + H


Windows PowerShell ISE
(Script pane) Replace in Script
Editing text

Ctrl + H


Don't Starve (PC)
Hide HUD
General

Ctrl + H


Metapad
Replace
File format

Ctrl + H


Microsoft Word 2016
Replace text, specific formatting, and special item.
Find, replace, and go to specific items

Ctrl + H


Atom (Windows)
native!
All shortcuts

Ctrl + H


Microsoft FrontPage
Replace text or HTML on a Web page.
Work with and manage Web pages

Ctrl + H


LightWave 3D
Polygons selection mode
Modeler: General

Ctrl + H


MyPaint
Show contextual help
Help

Ctrl + H


gedit
Search and Replace
Search

Ctrl + H


Oracle EBS Forms
Help
General

Ctrl + H


PhraseExpress
Open the Find & Replace dialog
General

Ctrl + H


Adobe Photoshop CC
Show/Hide selection on selected type
Selecting and editing text

Ctrl + H


E-Sword
Highlight Scripture
General

Ctrl + H


Komodo Edit
Find and replace
General

Ctrl + H


Chromebook and Chrome OS
Open the History page
Page and web browser

Ctrl + H


NetBeans
Replace in file
Finding, searching, and replacing

Ctrl + H


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

Ctrl + H


Comodo IceDragon
History sidebar
View History

Ctrl + H


Microsoft Visual Studio 2017 (All shortcuts)
Timeline.Hide (Blend only)
XAML UI Designer

Ctrl + H


Brackets
Replace
General

Ctrl + H


IntelliJ IDEA (Windows, Linux)
Type hierarchy
Navigation

Ctrl + H


PSPad
Replace...
Search

Ctrl + H


Microsoft PowerPoint (Slideshows)
Hide the pointer and navigation button immediately
Control your slide show during the presentation

Ctrl + H


Mp3tag
Add directory
General

Ctrl + H


WinHex
Replace text
Search menu

Ctrl + H


Zim
Find and Replace
General

Ctrl + H


GIMP
Anchor layer
Layers

Ctrl + H


LibreOffice
Calls the Find & Replace dialog
Controlling documents and windows

Ctrl + H


LibreOffice Writer
Find and Replace
General

Ctrl + H


Google Sheets (Android)
Find and replace
Common actions

Ctrl + H


Google Sheets
Find and replace
Common actions

Ctrl + H


WriteMonkey
Find and replace
Find & Replace

Ctrl + H


Tekla Structures 20
Phase manager
Modeling

Ctrl + H


Basecamp
Delete backward
Editing

Ctrl + H


FocusWriter
Find and replace
General

Ctrl + H


Qt Creator
Lay out horizontally
Editing

Ctrl + H


Maple
Backspace (to Left of Cursor)
Command line interface

Ctrl + H


Freemind
Export branch to HTML
File commands

Ctrl + H


Sublime Text
Replace
Find/Replace

Ctrl + H


Clementine
Shuffle playlist
Playlists

Ctrl + H


Maxthon
Toggle the History sidebar
Sidebar / Explorer Bar

Ctrl + H


WPS Office
Displays the Replace dialog box
General

Ctrl + H


Microsoft Access 2016
Open the Replace tab in the Find and Replace dialog box (Datasheet view and Form view only)
Find and replace text or data

Ctrl + H


Python IDLE for Windows
Open a search dialog box for searching files
Edit menu

Ctrl + H


Visual Studio Code (Windows)
Replace
Search and replace

Ctrl + H


Visual Studio Code (Linux)
Replace
Search and replace

Ctrl + H


WinMerge
Replace text (opens Replace dialog)
Find and replace

Ctrl + H


Krita 3.0
Display selection
Painting

Ctrl + H


Eclipse
Search Workspace (Java search, Task search, and File search)
Search and replace

Ctrl + H


VLC Media Player
Hide Control
Movie navigation

Ctrl + H


IrfanView
Original size (reset zoom)
View and zoom

Ctrl + H


Delphi
Replace Dialog
General

Ctrl + H


Microsoft Internet Explorer 11
View history
Favorites, history and feeds

Ctrl + H


Outlook 2016 and Outlook 2013
Find and replace text, symbols, or some formatting commands when in the Reading pane or in an open item
Search

Ctrl + H


Blender
Hooks menu
Editing mode

Ctrl + H


CoffeeCup HTML Editor
Replace
Edit

Ctrl + H


WinSCP
Open home directory
Navigation

Ctrl + H


PuTTY
Same as backspace
Ctrl key bouund

Ctrl + H


Firefox Quantum
History sidebar
History

Ctrl + H


Zimbra Web Client
HTML / text format
Edit appointment

Ctrl + H


PeaZip
Display history
Navigation

Ctrl + H


Notepad++
Launch find and replace dialog
Search menu

Ctrl + H


Paint.NET
Rotate 90° (clockwise)
Image menu

Ctrl + H


Skype
Open Help in default browser
Skype for Windows 10

Ctrl + H


Opera
Hide Opera
System keys

Ctrl + H


Joomla
Admin Control Panel
Joomla! Keyboard Master (extension)

Ctrl + H


Everything
Show all search history
General keyboard shortcuts

Ctrl + H


Adobe Acrobat Reader DC
Toggle Reading Mode (hide menu bar and toolbar)
Change view

Ctrl + H


Android Studio
Open type hierarchy
Navigating and searching

Ctrl + H


Notepad
Replace
Editing

Ctrl + H


Microsoft Groove
Shuffle on or off
General

Ctrl + H


Windows Calculator
Turn calculation history on or off
General

Ctrl + H


SQL Server Management Studio (SSMS)
Display the Replace dialog box
Search

Ctrl + H


Microsoft Excel 2016
Displays the Find and Replace dialog box, with the Replace tab selected
CTRL combination shortcut keys

Ctrl + H


Windows Media Player 11
Turn shuffle on or off
Play music with shortucts

Ctrl + H


Mozilla Thunderbird
Find and replace text in current message
Editing message text

Ctrl + H


Wordpad
Replace text in a document
General

Ctrl + H


Microsoft Edge
Open history pane
General

Ctrl + H


Windows 10 Maps
Share
General

Ctrl + H


Notepad2
Replace
Find and replace

Ctrl + H


Adobe Reader 9 (Windows)
Turn Reading Mode on or off (hide toolbar and menu bar)
Change View

Ctrl + H


Nautilus File Manager 2 (Linux)
Show/hide hidden files
Folder Navigation

Ctrl + H


gedit 2.3 (Linux)
Find and replace text
Search and Replace

Ctrl + H


Clementine Player (Linux)
Shuffle playlist
Playlists

Ctrl + H


Google Earth 5 (Linux)
Find and replace text
Search and Replace

Ctrl + H


IrfanView 4.42 (Windows)
Original size (reset zoom)
View / Zoom

Ctrl + H


Internet Explorer (Windows)
Open History box.
Favorites, History and Search

Ctrl + H


Clementine Player (Windows)
Shuffle playlist
Playlists

Ctrl + H


Microsoft Outlook 2007 (Windows)
Find and replace text, symbols, or some formatting commands within open items. Works in the Reading Pane on an open item.
Shortcuts for Search

Ctrl + H


CA Spectrum Infrastructure Manager (Windows)
Establish Encrypted Communication Session with Selected Device using Secure Shell
13 Shortcuts for CA Spectrum Infrastructure Manager (Windows)

Ctrl + H


Microsoft Excel 2007 (Windows)
Displays the Find and Replace dialog box, with the Replace tab selected.
CTRL Combinations in Excel 2007

Ctrl + H


Adobe After Effects CS5 (Windows)
Replace selected footage item
Footage

Ctrl + H


Adobe Photoshop CS4 (Windows)
Hide selection and planes
Shortcut Keys for using Vanishing Point

Ctrl + H


Windows Media Player 11 (Windows)
Turn shuffle on or off.
Play Music with Shortcuts

Ctrl + H


Windows Media Player 11 (Windows)
Turn shuffle on or off.
Play Videos with Shortcuts

Ctrl + H