Visual Studio 2015 (Windows)

Code Snippets (Visual C# Scheme) - Data Types

Enum myEnum

E

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


Adobe Photoshop CS4 (MacOS)
Eraser tool, Background Eraser tool, Magic Eraser tool
Shortcut Keys for selecting tools

E


Google Calendar (Web Application)
Event details (after clicking an event's title bar)
Actions

E


VLC Media Player (Windows)
Frame by Frame Mode; continue pressing E to advance one frame at a time.
Movie Navigation

E


Google Mail (Windows)
Archive selected messages
Main Window - Manage Message List

E


Civilization V (Windows)
Explore (Automated)
General Unit Hotkeys

e


Google Mail (Windows)
Archive selected messages and jump back to the message list
Main Window - Manage Single Messages

E / [


Adobe Photoshop CS4 (MacOS)
Red Eye Removal tool
Shortcut Keys for using the Camera Raw dialog box

E


Unity3D 3 (Windows)
Rotate
Tools

e


Unity3D 3 (MacOS)
Rotate
Tools

E


VistaSwitcher (Windows)
Explore the .exe path of the selected window's application
Application / Other

e


Microstation v8i (Windows)
Rotate between three main planes: top, front, and side (3D only). This also works when your original plane is an ACS or context rotation, so you do not have to use RX, RY to rotate to a 90° plane.
Microstation AccuDraw/ AccuSnap Shortcuts - Drawing Plane

E


Microsoft PowerPoint 2003 (Windows)
Slide Show: Erase annotations
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

E


AutoCAD 2012 (Windows)
ERASE / Removes objects from a drawing.
Command Shortcuts - E-G Command Shortcuts

E


Google Docs (Windows)
Resolve comment
Comment View

E


Google Docs (MacOS)
Resolve comment
Comment View

E


Google Docs (Windows)
Resolve
Discussion View

E


Google Docs (MacOS)
Resolve
Discussion View

E


InDesign CS5 (MacOS)
Free Transform tool
Tools

E


Adobe Illustrator CS5 (MacOS)
Free Transform tool
Selecting Tools

e


Photoshop Lightroom 4 (MacOS)
Enter Library Loupe view
Changing Views and Screen Modes

E


Microsoft PowerPoint 2010 (Windows)
Erase on-screen annotations.
Show PowerPoint Presentation with Shortcuts

E


Photoshop Lightroom 4 (Windows)
Switch to Loupe view
Comparing photos in the Library module

E / Enter


Photoshop Lightroom 4 (Windows)
Switch from Grid to Loupe view
Comparing photos in the Library module

Space / E


Jaws 11.0 (Windows)
Next Edit field (Shift + E for previous)
Navigation in HTML (Internet browsing)

E


Photoshop Lightroom 4 (MacOS)
Switch to Loupe view
Comparing photos in the Library module

E / Enter


Photoshop Lightroom 4 (MacOS)
Switch from Grid to Loupe view
Comparing photos in the Library module

Space / E


VLC Media Player (MacOS)
Next Frame. Advance forward frame-by-frame
Movie Navigation

E


Adobe Illustrator CS5 (Windows)
Free Transform tool
Selecting Tools

e


Adobe Photoshop CS5 (MacOS)
Toggle between Refine Radius and Erase Refinements tools
Refine Edge

E


Adobe Photoshop CS5 (Windows)
Toggle between Refine Radius and Erase Refinements tools
Refine Edge

E


Adobe Photoshop CS5 (MacOS)
Red Eye Removal tool
Camera Raw Dialog Box

E


Adobe Photoshop CS5 (Windows)
Red Eye Removal tool
Camera Raw Dialog Box

E


Calibre (Windows)
Edit metadata of selected books
Library Management

E


FL Studio (Windows)
Select tool
Playlist Action

E


Adobe Flash Professional (Windows)
Eraser
Tools

E


Axialis IconWorkshop (Windows)
Smooth edges (RGB/A only)
Draw Menu

E


Autodesk Maya 2015 (Windows)
Rotate Tool, or with left mouse button for Rotate Tool marking menu
General Tools

E


Adobe Acrobat Pro (Windows)
Text Edits tool
Comments

E


FL Studio (Windows)
Select tool
Piano Roll Action

E


Quickbooks Online (Web Application)
Estimate
General Pages

E


Quickbooks Online (Windows)
Estimate
General Pages

E


Google Mail (MacOS)
Archive selected messages
Main Window - Manage Message List

E


Camtasia 8 (Windows)
Extend frame
Editor Effects and Elements

E


Autodesk Maya 2015 (Windows)
Rotate Tool
Tool and Action

E


Google Mail (MacOS)
Archive selected messages and jump back to the message list
Main Window - Manage Single Messages

E / [


Camtasia 8 (Windows)
Shape - Ellipse
Screen Draw Hotkeys

E


Photoshop Lightroom CC (Windows)
Enter Library Loupe view
Changing Views and Screen Modes

E


Photoshop Lightroom CC (MacOS)
Enter Library Loupe view
Changing Views and Screen Modes

E


Google Play Music (Web Application)
Edits the currently selected songs
Songlists

E


Nirvana (Web Application)
Rapid Entry (has focus if visible)
Rapid Entry

E


Nirvana (Web Application)
For Focus
Rapid Entry

Tab / E


Photoshop Lightroom CC (MacOS)
Switch to Loupe view
Comparing Photos in the Library Module

E / Enter


Photoshop Lightroom CC (Windows)
Switch to Loupe view
Comparing Photos in the Library Module

E / Enter


Autodesk Maya 2017 (Windows)
Rotate Tool, or with left mouse button for Rotate Tool marking menu
General Tools

E


Photoshop Lightroom CC (MacOS)
Switch from Grid to Loupe view
Comparing Photos in the Library Module

Space / E


Photoshop Lightroom CC (Windows)
Switch from Grid to Loupe view
Comparing Photos in the Library Module

Space / E


Onshape (Windows)
Equal
Sketch

E


Onshape (MacOS)
Equal
Sketch

E


Adobe Audition CC (Windows)
Mark selection tool
Marker/Tool/Clip Shortcuts

E


Adobe After Effects CC (Windows)
Show only Effects property group
Properties and Groups in Timeline Panel

E


Corel Painter 2017 (MacOS)
Rotate Page
Canvas

E


Adobe Illustrator CC (MacOS)
Free Transform tool
Selectiong Tool

E


Adobe Audition CC (MacOS)
Mark selection tool
Marker/Tool/Clip Shortcuts

E


Adobe Illustrator CC (Windows)
Free Transform tool
Selectiong Tool

E


Corel Painter 2017 (Windows)
Rotate Page
Canvas

E


Adobe After Effects CC (MacOS)
Show only Effects property group
Properties and Groups in Timeline Panel

E


Microsoft PowerPoint 2016 (Windows)
Erase Screen
Slide Operations(Presentation time)

E


Adobe Premiere CC (Windows)
Eject
Panel Shortcuts

E


Autodesk Maya 2017 (Windows)
Rotate Tool
Tool and Action

E


Nuke 10 (Windows)
Clipping Warning
Timeline Viewer

E


Adobe Premiere CC (MacOS)
Eject
Panel Shortcuts

E


Nuke 10 (MacOS)
Clipping Warning
Timeline Viewer

E


Nuke 10 (Linux)
Clipping Warning
Timeline Viewer

E


Nuke 10 (Windows)
Cycle SlipClip and Slide Clip Tools
Timeline

E


Nuke 10 (MacOS)
Cycle SlipClip and Slide Clip Tools
Timeline

E


Nuke 10 (Linux)
Cycle SlipClip and Slide Clip Tools
Timeline

E


Hexagon 2 (MacOS)
Extract Edge Tool
Selection,Tools and Manipulators Shortcuts

E


Hexagon 2 (Windows)
Extract Edge Tool
Selection,Tools and Manipulators Shortcuts

E


Nuke 10 (Windows)
Increase feather on selected points
RotoPaint

E


Nuke 10 (Linux)
Increase feather on selected points
RotoPaint

E


Nuke 10 (MacOS)
Increase feather on selected points
RotoPaint

E


CINEMA 4D (Windows)
Move
Modelling

E


InDesign CC (Windows)
Free Transform tool
Tools

E


3D Coat (MacOS)
Types of drawing
PopUps

E


Anime Studio (Windows)
Eraser
A to Z shortcuts

E


InDesign CC (MacOS)
Free Transform tool
Tools

E


iMovie (MacOS)
Add the selection to the movie
Video edit

E


3D Coat (Windows)
Types of drawing
PopUps

E


ArchiCAD 20 (Windows)
Column Tool
Tools

E


Adobe Photoshop CC (Windows)
Eraser tool
Selecting Tools

E


Adobe Photoshop CC (MacOS)
Eraser tool
Selecting Tools

E


Anime Studio (MacOS)
Eraser
A to Z shortcuts

E


Apple Motion (MacOS)
Make the selected object the cell source for a particle emitter
Object Menu

E


Age of Empires (Windows)
Heal
Unit commands ( After Clicking The Unit)

E


GIMP (Linux)
Ellipse Select
Selection Tools

E


ArchiCAD 20 (MacOS)
Column Tool
Tools

E


Autodesk 3ds Max 2017 (Windows)
Rotate
General user interface

E


Battlefield 12 (Windows)
Interact
Beginner's Approch by PC Keyboard

E


GIMP (MacOS)
Ellipse Select
Selection Tools

E


GIMP (Windows)
Ellipse Select
Selection Tools

E


Silhouette Studio (MacOS)
Ellipse
Tools

E


Adobe Flash Professional (MacOS)
Eraser
Tools

E


Silhouette Studio (Windows)
Ellipse
Tools

E


Age of Empires (Windows)
Staggered
Millitary units (After Clicking Military Units)

E


Call of Duty (Windows)
Lean right
General Game Controls

E


Adobe Acrobat Pro (MacOS)
Text Edits tool
Comments

E


GTA V Cheats (Windows)
Context Action
General Shortcuts

E


Autodesk 3ds Max 2017 (Windows)
Up
Walk through mode

E / Shift + UP arrow


GTA V Cheats (Windows)
Switch Weapon Accessory
Combat Controls

E


GitLab (Web Application)
edit Issue/merge Request
Issue and Merge Request Shortcuts

E


Trello (Web Application)
Open Quick Edit Mode
General Shortcuts

E


Counter Strike Source (Windows)
Use Items
Miscellaneous Shortcuts

E


SalesForce (Web Application)
Edit
Console Controls

E


GTA V Cheats (Windows)
Horn
Vehicle Controls

E


GTA V Cheats (Windows)
Aircraft Grapping Hook/VTOL Mode
Aircraft Controls

E


Atlasian JIRA Agile (Web Application)
Edit Mode
Agile Shortcuts

E


Google Photos (Web Application)
Edit Photo
General Shortcuts

E


Atlasian JIRA Agile (Web Application)
Edit Issue
Issue Actions and Navigation Shortcuts

E


GTA V Cheats (Windows)
Parachute Break Right
Parachute Controls

E


Atlassian Bamboo 6.0 (Windows)
Edit the Plan Configuration
9 Shortcuts for Atlassian Bamboo 6.0 (Windows)

E


Atlassian Bamboo 6.0 (MacOS)
Edit the Plan Configuration
9 Shortcuts for Atlassian Bamboo 6.0 (MacOS)

E


WordPress (Windows)
Navigate to Edit Screen
Comment Shortcuts

E


WordPress (MacOS)
Navigate to Edit Screen
Comment Shortcuts

E


Atlassian Crucible (Web Application)
Expand Current File
File Navigation

E


Zimbra Collaboration Suite 8 (Windows)
Edit Selected Contact
Address Book

E


Zimbra Collaboration Suite 8 (Windows)
Edit Appointment
Calender

E


Adobe XD (Experience Design) (Windows)
Ellipse
Tools Menu

E


Logic Pro X (MacOS)
Note D#
Step Input

E


Adobe XD (Experience Design) (MacOS)
Ellipse
Tools Menu

E


Autodesk SketchBook Pro (Windows)
Ellipse
Shapes

E


Daz 3D Carrara 8 (Windows)
Track XZ
Application - Tools

E


Zoho Mail (Web Application)
Edit as New
Customizable Keys

E


Corel Draw X8 (Windows)
Align horizontal center
Align

E


Daz 3D Carrara 8 (Windows)
Track XZ
Spline Modeler - Tools

E


Microsoft PowerPoint 2016 (MacOS)
Erase on-screen annotations
Slide shows

E


Steinberg Cubase 9 (MacOS)
Left selection side to cursor
Edit

E


Steinberg Cubase 9 (Windows)
Left selection side to cursor
Edit

E


Cyberduck (MacOS)
Edit issue
Issue Action

E


Blender 3D (Windows)
Extrude selected
Mesh Editing

E


DAZ Studio (Windows)
Move down
Keyboard Navigation Commands

E


Pinnacle Studio Ultimate 20 (Windows)
Go to Start
Navigation

E / Home


Blender 3D (Windows)
Extrude Curve
Curve Editing

E


Lynx (Linux)
Launch Editor to Modify Local Files
17 Shortcuts for Lynx (Linux)

E


DAZ Studio (MacOS)
Move down
Keyboard Navigation Commands

E


ACDSee (Windows)
Toggle Exposure Warning On/off
View Mode

E


Blender 3D (Windows)
LSCM Unwrapping
UV Editor

E


Clip Studio Paint (Manga Studio) (Windows)
Eraser
Frequently Used Shortcuts

E


Chief Architect (Windows)
Arc Tools - Draw Arc
View Mode

E


Chief Architect (MacOS)
Arc Tools - Draw Arc
View Mode

E


Daz 3D Carrara 8 (Windows)
Track XZ
Vertex Modeler - Tools

E


Final Fantasy XV (Windows)
Strafe right
Movement

E


Pixelmator (MacOS)
Eraser
Selection Tools

E


Houdini (Windows)
Scale
Particle/Contex/Scene View

E


Garageband 10 (MacOS)
Show/Hide the Editor
Display Objects

E


Krita Painting 3 (Windows)
Eraser mode
Painting

E


SketchUp (Windows)
Eraser
Tools

E


Houdini (Windows)
Drop on wire
Network View

E


Final Fantasy XV (Windows)
Strafe right
Movement While Riding a Flying Mount

E


Apple Motion (MacOS)
Create a particle emitter
Miscellaneous

E


MOTU Digital Performer 9 (Windows)
Rhythm brush tool
Tools

E


Houdini (Windows)
Next error node
Tree View

E


GOM Player (Windows)
Decrease Brightness by 5%
Video Control

E


PotPlayer (Windows)
Brightness Increase 1%
Standard Keyboard Controls

E


MOTU Digital Performer 9 (MacOS)
Rhythm brush tool
Tools

E


Unity3D 5 (Windows)
Rotate
Tools

E


Unity3D 5 (MacOS)
Rotate
Tools

E


ZBrush 4 (Windows)
Scale
Sculpting and Painting

E


Quickbooks Online (MacOS)
Estimate
General Pages

E


TVPaint Animation (Windows)
Next
89 Shortcuts for TVPaint Animation (Windows)

E


Roundcube (Web Application)
Expand All
Threads

E


iClone 7 (Windows)
Toggle to Rotate Tool
Working Area

E


Pencil2D (Windows)
Eraser
57 Shortcuts for Pencil2D (Windows)

E


Anim8or (Windows)
Edit Bones
Figure Editor

E


Sculptris (Windows)
Crease
Brushes

E


CityEngine (Windows)
Select rotate tool
48 Shortcuts for CityEngine (Windows)

E


Impro-Visor (Windows)
transpose selected notes up a half+step
Transposition

E


CityEngine (MacOS)
Select rotate tool
48 Shortcuts for CityEngine (MacOS)

E


TurboCAD (Windows)
Single Snap to the center of a 3D object
171 Shortcuts for TurboCAD (Windows)

E


SolidWorks (Windows)
Filter Edges
Miscellaneous Shortcuts

E


Netvibes (Windows)
Opens the edit panel for the current app
Apps view shortcuts

E


Vim (Linux)
Jump to end of words
Cursor Movement

e


Vim (Linux)
Jump to end of words (no punctuation)
Cursor Movement

E


Miscreated
Vehicle horn
Vehicle

E


Netvibes (Windows)
Go to the netvibes ecosystem
Content panel

E


Solid Edge (Windows)
Endpoint
Keypoint Selection

E


Vegas Pro 14 (Windows)
Cycle through effect automation envelopes
Timeline and Track List

E / Shift + E


WeVideo (Web Application)
Edit clip
General (On Mac Ctrl equals Command)

E


Dota Auto Chess
Sell the hero
General

E


War Thunder (Tank)
Tank transmission / cruise control up
Movement

E


Solid Edge (Windows)
Maintain Coplaner Axes in ZX
Advance Sunchronous Edit

E


Shadow Tactics: Blades of the Shogun
Rotate camera
Misc

E


Warframe
Melee Attack
Weapons & fight

E


Fortnite (PC)
Camera height up. In third person view, adjust distance
Replay

E


Vegas Pro 14 (Windows)
Show/hide assignable effects channel strips
Mixing Console

E


Simplify3D
Scale models
Model manipulation

E


mpv
Zoom in
Playback

E


ViaCAD (Windows)
Zoom to Object Extents
Zooming Keys

E


Affinity Photo
Overlay Erase Tool
Tools: Develop Persona only

E


Satisfactory
Interact
General

E


Zwift (PC and macOS)
Workout selection screen
Other hotkeys

E


ViaCAD (MacOS)
Zoom to Object Extents
Zooming Keys

E


Roblox Studio
Up
Camera Controls

E


KiCad 5.0.2
Move end point
Page Layout Editor

E


PhotoFiltre (Windows)
Bottom base triangle selection
Selection, past and text

E


Gmsh 4.1.4
End/accept selection in geometry creation mode
General

E


Astroneer
Activate Deform Tool. Click Terrain to remove/subtract
General

E


DaVinci Resolve 14 (Windows)
Extract Current Node
View and Color

E


Apex Legends (PC)
Interact
Weapons and abilities

E


DaVinci Resolve 14 (MacOS)
Extract Current Node
View and Color

E


SpaceClaim (Windows)
Measure
71 Shortcuts for SpaceClaim (Windows)

E


Discourse
Edit post
Actions

E


Flyff
Brings up your Personal Messenger window.
Character

E


Spintires (PC)
Lift up
Crane

E


Easel
(select object) Edit points
Editing points on an object

E


KiCAD (Windows)
Edit Item
EE Schema

E


KiCAD (Linux)
Edit Item
EE Schema

E


Cobalt (Windows)
Effect
70 Shortcuts for Cobalt (Windows)

E


KiCAD (MacOS)
Edit Item
EE Schema

E


Bus Simulator 18
Right turn signal
Bus controls

E


Car Mechanic Simulator 2018
Zoom out
General

E


gEDA (Linux)
Delete all rats
Other Important Shortcuts

E


LDView
Roll right
Fly-through mode

E


Modo (Windows)
Rotate
Tools

E


Google Keep (Web Application)
Archive note
Actions

E


DaVinci Resolve 14 (Windows)
Extend Edit
Edit

E


DaVinci Resolve 14 (MacOS)
Extend Edit
Edit

E


DaVinci Resolve 15 (Mac)
Extend edit
Trim

E


Modo (MacOS)
Rotate
Tools

E


gThumb (Linux)
Edit the image and Opens the viewer and shows the editing tools
Editing

E


The Curse of Monkey Island
Equivalent of the Skull on the Interaction Coin
General

E


Elex (PC)
Strong attack
General

E


Target 3001! (Windows)
Edit Selected Element
Editing Shortcuts

E / @


Ulead PhotoImpact 8 (Windows)
Toggles between Painting and Erase mode when using the Painting Tool
Tool panel

E


Huggle
Edit page
Page

E


Modo (Windows)
Image ink rotate left/right
Paint And Sculpt

E / R


MyPaint (Windows)
Toggle eraser
Show Brush Menu

E


Battlezone 98 Redux
Jump
Vehicle control

E


NetHack
Eat
Other action

E


Modo (MacOS)
Image ink rotate left/right
Paint And Sculpt

E / R


City Car Driving
Engine on / off
Car

E


Assetto Corsa
Azimuth minus
Showroom

E


Kingdom Come: Deliverance
Abort attack
Combat

E


CoSpaces Edu
Move down
Flying camera mode

E


Vectorworks (Windows)
Snap to Distance
Toggle Snapping Palette Settings

E


Vectorworks (MacOS)
Snap to Distance
Toggle Snapping Palette Settings

E


Subnautica
Rotate item right
Mac

E


American Truck Simulator
Start/turn off engine
Main vehicle controls

E


The Forest
Use boat
Boats

E


The Binding of Isaac: Afterbirth
Place a bomb
General

E


SolveSpace (Windows)
Toggle Reference Dim
Constraint

E


SolveSpace (MacOS)
Toggle Reference Dim
Constraint

E


FlexiSign Pro 8.1 (Windows)
Design Editor
Palettes

E


FlexiSign Pro 8.1 (MacOS)
Design Editor
Palettes

E


ShareX 12.2.0 (Windows)
Ellipse
Drawing Tools

E


SuperMemo (Windows)
Edit Text
129 Shortcuts for SuperMemo (Windows)

E


DayZ
Shift Up One Gear
Vehicles

E


KeyCreator (Windows)
Plane Submenu
Various Submenu Options

E


Adobe Photoshop Elements (Windows)
Eraser
Tools

E


Adobe Photoshop Elements (MacOS)
Eraser
Tools

E


Adobe Photoshop Elements (Windows)
Magic Eraser
Tools

E


Adobe Photoshop Elements (MacOS)
Magic Eraser
Tools

E


Adobe Photoshop Elements (Windows)
Background Eraser
Tools

E


Adobe Photoshop Elements (MacOS)
Background Eraser
Tools

E


LDCad
Add the current selection to the nesting exclusion list
Editor

E


Pharaoh
Orders a selected transport to evade all enemies
Military commands

E


Substance Painter
Rotate
Non-editable shortcuts

E


Substance Painter (Mac)
Rotate
Non-editable shortcuts

E


Adobe Illustrator
Free Transform tool
Select tools

E


Adobe Illustrator (Mac)
Free Transform tool
Select tools

E


Final Cut Pro X
Add the selection to the end of the storyline
Editing

E


Madden NFL 19
Call for ball
Advanced player locked receiver

E


BlackBerry Classic
(first, in contact list, tap a contact) Edit a contact
Contacts app

E


Fallout 76
Activate
Action

E


ARK: Survival Evolved
Flip Wall
Building

E


RimWorld
Rotate object
User interface

E


Rust
Interact
General

E


FastMail
Edit item
File

E


Nier: Automata
Action
Genel

E


Adobe Photoshop Elements
Magic Eraser tool
General

E


Adobe Photoshop Elements (Mac)
Magic Eraser tool
Tool selection

E


For Honor
Interact
Interaction and communication

E


Google Keep Notes
Archive selected note
Actions

E


HitFilm
Ellipse mask tool
Viewer panel

E


Trello
Quick edit mode
General

E


AutoCAD
ERASE / Removes objects from a drawing
D, E, F

E


Remember the Milk
Change the time estimate of the selected task
Actions

E


Atlassian JIRA Agile
Edit Issue
Issue actions and navigator

E


Autodesk Stingray
Move up
Navigate the viewport in gameplay mode

E


Total War: Attila (Mac)
Rotate right
Camera

E


Total War: Attila
Rotate right
Camera

E


Adobe Lightroom Classic (Mac)
Switch from Grid to Loupe view
Comparing photos in the Library module

E


Adobe Lightroom Classic
Switch from Grid to Loupe view
Comparing photos in the Library module

E


Confluence (Mac)
Open the editor
Editor

E


Unturned
Tool 3
Editor

E


Confluence
Open the editor
Editor

E


Kerbal Space Program
Rotate part clockwise in VAB
VAB/SPH Commands

E


ArtRage Studio Pro
Eraser
Tool Commands

E


Bluebeam Revu
Ellipse
Markup & editing

E


Call of Duty: Black Ops 4
Equipment
On foot

E


AI War Classic
Display ModeMy And Allied Ships
Galaxy Map

E


Path of Exile
Use third skill
General

E


PaintShop Pro 2018
Dropper
Single key shorcuts

E


Unity
Rotate
Tools

E


Black Desert Online
Special action
General

E


Gravit Designer
Ellipse
Main tools

E


Unreal Engine
Rotate
Transformation selection

E


Aegisub
Play first 500 ms of selection
Audio

E


Grafana
Toggle panel edit view
Focused Panel

E


CorelDRAW Graphics Suite 2018
Align Centers Horizontally
General

E


Nuke
Increase feather on selected point(s)
Roto / RotoPaint

E


Adobe Animate CC (Mac)
Eraser
Tools

E


Minecraft Bedrock Edition
Inventory
Keyboard & mouse controls

E


Terraria
Grapple
Gameplay

E


Magic: The Gathering Online
Hold to Reveal Face-Down
General

E


Minecraft Java Edition
Open Inventory. Close any open GUI
Gameplay

E


Enter the Gungeon
Interact
"Recommended" preset

E


Destiny 2
Secondary weapon fire
Vehicle

E


StarCraft 2
External Thermal Lance
Protoss technology upgrade

E


World of Tanks
Disable auto aim
Battle controls

E


No Man's Sky
Initiate landing
Flight

E


Waze Map Editor
When one or more segments are selected, activates Edit mode (shortcut for clicking the Edit button)
Editing Segments

E


Don't Starve (PC)
Turn camera 45° clockwise
General

E


Euro Truck Simulator 2
Start/turn off engine
Vehicle controls

E


Tom Clancy's Rainbow Six Siege
Lean right
General

E


Adobe Photoshop CC
Red Eye Removal tool
Using the Camera Raw dialog box

E


Clip Studio Paint Pro
Eraser
Tool

E


Corel Painter (Mac)
Rotate Page
Toolbox commands

E


Corel Painter
Rotate Page
Toolbox commands

E


MyPaint
Toggle eraser
Brush

E


Xodo
Eraser
Annotating

E


Zoho Mail
Edit as new
Mail: Shortcuts when mail(s) selected

E


Camtasia
Ellipse
Recorder's ScreenDraw

E


LightWave 3D
Extender plus
Modeler: Multiply

E


Dota 2
Opens stats window which shows the hero levels of each player
Stats dropdown

E


Adobe Premiere Pro (Mac)
Ellipse Tool
Titler

E


Adobe Premiere Pro (Windows)
Ellipse Tool
Titler

E


Autodesk SketchBook (Mac)
Ellipse
Tools

E


ImageJ
Scale image or selection
General

E


Autodesk SketchBook (Windows)
Ellipse
Tools

E


World of Warcraft
Strafe right
Movement

E


Pixelmator Pro
Erase
Select tools

E


Adobe XD (Windows)
Ellipse
Tools menu

E


Adobe XD (Mac)
Ellipse
Tools menu

E


GitHub
Mark as read
Notifications

E


GIMP
Ellipse Select
Toolbox

E


Counter Strike: Global Offensive
Use items
Miscellaneous

E


Grand Theft Auto V
Adjust height
Edit free camera

E


Kodi
Live TV EPG/TV guide
Playback

E


Microsoft PowerPoint (Slideshows)
Erase on-screen annotations
Control your slide show during the presentation

E


Wikipedia
Edit this page / view source (if you are blocked or the page is protected from editing)
Access keys

E


Apple iMovie
Add the selection to the movie
Selecting and editing video

E