Visual Studio 2015 (Windows)

Code Snippets (Visual C# Scheme) - Select Text

Select All

Ctrl + A

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


Open Office Writer 3 (Linux)
Select all
Editing

Ctrl + A


Emacs 23.2.1 (Linux)
Jump to beginning / end of the line
Cursor Movement

Ctrl + A / Ctrl + E


Civilization V (Windows)
Attack
Action Hotkeys

Ctrl + a


Microsoft OneNote 2010 (Windows)
Select all items on the current page.
Basic Editing and Formatting

ctrl + a


Adobe Reader 9 (Linux)
Select all
Find and Select

Ctrl + a


Adobe Reader X (Windows)
Select all
Find and Select

Ctrl + A


Eclipse Helios (Windows)
Select all
Select Text

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Managing 'Windows' in Windows 7 - Select Items in File List and Navigation Pane

Ctrl + A


Thunderbird (Windows)
Select all messages
Navigate Messages

Ctrl + A


Thunderbird (Linux)
Select all messages
Navigate Messages

Ctrl + A


Microsoft OneNote 2010 (Windows)
Select all items on the current page. Press ctrl+a more than once to increase the scope of the selection.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + a


Thunderbird (Windows)
Select all text in a message
Compose and Edit Message

Ctrl + A


KDevelop (Linux)
Select all
Editing

Ctrl + A


Thunderbird (Linux)
Select all text in a message
Compose and Edit Message

Ctrl + A


SharpDevelop 4.0 (Windows)
Select all
Standard Editor Shortcuts

Ctrl + A


Firefox (Linux)
Select all, useful to copy and paste text out of webpages
Inside Webpages

Ctrl + A


Firefox (Windows)
Select all, useful to copy and paste text out of webpages
Inside Webpages

Ctrl + A


Unity3D 3 (Windows)
Select all
Editing

Ctrl + a


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Work with Data Selections - Formulas

Ctrl + A


Tally 9.0 (Windows)
Accept a form – wherever you use this key combination, that screen or report gets accepted as it is.
General Shortcuts

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
Manage Access Features - Select and move Fields or Columns

Ctrl + A


Inpage (Windows)
To select all text
For Editing

Ctrl + a


Google Chrome (Windows)
Select all content on webpage
Browse within Webpages

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Windows Explorer - Select Items in File List and Navigation Pane

Ctrl + A


Phoenix Viewer (Windows)
Select All
Edit

Ctrl + A


Microsoft Word 2007 (Windows)
Extend a selection to include the entire document.
Edit and move text and graphics: Extend a selection

Ctrl + A


Inpage (Windows)
To select all objects
For Editing of Objects

Ctrl + a


Google Docs (Windows)
Extend selection to entire document / select all
Select Text

Ctrl + A


Google Chrome (Linux)
Select all content on webpage
Browse within Webpages

Ctrl + A


Microsoft PowerPoint 2003 (Windows)
Slide Show: Mouse pointer to arrow
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
Manage Access Features - Pivot Table

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Windows Admin - Select Items in File List and Navigation Pane

Ctrl + A


Total Commander 8 (Windows)
Select all
Main Shortcuts

Ctrl + a


Vuescan (Windows)
Scan
14 Shortcuts for Vuescan (Windows)

Ctrl + A


Sublime Text (Windows)
Select All
Navigation - Standard Selections

Ctrl + A


Microsoft Excel 2011 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Working in cells or the Formula bar

Ctrl + a


Tekla Structures 14.0 (Windows)
Select all
Modeling shortcuts

Ctrl + a


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Insert and Edit Data - Formulas

Ctrl + A


Sublime Text (Windows)
Select All
Selections - Standard Selections

Ctrl + A


Microsoft Windows 8 (Windows)
Select all
Windows Explorer - Select Items in File List and Navigation Pane

Ctrl + A


Opera (Linux)
Select all
Text Editing

Ctrl + A


Microsoft Windows 7 (Windows)
Select all
Ease of Access and Magnifier - Select Items in File List and Navigation Pane

Ctrl + A


Microsoft Excel 2011 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Formatting and editing data

Ctrl + a


Evernote (Windows)
Select all notes
Note List

Ctrl + a


Oracle SQL Developer 4 (Windows)
Select All
Edit

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
Working with Text and Data - Select and move Fields or Columns

Ctrl + A


Evernote (Windows)
Select All content in the current note
Note Editor

Ctrl + a


Microsoft PowerPoint 2010 (Windows)
Redisplay hidden pointer or change the pointer to an arrow.
Show PowerPoint Presentation with Shortcuts

Ctrl + A


UltraEdit (Windows)
Select All text in the active document
Edit Menu

Ctrl + A


Microsoft Outlook 2010 (Windows)
Select all contacts
Contacts Shortcuts

Ctrl + A


Photoshop Lightroom 4 (Windows)
Select all photos
Comparing photos in the Library module

Ctrl + A


Avid Media Composer 7 (Windows)
Selects all items in the active bin or the Project Window, if selected
Bin Shortcuts

Ctrl + A


AutoCAD 2012 (Windows)
Select all objects
Manage Drawings

Ctrl + A


Microsoft Outlook 2010 (Windows)
Select all items
Tasks Shortcuts

Ctrl + A


Texmaker 4.0.2 (Windows)
Select All
"Edit" menu

Ctrl + A


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Format Data - Formulas

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
Working with Text and Data - Pivot Table

Ctrl + A


Vuescan (Linux)
Scan
12 Shortcuts for Vuescan (Linux)

Ctrl + A


Avid Media Composer 7 (MacOS)
With the Keyframe Position Bar active, this will select all the keyframes.
Effect Mode

Ctrl + A


Avid Media Composer 7 (Windows)
With the Keyframe Position Bar active, this will select all the keyframes.
Effect Mode

Ctrl + A


Adobe Photoshop CS5 (Windows)
Select all pins
Puppet Warp

Ctrl + A


iTunes (Windows)
Deselect all the songs in the list
Edit Menu

Ctrl + A


Avid Media Composer 7 (Windows)
Selects all tracks
Timeline

Ctrl + A


Directory Opus (Windows)
Select all
Edit Menu

Ctrl + A


Presonus Studio One (Windows)
Select all
Edit Menu

Ctrl + A


Audacity 2 (Windows)
Select all
Edit Menu

Ctrl + A


Adobe Reader X (Linux)
Select all
Find and Select

Ctrl + A


HoneyView 5.03 (Windows)
Always on Top:
Other

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
Working with Access Views - Select and move Fields or Columns

Ctrl + A


WinRAR (Windows)
Select all
File Menu

Ctrl + A


Beyond Compare (Windows)
Select all
Edit Menu

Ctrl + A


Pro Tools (Windows)
Select all
Edit Menu

Ctrl + A


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
Formulas and Names - Formulas

Ctrl + A


Microsoft Word 2013 (Windows)
Select all - Extend selection to entire document
Select Text, Move, and Delete Text

Ctrl + A


Axialis IconWorkshop (Windows)
Select all
Edit Menu

Ctrl + A


Qt Creator (Windows)
Select all
General

Ctrl + A


Qt Creator (MacOS)
Select all
General

Ctrl + A


FL Studio (Windows)
Select all
Playlist Action

Ctrl + A


Comsol 5 (Windows)
Select all domains, boundaries, edges, or points; select all cells in a table
Model Tree

Ctrl + A


Comsol 5 (Linux)
Select all domains, boundaries, edges, or points; select all cells in a table
Model Tree

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
Working with Access Views - Pivot Table

Ctrl + A


Adobe Flash Professional (Windows)
Select All
Modifying and editing

Ctrl + A


FileMaker Pro (Windows)
Entire all contents of the active field
Layout Mode Shortcuts - Select Text

Ctrl + A


Qt Creator (Windows)
Select all
Editor

Ctrl + A


Microsoft Excel 2013 (Windows)
Display Formula Window after typing formula name
Formulas

Ctrl + A


Qt Creator (MacOS)
Select all
Editor

Ctrl + A


FileMaker Pro (Windows)
Select all
Layout Mode Shortcuts - Select and Arrange Table and Relationship

Ctrl + A


Linux Mint (Linux)
Select all items
File Manager (Nemo) - Selecting Items

Ctrl + A


Windows 10 Command Prompt (Windows)
Select all text in line (press again to select all text in CMD including complete screen buffer)
Select Text (Expanded with Windows 10)

Ctrl + A


Notepad++ 6 (Windows)
Select All
Edit menu

Ctrl + A


Autodesk Maya 2015 (Windows)
Switches between Attribute Editor or Channel Box
Interfaces

Ctrl + A


FL Studio (Windows)
Select all
Piano Roll Action

Ctrl + A


Microsoft Windows 10 (Windows)
Select all
Select Items in File List and Navigation Pane

Ctrl + A


Adobe Acrobat Pro (Windows)
Select or deselect all files
PDF Portfolios

Ctrl + A / Shift + Ctrl + A


Microsoft Excel 2010 (Windows)
Display Formula Window after typing formula name.
The Rest - Formulas

Ctrl + A


Adobe After Effects CC (Windows)
Select all
Basics

Ctrl + A


Adobe Photoshop CS5 (Windows)
Selects all measurements
Measurement (PS Extended)

Ctrl + A


Access 2010 (Windows)
Select all records (or Ctrl+Shift+Space)
The Rest - Select and move Fields or Columns

Ctrl + A


Camtasia 8 (Windows)
Select all
Standard Windows Shortcuts

Ctrl + A


Adobe Photoshop CS5 (Windows)
Select all frames
DICOM files (PS Extended)

Ctrl + A


Skype for Business (Lync) 2016 (Windows)
Select all content
Instant Messaging

Ctrl + A


FreeMeta (Windows)
Mark all text in the textbox.
FreeMeta software all shortcut keys

Ctrl + A


Autodesk Maya 2015 (Windows)
Attribute Editor
Tool and Action

Ctrl + A


FileMaker Pro (Windows)
Entire all contents of the active field
Text Shortcuts - Select Text

Ctrl + A


Adobe Photoshop CC (Windows)
Select all
Basic Shortcuts for Photoshop CC 2015 - Select Basics

Ctrl + A


FileMaker Pro (Windows)
Select all
Text Shortcuts - Select and Arrange Table and Relationship

Ctrl + A


Clink (Windows)
beginning-of-line
BASH (GNU Readline) Line Editing

Ctrl + A


Google Slides (Windows)
Select all
General Slides Shortcuts

Ctrl + A


Access 2010 (Windows)
Select entire PivotTable View
The Rest - Pivot Table

Ctrl + A


Corel VideoStudio X9.5 (Windows)
Select all clips
Edit Tab Operations

Ctrl + A


Photoshop Lightroom CC (Windows)
Select all photos
Comparing Photos in the Library Module

Ctrl + A


Microsoft PowerPoint 2016 (Windows)
Select All
Edit and General Text Operations

Ctrl + A


Autodesk Maya 2017 (Windows)
Switches between Attribute Editor or Channel Box
Interfaces

Ctrl + A


Microsoft Visio 2016 (Windows)
Select all text
Format text

Ctrl + A


Plex (Windows)
Switches to the previous audio track
Graphics(Audio/Video) Control

Ctrl + A


Plex (MacOS)
Switches to the previous audio track
Graphics(Audio/Video) Control

Ctrl + A


Adobe Premiere CC (Windows)
Select All
General Shortcuts

Ctrl + A


FileMaker Pro (Windows)
Entire all contents of the active field
Database Management Shortcuts - Select Text

Ctrl + A


Adobe Audition CC (Windows)
Select all
Marker/Tool/Clip Shortcuts

Ctrl + A


Nuke 10 (Windows)
Select All
Global Shortcuts

Ctrl + A


Corel Painter 2017 (Windows)
Lift canvas content to layer
Layers

Ctrl + A


Microsoft Outlook 2016 (Windows)
Select all contacts
People

Ctrl + A


FileMaker Pro (Windows)
Select all
Database Management Shortcuts - Select and Arrange Table and Relationship

Ctrl + A


Nuke 10 (Linux)
Select All
Global Shortcuts

Ctrl + A


Microsoft Outlook 2016 (Windows)
Select all items
Tasks

Ctrl + A


Autodesk Maya 2017 (Windows)
Attribute Editor
Tool and Action

Ctrl + A


Microsoft Outlook 2016 (Windows)
Select all items
Views: Table View

Ctrl + A


Finale (Windows)
Select All
Edit Menu

Ctrl + A


Adobe Photoshop CC (Windows)
Select all
Manage Panels - Select Basics

Ctrl + A


InDesign CC (Windows)
Select all
Edit Menu shortcuts

Ctrl + A


FileMaker Pro (Windows)
Select all fields
Paste, Select, and Replace Values

Ctrl + A


Anime Studio (Windows)
Select all
General Shortcuts

Ctrl + A


ArchiCAD 20 (Windows)
Select All
Edit Menu Commands

Ctrl + A


Hexagon 2 (Windows)
Select All
General Shortcuts

Ctrl + A


ArchiCAD 20 (Windows)
Select All
Edit Commands(Text)

Ctrl + A


Nuke 10 (Windows)
Select All points
RotoPaint

Ctrl + A


Nuke 10 (Linux)
Select All points
RotoPaint

Ctrl + A


Zoho Writer (Windows)
To Select Whole Document Content
General

Ctrl + A


CINEMA 4D (Windows)
Select All
Modelling

Ctrl + A


Microsoft Word 2016 (Windows)
Select All
Text Editing/Graphics editing Operations

Ctrl + A


Dynamics GP 2015 (Windows)
Select All
General Shortcuts

Ctrl + A


Dynamics SL 2015 (Windows)
Select All
General Shortcuts

Ctrl + A


Windows Movie Maker (Windows)
Select all clips
On timeline

Ctrl + A


Zoho Sheet (Windows)
Select whole spreadsheet
Selection

Ctrl + A


Wondershare Editor (Windows)
Select all
Application control

Ctrl + A


Age of Empires (Windows)
Select and view Archery Range
Game Commands

Ctrl + A


Dynamics CRM 2015 (Windows)
Select all text in the current field
General Purpose Shortcuts

Ctrl + A


GIMP (Linux)
Select All
Select

Ctrl + A


Dynamics AX 2015 (Windows)
Select all records in a list.
Grid Controls

Ctrl + A


Apple Photos (Windows)
Select all photos
Selecting and deselecting photos

Ctrl + A


Dynamics CRM 2015 (Windows)
Select all records on the current page
General Purpose Shortcuts

Ctrl + A


Apple Motion (MacOS)
Set 3D view to active camera
View Menu

Ctrl + A


AutoCAD 2016 (Windows)
Selects all the objects in drawing that are not locked or frozen
General

Ctrl + A


Autodesk Inventor 2017 (Windows)
Select all
General

Ctrl + A


Dynamics AX 2015 (Windows)
Select all contents of a topic.
General Shortcuts

Ctrl + A


GIMP (Windows)
Select All
Select Shortcuts

Ctrl + A


Ace Projects (Windows)
Select all
Selection Shortcuts

Ctrl + A


AutoCAD 2016 (MacOS)
Selects all objects in the current layout.
Manage Drawings

Ctrl + A


CyberLink PhotoDirector 8 (Windows)
Select all
General

Ctrl + A


Silhouette Studio (Windows)
Select all
Edit

Ctrl + A


GIMP (Windows)
Select All
Selection Shortcuts

Ctrl + A


Microsoft Projects 2016 (Windows)
Select all text.
Working with OfficeArt Objects

Ctrl + A


AutoCad Architecture 2017 (Windows)
Select all
General

Ctrl + A


Mac OS Sierra 10.12 (MacOS)
Move to the beginning of the line or paragraph.
Document Shortcuts

Ctrl + A


Sublime Text (MacOS)
Move to beginning of line
General Editing Shortcuts

Ctrl + A


WordPress (Windows)
Select All
General Editor Shortcuts

Ctrl + A


Google Blogger (Web Application)
Select All
15 Shortcuts for Google Blogger (Web Application)

Ctrl + A


Adobe XD (Experience Design) (Windows)
Select All
Edit Menu

Ctrl + A


Red Hat Enterprise (Linux)
Move cursur to beginning of a line
Task

Ctrl + A


Logic Pro X (MacOS)
Toggle Auto Define
Step Editor

Ctrl + A


Adobe Animate CC (Windows)
Select All
Edit and Modify

Ctrl + A


Zimbra Collaboration Suite 8 (Windows)
Add an attachment to Message
Mail Compose Form

Ctrl + A


Autodesk SketchBook Pro (Windows)
Select All
Colors and Brushes

Ctrl + A


BrainSuite (Windows)
Autoscale images
Main Window

Ctrl + A


Bash (Linux)
Go to Beginning of Line
Navigation

Home / Ctrl + A


Zimbra Collaboration Suite 8 (Windows)
Switch between Timed and All Day Appointment
Edit Appointment Form

Ctrl + A


Zimbra Collaboration Suite 8 (Windows)
Select All Visible Item
Lists

Ctrl + A


Cloud9 (Windows)
Select All
Selections

Ctrl + A


Adobe RoboHelp (Windows)
Select All
General Shortcuts

Ctrl + A


Daz 3D Bryce 7 (Windows)
Show All/Show Animated
Advance Motion Lab

Ctrl + A


Daz 3D Bryce 7 (Windows)
Select All
General Editing

Ctrl + A


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

Ctrl + A


Autodesk Mudbox 2017 (Windows)
Select All
Selection

Ctrl + A


Blender 3D (Windows)
Apply Size and Rotation
Object Mode

Ctrl + A


DAZ Studio (Windows)
Select all
Edit Commands

Ctrl + A


DocuSign (Web Application)
Select All
Field Shortcuts

Ctrl + A


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

Ctrl + A


ACDSee (Windows)
Show/Hide Header and Footers
View Mode

Ctrl + A


Microsoft Excel 2016 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Work in cells or the Formula bar

Ctrl + A


Steinberg Cubase 9 (Windows)
Select all
Edit

Ctrl + A


Corel PhotoPaint X6 (Windows)
Select All
Mask Menu

Ctrl + A


Lynx (Linux)
Go to Start of Current Page
17 Shortcuts for Lynx (Linux)

Ctrl + A


HTML-Kit (Windows)
Select All
87 Shortcuts for HTML-Kit (Windows)

Ctrl + A


Corel Ventura 10 (Windows)
Select All
Text Selection

Ctrl + A


Opera (Windows)
Select all
Text Editing

Ctrl + A


Microsoft Excel 2016 (MacOS)
Display the Formula Builder after you type a valid function name in a formula
Format and edit data

Ctrl + A


Gliffy (Windows)
Select All
Shape Shortcuts

Ctrl + A


ZBrush 4 (Windows)
Mask All
Sculpting Brushes - Masking

Ctrl + A


Clip Studio Paint (Manga Studio) (Windows)
Select All
Selection Shortcuts

Ctrl + A


Corel Draw X8 (Windows)
Select all text
Cursor Moves Using Text Tool

Ctrl + A


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

Ctrl + A


Chief Architect (Windows)
Select All
General Editing

Ctrl + A


Edius (Windows)
Select all clips in selected tracks
General

Ctrl + A


Brackets (Windows)
Select All
99 Shortcuts for Brackets (Windows)

Ctrl + A


MusicBee (Windows)
Select All
Edit Controls

Ctrl + A


Flock (Windows)
Select all
General

Ctrl + A


Houdini (Windows)
Select all
Particle/Contex/Scene View

Ctrl + A


Forte (Windows)
Select all
Main Browser Window

Ctrl + A


Kingsoft Presentation 2016 (Windows)
Select All Presentation
Files and Other Shortcuts

Ctrl + A


Daz 3D Carrara 8 (Windows)
Select all
3D View

Ctrl + A


Poser Pro (Windows)
Edit> Restore >All
Edit

Ctrl + A


Adobe Captivate 2017 (Windows)
Select all
General and Miscellaneous Shortcuts

Ctrl + A


ZBrush 4 (Windows)
Mask All
ZSpheres - Masking

Ctrl + A


SPSS Modeler (Windows)
Select All
General Shortcuts

Ctrl + A


Primevera P6 P6 (Windows)
Select All
General Shortcuts

Ctrl + A


Informix Genero 2.5.0 (Windows)
Select all
Selection Shortcuts

Ctrl + A


WinSCP 5 (Windows)
Select all files
File Selection

Ctrl + A


Apple Motion (MacOS)
Set 3D View to Active Camera
3D Controls

Ctrl + A


FxPro (Windows)
Show Ask
General Shortcuts

Ctrl + A


Forte (Windows)
Select all
Address Book

Ctrl + A


Krita Painting 3 (Windows)
Select all
General

Ctrl + A


MetaTrader MT4 (Windows)
Arrange All indicators Windows heights by Default
Miscellaneous Shortcuts

Ctrl + A


TradeStation (Windows)
Select All
Editor Shortcuts

Ctrl + A


Amarok (Windows)
Select All
General Shortcuts

Ctrl + A


vSphere Client (Windows)
New vApp
New Item

Ctrl + A


Tencent QQ Player (Windows)
Screenshot
30 Shortcuts for Tencent QQ Player (Windows)

Ctrl + A


MediaMonkey (Windows)
Select All Tracks
Standard Keyboard Shortcuts

Ctrl + A


Forte (Windows)
Select All
Composition Window

Ctrl + A


VideoPad Video Editor (Windows)
Select all
Edit

Ctrl + A


Vuze (Windows)
Select All torrents
General Shortcuts

Ctrl + A


MPS 2017 (Windows)
Select the entire text opened in the editor
Basic Editing

Ctrl + A


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

Ctrl + A


Soundforge (Windows)
Select all data in the active window
Data Window

Ctrl + A


XYplorer (Windows)
Select All
General Shortcuts

Ctrl + A


Libreoffice Writer (Windows)
Select All
General

Ctrl + A


Groove Music (Windows)
Select All
Song Select

Ctrl + A


Siemens NX 11 (Windows)
Select All
Edit Menu

Ctrl + A


VideoPad Video Editor (Windows)
Select All Keyframes
Keyframe Editor

Ctrl + A


Pegasus Mail (Web Application)
Select all
Edit menu

Ctrl + A


Jupyter Notebook (Windows)
select all
Edit Mode (press Enter to enable)

Ctrl + A


VideoPad Video Editor (Windows)
Select all subtitle
Subtitle

Ctrl + A


Xamarin Studio (MonoDevelop) (Windows)
Select All
Edit Menu

Ctrl + A


Unity3D 5 (Windows)
Select All
Edit

Ctrl + A


Editpad 7 (Windows)
Select all
Select and Edit Text

Ctrl + A


Vegas Pro 14 (Windows)
Select all
Event Selection and Editing

Ctrl + A


Quickbooks Desktop (Windows)
Open Chart of Accounts
Access Main Functions / Windows

Ctrl + A


eSignal (Windows)
Select All
49 Shortcuts for eSignal (Windows)

Ctrl + A


Quickbooks Desktop (Windows)
Open Chart of Accounts
Chart of Accounts

Ctrl + A


Sierra Chart (Windows)
Save All
File Menu

Ctrl + A


Synfig (Windows)
Select all Handles
73 Shortcuts for Synfig (Windows)

Ctrl + A


ProRealTime (Windows)
Alerts Status
Display Menu

Ctrl + A


Libreoffice Writer (Windows)
If the active cell is empty: selects the whole table. Otherwise: selects the contents of the active cell. Pressing again selects the entire table.
Tables

Ctrl + A


Pencil2D (Windows)
Delete
57 Shortcuts for Pencil2D (Windows)

Ctrl + A


Tableau (Windows)
Select all data
General

Ctrl + A


Quickbooks Desktop (Windows)
Hide/ show header
Quick Reports

Ctrl + a


iClone 7 (Windows)
Show/Hide World Axis
OnScreen Display

Ctrl + A


GOM Player (Windows)
Always On Top
Others

Ctrl + A


Anim8or (Windows)
Material Toolbar
Top Toolbar Shortcuts

Ctrl + A


SolidWorks (Windows)
Make a new Assy from part or assy
File Menu

Ctrl + A


Bitcomet (Windows)
Select All
Global

Ctrl + A


Soundforge (Windows)
Select all plug-ins or effect automation parameters
Plug-In Chain

Ctrl + A


Impro-Visor (Windows)
select all slots
General

Ctrl + A


CityEngine (Windows)
Select all
48 Shortcuts for CityEngine (Windows)

Ctrl + A


TVPaint Animation (Windows)
Select All
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + A


DrawPlus (Windows)
Select All
Object

Ctrl + A


Rhino (Windows)
Select All
Default Shortcuts

Ctrl + A


Delphi 10 (Windows)
Select all
193 Shortcuts for Delphi 10 (Windows)

Ctrl + A


Google Data Studio
Select all
General (Windows)

Ctrl + A


CodeLite 10 (Windows)
Select all text
Editor

Ctrl + A


Spotify (Windows)
Select all
General

Ctrl + A


Zwift (PC and macOS)
Run zwift-addons-load-and-arrange.ahk
General

Ctrl + A


Putty (Windows)
Go to the beginning of the line you are currently typing on
16 Shortcuts for Putty (Windows)

Ctrl + A


Solidworks 2019
Select all
Windows

Ctrl + A


TurboCAD (Windows)
Select the entire drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + A


Edgecam (Windows)
Select all valid, visible entities in current view
30 Shortcuts for Edgecam (Windows)

Ctrl + A


OpenSCAD (MacOS)
Navigate Start of line
Navigation Shortcuts

Ctrl + A


ChessBase 13
Show annotator index of the selected database
Database window

Ctrl + A


Solid Edge (Windows)
Maintain Canted Coplaner Axes
Advance Sunchronous Edit

Ctrl + A


Alphacam (Windows)
Zoom All
Regular Commands

Ctrl + A


FlashFXP (Web Application)
Select all
54 Shortcuts for FlashFXP (Web Application)

Ctrl + A


Surfcam (Windows)
Shade the visible surface To toggle ON/OFF, press Ctrl+A once again Display > Shade Menu
60 Shortcuts for Surfcam (Windows)

Ctrl + A


QCad (Linux)
Select all
Entity Selection

Ctrl + A


QCad (Windows)
Select all
Entity Selection

Ctrl + A


Exact Audio Copy
Select all
Edit menu

Ctrl + A


winIDEA
Select the entire document
Edit

Ctrl + A


Skipper
Create Association
Visual model shortcuts

Ctrl + A


CuteFTP (Windows)
Select All
General

Ctrl + A


Xyplorer
Select all.
Other Shortcuts

Ctrl + A


Simplify3D
Select all
Edit menu

Ctrl + A


RStudio (Windows)
Select all
Editing (Console and Source)

Ctrl + A


PSPad (Windows)
Select All - Mark all text as selected
Edit

Ctrl + A


Ansys Mechanical (Windows)
Selects All Entities based on Active Selection Filter
Graphics Actions

Ctrl + A


progeCAD (Windows)
Selects all entities in a drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + A


Most used text editing
Select all text
Selecting text

Ctrl + A


Geany (Linux)
Select all
Finding text,Selecting text

Ctrl + A


Geany (Windows)
Select all
Finding text,Selecting text

Ctrl + A


Comodo IceDragon (Windows)
Select All
Editing Options

Ctrl + A


VariCAD (Windows)
Add Solid
Hot Keys

Ctrl + A


Moldflow Insight (Windows)
Select All
Editing Shortcuts

Ctrl + A


Moldflow Adviser (Windows)
Select All
Editing Shortcuts

Ctrl + A


FEKO (Windows)
Select All
General Shortcuts

Ctrl + A


Modo (Windows)
Align selected (aligns view to the current selection)
Navigation (Viewports)

Ctrl + A


FEKO (Linux)
Select All
General Shortcuts

Ctrl + A


PhotoFiltre (Windows)
Select all
Selection, past and text

Ctrl + A


IRONCAD (Windows)
Select All
File/Editing Keys

Ctrl + A


Astroneer
Walk
General

Ctrl + A


Roblox Studio
Select all
General Editing

Ctrl + A


Chromebook (Linux)
Select everything on a page
34 Shortcuts for Chromebook (Linux)

Ctrl + A


Ableton Live 9 (Windows)
Select all
Editing

Ctrl + A


Easel
Select all
General

Ctrl + A


Cobalt (Windows)
Align
70 Shortcuts for Cobalt (Windows)

Ctrl + A


Wordfast Pro (Windows)
Select All
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + A


Ableton Live 9 (Windows)
Select all Clips/Slots
Session view Ctrls

Ctrl + A


WinRAR
Select All
File menu

Ctrl + A


GibbsCAM (Windows)
Select All
Edit Menu

Ctrl + A


Ulead PhotoImpact 8 (Windows)
Selects the entire contents of the image
Selection Menu

Ctrl + A


Maxwell Render (Windows)
Select all
Selection

Ctrl + A


Cisco IOS
To the beginning of the line
Moving the cursor

Ctrl + A


Vectorworks (Windows)
Select All
Edit Menu

Ctrl + A


Assetto Corsa
ABS levels (off, 1-4)
Undocumented shortcuts

Ctrl + A


DaVinci Resolve 14 (Windows)
Select all
Edit

Ctrl + A


SpaceClaim (Windows)
Select All of same type as selected
71 Shortcuts for SpaceClaim (Windows)

Ctrl + A


GeoGebra
Select All
Windows shortcuts

Ctrl + A


Google Keep (Web Application)
Select all notes
Application Shortcuts

Ctrl + A


Ulead PhotoImpact 8 (Windows)
Selects all texts in the text box
Miscellaneous

Ctrl + A


Ulead PhotoImpact 8 (Windows)
Select all thumbnails
Visual Open

Ctrl + A


Inkscape (Windows)
Select all (current layer) - This works on objects within the current layer (unless you change that in preferences)
Selector

Ctrl + A


Affinity Photo
Mask All
Liquify Persona

Ctrl + A


Arduino (Linux)
Select All
29 Shortcuts for Arduino (Linux)

Ctrl + A


Arduino (Windows)
Select All
29 Shortcuts for Arduino (Windows)

Ctrl + A


Foxit Reader (Windows)
Select All
30 Shortcuts for Foxit Reader (Windows)

Ctrl + A


Foxit Reader (Linux)
Select All
30 Shortcuts for Foxit Reader (Linux)

Ctrl + A


RStudio
Select All
Editing (Console and Source)

Ctrl + A


WavePad Sound Editor (Windows)
Select All
Move And Select Operations

Ctrl + A


CoSpaces Edu
Select all objects
Building

Ctrl + A


Balsamiq Mockups (Windows)
Select All
Selection

Ctrl + A


Pidgin (Linux)
Manage
Account

Ctrl + A


Modo (Windows)
Auto focus camera (only in a viewport defined as Camera and with auto-focus enabled)
Camera

Ctrl + A


AVS Audio Editor (Windows)
Selects Entire Waveform
Edit

Ctrl + A


AVS Video Editor (Windows)
Select All
Top Menu Files and Effects Area

Ctrl + A


eM Client (Windows)
Select All
13 Shortcuts for eM Client (Windows)

Ctrl + A


Altium Designer (Windows)
Select all
Common Schematic and PCB Editor Shortcuts

Ctrl + A


Inkscape (Windows)
Select all nodes in subpath(s)
Node Tool

Ctrl + A


IPython Shell
Move cursor to the beginning of the line
Navigation

Ctrl + A


Oracle RightNow
Assign
Explorers and reports

Ctrl + A


Sage Simply Accounting (Windows)
Adjust this transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + A


FlightGear
Toggle altitude lock
Autopilot related

Ctrl + A


SolveSpace (Windows)
Select All
Edit menu

Ctrl + A


BobCAD (Windows)
Select All
22 Shortcuts for BobCAD (Windows)

Ctrl + A


KeyCreator (Windows)
Autoscale
View Shortcuts

Ctrl + A


BricsCAD (Windows)
Selects entities
Other Shortcuts

Ctrl + A