Visual Studio 2015 (Windows)

Manage Visual Studio

Diagram

Ctrl + 1

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


Novell Evolution 2 (Linux)
Jump to Mail
Navigation

ctrl + 1


Adobe Reader 9 (Linux)
Zoom to 100%
Zoom Features

Ctrl + 1


Adobe Reader X (Windows)
Zoom to 100%
Zoom Features

Ctrl + 1


Eclipse Helios (Windows)
Open Quick Fix and Quick Assist
Editing Source Code

Ctrl + 1


Microsoft Excel 2010 (Windows)
Format cells dialog.
Work with Data Selections - Format Cells

Ctrl + 1


Unity3D 3 (Windows)
Scene
Window

Ctrl + 1


Microsoft Excel 2003 (Windows)
Displays the Format Cell dialog box
Common

Ctrl + 1


Microsoft OneNote 2010 (Windows)
Apply, mark, or clear the To Do tag.
Tagging Notes

ctrl + 1


Notepad++ 5 (Windows)
1st style
Edit - Jump down

Ctrl + 1


Dolphin File Manager 1.7 (Linux)
View Mode 'Icons'
15 Shortcuts for Dolphin File Manager 1.7 (Linux)

Ctrl + 1


Tekla Structures 14.0 (Windows)
Wire frame
Parts

Ctrl + 1


Phoenix Viewer (Windows)
Focus
Build

Ctrl + 1


Notepad++ 5 (Windows)
1st style
Search - Jump down

Ctrl + 1


Microsoft Excel 2010 (Windows)
Format cells dialog.
Insert and Edit Data - Format Cells

Ctrl + 1


Access 2010 (Windows)
Move selected field to row area
Manage Access Features - Pivot Table

Ctrl + 1


Microsoft Word 2007 (Windows)
Single-space lines.
Character and paragraph formatting Set the line spacing

Ctrl + 1


Opera (Linux)
Switch to 1st tab
Tabs

Ctrl + 1


Tekla Structures 14.0 (Windows)
Reset current
User Coordinate System (UCS) shortcuts

Ctrl + 1


Microsoft Outlook 2010 (Windows)
Switch to Mail
Main Outlook Features

Ctrl + 1


Smartplant Review (Windows)
Toggle display of theMain window
Managing Smartplan Review

Ctrl + 1


Microsoft Excel 2010 (Windows)
Format cells dialog.
Format Data - Format Cells

Ctrl + 1


Sublime Text (Windows)
Focus/ cursor on split pane #1
Split Panes

Ctrl + 1


AutoCAD 2012 (Windows)
Property Palette
Manage Screen

Ctrl + 1


Access 2010 (Windows)
Move selected field to row area
Working with Text and Data - Pivot Table

Ctrl + 1


Adobe Photoshop CS5 (Windows)
Magnify 100%
View Images

Ctrl + 1


Avid Media Composer 7 (Windows)
Audio tool
Tools

Ctrl + 1


Adobe Reader X (Linux)
Zoom to 100%
Zoom Features

Ctrl + 1


Directory Opus (Windows)
Copy files
Operations Toolbar

Ctrl + 1


Microsoft Excel 2010 (Windows)
Format cells dialog.
Formulas and Names - Format Cells

Ctrl + 1


Audacity 2 (Windows)
Zoom in
View Menu

Ctrl + 1


FileMaker Pro (Windows)
Display the Position tab of the Inspector
Layout Mode Shortcuts - Inspector Shortcuts

Ctrl + 1


Microsoft Excel 2013 (Windows)
Open Format Cells dialog with last selection active
Format Cells

Ctrl + 1


Qt Creator (Windows)
Switch to Welcome mode
General

Ctrl + 1


Qt Creator (MacOS)
Switch to Welcome mode
General

Ctrl + 1


Adobe Flash Professional (Windows)
View movie at 100% size
View

Ctrl + 1


Microsoft Word 2013 (Windows)
Set line-spacing to single-space
Format Paragraphs and Apply Styles

Ctrl + 1


Access 2010 (Windows)
Move selected field to row area
Working with Access Views - Pivot Table

Ctrl + 1


Linux Mint (Linux)
Icon view
File Manager (Nemo) - Change the View

Ctrl + 1


Microsoft Excel 2010 (Windows)
Format cells dialog.
The Rest - Format Cells

Ctrl + 1


FileMaker Pro (Windows)
Display the Position tab of the Inspector
Text Shortcuts - Inspector Shortcuts

Ctrl + 1


Skype for Business (Lync) 2016 (Windows)
Move to the Contacts list tab
Main Window

Ctrl + 1


Adobe After Effects CC (Windows)
Open or close Tools Panel
Panels, Viewers, Workspaces, and Windows

Ctrl + 1


Microsoft Outlook 2016 (Windows)
Switch to Mail
Basic Navigation

Ctrl + 1


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with last selection active
Select Cells - General Cell Format

Ctrl + 1


Console2 (Windows)
Switch to tab 1
30 Shortcuts for Console2 (Windows)

Ctrl + 1


Skype for Business (Lync) 2016 (Windows)
In Main Window - As a delegate, transfer a call to someone else’s work number
The Rest

Ctrl + 1 / Ctrl + Shift + 1


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

Ctrl + 1


Microsoft OneNote 2016 (Windows)
Apply, mark, or clear 'To-Do' tag
Tag Notes

Ctrl + 1


FileMaker Pro (Windows)
Display the Position tab of the Inspector
Database Management Shortcuts - Inspector Shortcuts

Ctrl + 1


Access 2010 (Windows)
Move selected field to row area
The Rest - Pivot Table

Ctrl + 1


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with last selection active
Format Cells - General Cell Format

Ctrl + 1


Corel Painter 2017 (Windows)
Colors
Panel Commands

Ctrl + 1


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with last selection active
Formulas - General Cell Format

Ctrl + 1


Finale (Windows)
Custom zoom 1
View Menu

Ctrl + 1


InDesign CC (Windows)
Actual Size
View Menu Shortcuts

Ctrl + 1


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with last selection active
Manage Workbooks - General Cell Format

Ctrl + 1


Wondershare Editor (Windows)
Import media files
File/Project

Ctrl + 1


Dynamics GP 2015 (Windows)
Home
Tools Shortcuts

Ctrl + 1


Apple Photos (Windows)
Assign zero stars to a photo
Rating photos

Ctrl + 1


Wondershare Editor (Windows)
Switch to Media Library
Media/ Resource library

Ctrl + 1


Adobe Photoshop CC (Windows)
Zoom to 100%
Manage Views

Ctrl + 1


AutoCAD 2016 (Windows)
Toggles Properties palette
General

Ctrl + 1


Microsoft Excel 2016 (Windows)
Open Format Cells dialog with last selection active
Excel Auto Tables and Data Forms - General Cell Format

Ctrl + 1


Silhouette Studio (Windows)
Fit to window
General

Ctrl + 1


CyberLink PhotoDirector 8 (Windows)
Set label as red
Operational

Ctrl + 1


AutoCad Architecture 2017 (Windows)
Properties palette
Numeric Shortcut

Ctrl + 1


Todoist (Web Application)
Inbox
Navigation Shortcuts

Ctrl + 1


Adobe Animate CC (Windows)
Full Size View
View Shortcuts

Ctrl + 1


Adobe XD (Experience Design) (Windows)
100%
View Menu

Ctrl + 1


jEdit (Windows)
Remove All Split
View

Ctrl + 1


jEdit (Windows)
Go to Line Number
Moving the Caret

Ctrl + 1


Adobe RoboHelp (Windows)
Project Manager
Display Various Objects

Ctrl + 1


DAZ Studio (Windows)
Wire Bounding Box
Draw Style Commands

Ctrl + 1


Daz 3D Bryce 7 (Windows)
Create
Palettes and Labs

Ctrl + 1


Daz 3D Bryce 7 (MacOS)
Create
Palettes and Labs

Ctrl + 1


Chief Architect (Windows)
3D View Defaults
View Mode

Ctrl + 1


Steinberg Cubase 9 (Windows)
Workspace 1
Workspace

Ctrl + 1


Opera (MacOS)
Open "Search" panel
Panel

Ctrl + 1


Opera (Windows)
Open "Search" panel
Panel

Ctrl + 1


Microsoft Outlook 2016 (MacOS)
Flag the selected item for follow up, with Today as Due Date
Flag messages, contacts, and tasks for follow up

Ctrl + 1


Corel Quattro Pro X8 (Windows)
Open Format Selection Dialog Box
Excel Compatibility Keys

Ctrl + 1


Steinberg Cubase 9 (Windows)
Set marker 1
Transport

Ctrl + 1


Kingsoft Spreadsheets 2016 (Windows)
Display Format Cells Dialog Box
Display Various Objects

Ctrl + 1


Adobe Captivate 2017 (Windows)
100%
Magnification

Ctrl + 1


Houdini (Windows)
Single view
Particle/Contex/Scene View

Ctrl + 1


Poser Pro (Windows)
Display > Document style >Silhouette
Display

Ctrl + 1


FxPro (Windows)
Chart Mode OCLH
General Shortcuts

Ctrl + 1


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

Ctrl + 1


Libreoffice Writer (Windows)
Apply Heading 1 paragraph style
General

Ctrl + 1


Pegasus Mail (Web Application)
Quick-move or quick-copy to quickfolder #1
Message Reader

Ctrl + 1


Unity3D 5 (Windows)
Scene
Window

Ctrl + 1


Siemens NX 11 (Windows)
Customize
Tools Menu

Ctrl + 1


eSignal (Windows)
Chart
49 Shortcuts for eSignal (Windows)

Ctrl + 1


ProRealTime (Windows)
Top Movers 1
Display Menu

Ctrl + 1


TVPaint Animation (Windows)
Show Timeline Tab
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + 1


Visual Studio Code (Windows)
Focus into 1st, 2nd or 3rd editor group
Editor Management

Ctrl + 1 / 2 / 3


Sierra Chart (Windows)
Fix Column
SpreadSheet Menu

Ctrl + 1


RStudio (Windows)
Move cursor to source editor
Source

Ctrl + 1


Tableau (Windows)
Show Me!
General

Ctrl + 1


SolidWorks (Windows)
Front
Miscellaneous Shortcuts

Ctrl + 1


RStudio (MacOS)
Move cursor to source editor
Source

Ctrl + 1


RStudio (Windows)
Move focus to Source Editor
Views

Ctrl + 1


Skipper
Arrow (selection tool)
Visual model shortcuts

Ctrl + 1


Solidworks 2019
Front
View commands

Ctrl + 1


ChessBase 13
± White has the upper hand
Commentary symbols

Ctrl + 1


Surfcam (Windows)
Top view
60 Shortcuts for Surfcam (Windows)

Ctrl + 1


Todoist
Inbox
Navigation

Ctrl + 1


Simplify3D
Default view
View menu

Ctrl + 1


Vivaldi
Switch to tab 1
Tab

Ctrl + 1


Dashlane
Switch between Spaces (this feature only works in Dashlane Business)
Application (Windows)

Ctrl + 1


winIDEA
Display Marker 1
Plugin: Analyzer

Ctrl + 1


Modo (Windows)
GL viewport toggles
Pie Menus

Ctrl + 1


Roblox Studio
Select tool
Selecting and Editing Parts

Ctrl + 1


RStudio (Mac)
Move focus to Source Editor
Views

Ctrl + 1


RStudio
Move focus to Source Editor
Views

Ctrl + 1


Maxwell Render (Windows)
New viewport
Window

Ctrl + 1


ArtRage 4.5 5 (Windows)
About ArtRage 2
Menus

Ctrl + 1


GibbsCAM (Windows)
Document Control
Palettes

Ctrl + 1


Affinity Photo
(double click on Zoom Tool icon) (Zoom to) 100%
View

Ctrl + 1


Assetto Corsa
MGU-K energy recovery level (0-100%)
Undocumented shortcuts

Ctrl + 1


Ableton Live 9 (Windows)
Narrow Grid
Grid Snapping And Drawing

Ctrl + 1


Xyplorer
… to <keybs>8</keybs>: Jump to Panel tabs by number
Other Shortcuts

Ctrl + 1


LDView
Front view
General

Ctrl + 1


Foxit Reader (Windows)
Actual Size
30 Shortcuts for Foxit Reader (Windows)

Ctrl + 1


Foxit Reader (Linux)
Actual Size
30 Shortcuts for Foxit Reader (Linux)

Ctrl + 1


WavePad Sound Editor (Windows)
Mark First Position
Move And Select Operations

Ctrl + 1


AVS Video Editor (Windows)
Projects
Central Buttons

Ctrl + 1


GeoGebra
Standard font size, line thickness, and point size
Windows shortcuts

Ctrl + 1


Brave Browser (Windows)
Go to 1st tab
Tabs and Windows

Ctrl + 1


Vectorworks (Windows)
Increase zoom by a factor of 2
Other Shortcuts

Ctrl + 1


IPython Shell
Clear terminal screen
Miscellaneous

Ctrl + 1


BricsCAD (Windows)
Toggles the properties bar
Other Shortcuts

Ctrl + 1


BricsCAD (Linux)
Toggles the properties bar
Other Shortcuts

Ctrl + 1


DraftSight (Windows)
Turns the Properties Palette On/Off
37 Shortcuts for DraftSight (Windows)

Ctrl + 1


BobCAD (Windows)
View Top
22 Shortcuts for BobCAD (Windows)

Ctrl + 1


Substance Painter
Select Paint tool + Particles
General

Ctrl + 1


Balsamiq Mockups (Windows)
Zoom to Actual Size
Views

Ctrl + 1


TopSolid (Windows)
Fit Screen Zoom
Part Clamping

Ctrl + 1


KeyCreator (Windows)
Top CPlane
CPlane

Ctrl + 1


Adobe Illustrator
Magnify 100%
View artwork

Ctrl + 1


Google Chrome
...through Ctrl + 8.  Jump to a specific tab
Tab and window shortcuts

Ctrl + 1


Tableau
Show Me!
Authoring views (Tableau Desktop)

Ctrl + 1


JS Bin
Toggle HTML panel
Showing and hiding panels

Ctrl + 1


GitHub Desktop
Changes
View menu

Ctrl + 1


Evolution
Mail
Global - Components

Ctrl + 1


Ableton Live 10
Narrow Grid
Grid Snapping and Drawing

Ctrl + 1


AutoCAD
Property Palette
Manage Screen

Ctrl + 1


HitFilm
Switch to home screen
General

Ctrl + 1


QuickBooks Desktop
Product Information Screen
Opening Windows/List

Ctrl + 1


Siemens NX
Customize
Tools menu

Ctrl + 1


Feedreader
Show headlines ungrouped
General

Ctrl + 1


ArtRage Studio Pro
About ArtRage…
Panel Commands

Ctrl + 1


Adobe Lightroom Classic
… to <keybs>7</keybs>: Open/close right panels, Slideshow, Print, and Web modules, top to bottom
Working with panels

Ctrl + 1


Adobe Bridge CC
*
Label menu

Ctrl + 1


Autodesk Revit
PROPERTIES; TOGGLE PROPERTIES PALETTE / Toggles the Properties palette.
View

Ctrl + 1


Total War: Attila
Create unit group 1
Battles: Unit / group

Ctrl + 1


Alteryx
… to <keybs>5</keybs>: Jump in or out
Zoom in and out of the workflow

Ctrl + 1


YouTube Studio
Fit to screen
General

Ctrl + 1


Aegisub
Jump the video to the start frame of current subtitle
Default

Ctrl + 1


NoxPlayer
Keyboard control
General

Ctrl + 1


Unity
Scene
Window

Ctrl + 1


Bluebeam Revu
Switch view
Viewing

Ctrl + 1


jEdit
Remove all splits.
Views

Ctrl + 1


Gravit Designer
Magnification 100%
View

Ctrl + 1


Adobe Animate CC (Windows)
View movie at 100% size
View

Ctrl + 1


Adobe Dimension CC (Windows)
Switch to Home View
View menu

Ctrl + 1


Atom (Windows)
(Source: Tree View) tree-view:open-selected-entry-in-pane-1
All shortcuts

Ctrl + 1


CorelDRAW Graphics Suite 2018
Place Inside Container...
General

Ctrl + 1


Nuance Power PDF
Zoom to actual size
Zoom

Ctrl + 1


Windows PowerShell ISE
Move Script Pane Up
Customizing the view

Ctrl + 1


Metapad
DOS text (CR+LF)
File format

Ctrl + 1


Heroes of the Storm
Select talent 1
General

Ctrl + 1


Matlab
Command history
General

Ctrl + 1


Virtual DJ 2018
Set cue 1
General

Ctrl + 1


PDF-XChange Editor
Set the zoom level to 100% and show document pages at their actual size.
General

Ctrl + 1


Xodo
… to <keybs>5</keybs>: Change ink tab
Navigating

Ctrl + 1


Corel Painter
Colors
Panel commands

Ctrl + 1


Adobe Photoshop CC
... to <keybs>5</keybs>: (Filmstrip mode) Add 1 - 5 star rating
Using the Camera Raw dialog box

Ctrl + 1


Clip Studio Paint Pro
Snap to Ruler [PRO/EX]
View menu

Ctrl + 1


Adobe Premiere Pro (Windows)
Add Clip Marker
Timeline panel

Ctrl + 1


Microsoft Word 2016
Single-space lines.
Set line spacing

Ctrl + 1


Chromebook and Chrome OS
(… to <keybs>Ctrl</keybs> + 8) Go to tabs 1-8 in the window
Tabs and windows

Ctrl + 1


WavePad
Mark First Position
Move and Select Operations

Ctrl + 1


Adobe XD (Windows)
100%
-View menu

Ctrl + 1


Comodo IceDragon
to 8   Select Tab 1 to 8
Windows and Tabs

Ctrl + 1


GIMP
Open recent image 01
File

Ctrl + 1


Zim
Make selected text a heading
General

Ctrl + 1


Tekla Structures 20
Reset current
User Coordinate System (UCS)

Ctrl + 1


LibreOffice Calc
Open Format Cells dialog
Formatting cells

Ctrl + 1


LibreOffice Writer
Apply Heading 1 paragraph style
General

Ctrl + 1


WriteMonkey
Quick mark all
Find & Replace

Ctrl + 1


REAPER
Markers: Add/move marker 1 to play/edit cursor
Section: Main

Ctrl + 1


Qt Creator
Switch to Welcome mode
General

Ctrl + 1


Microsoft Visual Studio 2017 (All shortcuts)
XsdDesigner.ShowStartView
XML Schema Designer

Ctrl + 1


Maple
Zoom Factor...75%
Menu accelerators

Ctrl + 1


FocusWriter
Go to first document
General

Ctrl + 1


Git Tower (Windows)
Show Working Copy view
Moving between views

Ctrl + 1


Multi Commander
Go to Quick Path #1
File manager-specific

Ctrl + 1


Sublime Text
... to <keybs>4</keybs>: Jump to group 1-4
Split window

Ctrl + 1


WPS Office
Displays the Format Cells dialog box
General

Ctrl + 1


Guitar Pro
... to <keybs>4</keybs>: Voices
Edit

Ctrl + 1


Accounting CS
Fit page
Navigating and special functions

Ctrl + 1


IrfanView
... to <keybs>9</keybs>: Move forward 1 - 9 images in current directory
Browsing between images

Ctrl + 1


PlayerUnknown's Battlegrounds
... to <keybs>4</keybs>: Switch seat
Vehicle

Ctrl + 1


WinMerge
Toggle Bookmark 1
Bookmarks

Ctrl + 1


Eclipse
Open quick fix and quick assist
Editing source code

Ctrl + 1


Visual Studio Code (Linux)
Focus into first group
Editor management

Ctrl + 1


Visual Studio Code (Windows)
Focus into first group
Editor management

Ctrl + 1


Outlook 2016 and Outlook 2013
Switch to Mail view
Basic navigation

Ctrl + 1


Microsoft Excel 2016
Displays the Format Cells dialog box
CTRL combination shortcut keys

Ctrl + 1


Slack
(...to <keybs>9</keybs>) Switch to a specific team (you can see assigned number under the team icon in your Slack app)
Switch teams

Ctrl + 1


7-Zip
Display items by using large icons
View menu

Ctrl + 1


Notepad++
...<keybs>5</keybs>: Jump down to next text marked. Use <keybs>0</keybs> for default found style
Search menu

Ctrl + 1


PeaZip
...<keybs>8</keybs> Extract to path of 1..8’ favourite (if set)
Extract without confirmation

Ctrl + 1


Microsoft Internet Explorer 11
(... to <keybs>8</keybs>)  Switch to a specific tab number
Tabs

Ctrl + 1


Firefox Quantum
Select tab 1 to 8
Windows and tabs

Ctrl + 1


Paint.NET
... to <keybs>9</keybs>: Switch to image number pressed
Image list and image navigation

Ctrl + 1


GOM Player
Decrease video size
Pan & scan

Ctrl + 1


SQL Server Management Studio (SSMS)
Displays the diagram pane of the Query Designer
Query Designer

Ctrl + 1


Foxit PDF Reader 2.0
Actual Size
View shortcuts

Ctrl + 1


Zimbra Web Client
Heading 1
HTML editor

Ctrl + 1


Everything
Sort by name
General keyboard shortcuts

Ctrl + 1


Adobe Acrobat Reader DC
Zoom to 100%
Zoom features

Ctrl + 1


Wunderlist
Normal view
Windows 10 app

Ctrl + 1


WordPress
Insert heading with specified number. Ctrl+1 adds h1, Ctrl+2 adds h2
Visual Post Editor

Ctrl + 1


Mozilla Thunderbird
Mail & newsgroups home tab (tab 1)
Lightning (calendar add-on)

Ctrl + 1


Audacity
Zoom In
View menu

Ctrl + 1


Microsoft OneNote
Apply, mark, or clear the To Do tag
Tag notes

Ctrl + 1


Wordpad
Set single line spacing
General

Ctrl + 1


SketchUp
Model info
Main window

Ctrl + 1


HeidiSQL
Go to tab 1
Various shortcuts

Ctrl + 1


Microsoft Edge
Switch to a specific tab number
General

Ctrl + 1


Opera
Open "Search" panel
Panel keys: Activation

Ctrl + 1


Adobe Reader 9 (Windows)
Zoom to 100%
Zoom Features

Ctrl + 1


Open Office Writer 3 (Windows)
Apply Heading 1 paragraph style
General OpenOffice Writer Shortcuts

Ctrl + 1


Microsoft Outlook 2007 (Windows)
Switch to Mail.
Basic Navigation

Ctrl + 1


Adobe Fireworks MX (Windows)
100 % Magnification
Using the Fireworks Zoom Feature with Keyboard Shortcuts

ctrl + 1


Nautilus File Manager 2 (Linux)
Toggle icon view
File Management

Ctrl + 1


Adobe After Effects CS5 (Windows)
Open or close Tools panel
Panels, Viewers, Workspaces, and Windows

Ctrl + 1


Microsoft Excel 2007 (Windows)
Format cells dialog.
Format Cells

Ctrl + 1


Microsoft Word 2010 (Windows)
Set line-spacing to single-space
Navigate within Documents - Format Paragraphs

Ctrl + 1


Tupi (Windows)
Go to Animation module
General Shortcuts

Ctrl + 1


Apple XCode 8 (MacOS)
Show Related Items
File Navigation

Ctrl + 1


Microsoft Excel 2007 (Windows)
Displays the Format Cells dialog box.
CTRL Combinations in Excel 2007

Ctrl + 1


Microsoft Word 2010 (Windows)
Set line-spacing to single-space
Edit Documents - Format Paragraphs

Ctrl + 1


Windows Media Player 11 (Windows)
Switch to full mode.
Manage the Media Player Windows

Ctrl + 1


Microsoft Word 2010 (Windows)
Set line-spacing to single-space
Formats - Format Paragraphs

Ctrl + 1


Adobe Photoshop CS4 (Windows)
100% view
Shortcut Keys for using the Adjustments panel

Ctrl + 1


Microsoft Word 2010 (Windows)
Set line-spacing to single-space
Manage Word View - Format Paragraphs

Ctrl + 1


Microsoft Word 2010 (Windows)
Set line-spacing to single-space
Tables - Format Paragraphs

Ctrl + 1


DBeaver 6.0.3
Foreign keys navigation menu
Data viewer

Ctrl + 1


Scrivener 1.9.9
Show text
View

Ctrl + 1


Final Draft 11 (Windows)
Add a Scene Heading paragraph
Element

Ctrl + 1