Visual Studio 2015 (Windows)

Manage Visual Studio

Rename

F2 / Ctrl + R / R

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


Civilization V (Windows)
Economic info
General Hotkeys

F2


Google Calendar (Web Application)
Refresh view
Navigation

R


VLC Media Player (Windows)
Advanced open file
Movie Navigation

Ctrl + R


Open Office Writer 3 (Linux)
Replace
Search and Replace

Ctrl + R


Remember the Milk (Web Application)
Rename the selected task
Editing Tasks

r


Microsoft Outlook 2010 (Windows)
Rename folder
Messages in Main View - Navigation Pane

F2


Google Earth 5 (MacOS)
Reset angle to view "top-down" and rotates to "north-up" view
3D Viewer - Keyboard Only

R


Google Chrome (Windows)
Toggle edit as HTML
Manage Chrome DevTools - Elements Panel

F2


Adobe Photoshop CS4 (MacOS)
Rotate View tool
Shortcut Keys for selecting tools

R


Civilization V (Windows)
Show Resources Icons
General Hotkeys

Ctrl + r


Microsoft Projects 2010 (Windows)
Edit Task (or any other field)
Manage Tasks

F2


Adobe Photoshop CS4 (MacOS)
Reconstruct tool
Shortcut Keys for selecting tools in the Extract toolbox

R


Novell Evolution 2 (Linux)
Reply to sender
Mail

ctrl + r


Google Mail (Windows)
Reply to sender
Main Window - Manage Single Messages

R


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Work with Data Selections - Edit Inside Cells

F2


Microsoft Windows 7 (Windows)
Change the file name of active item
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

F2


Emacs 23.2.1 (Linux)
Incremental search reverse
Search

Ctrl + R


Civilization V (Windows)
Construct a Railroad / Construct a Road
Civilian Unit Hotkeys

r


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Work with Data Selections - Edit Active or Selected Cells

Ctrl + R


Microsoft OneNote 2010 (Windows)
Right-align / left-align the selected paragraph.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + r / ctrl + l


Thunderbird (Windows)
Reply to Message (sender only)
Compose and Edit Message

Ctrl + R


KDevelop (Linux)
Replace
Search and Replace

Ctrl + R


Thunderbird (Linux)
Reply to Message (sender only)
Compose and Edit Message

Ctrl + R


Microsoft Outlook 2010 (Windows)
Align right
Messages in Main View - Format Message Body

Ctrl + R


Android Emulator (Windows)
Left Softkey / Menu / Settings button (or Page up)
Main Device Keys

F2


SharpDevelop 4.0 (Windows)
Rename file or item
Manage SharpDevelop Projects

F2


Thunderbird (Windows)
Mark Message Thread as Read
Mark, Delete and Move Message

R


Eclipse Helios (Windows)
Open class, method, or variable information (tooltip text)
Code Information

F2


Google Chrome (Linux)
Toggle edit as HTML
Manage Chrome DevTools - Elements Panel

F2


Thunderbird (MacOS)
Mark Message Thread as Read
Mark, Delete and Move Message

R


Thunderbird (Linux)
Mark Message Thread as Read
Mark, Delete and Move Message

R


Microsoft Outlook 2010 (Windows)
Reply to meeting request with message
Messages in Main View - Create and Manage Appointments

Ctrl + R


Google Mail (Windows)
Refresh page. Sometimes GMail seems to get stuck on certain pages won't allow shortcuts. Things tend to work fine after a page refresh.
Control Main Browser Window (General Browser Shortcuts)

Ctrl + R


Firefox (Linux)
Reload page
Inside Webpages

F5 / Ctrl + R


Firefox (Linux)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


Firefox (Windows)
Reload page
Inside Webpages

F5 / Ctrl + R


SharpDevelop 4.0 (Windows)
Find and replace
Find/Replace

Ctrl + R


Firefox (Windows)
Reload page with cache override
Inside Webpages

Ctrl + F5 / Ctrl + R


SharpDevelop 4.0 (Windows)
Go to next bookmark
Bookmarks

F2


Unity3D 3 (Windows)
Refresh
Assets

Ctrl + r


Microsoft Excel 2003 (Windows)
Edit a cell
Basic

F2


Access 2010 (Windows)
Manage Access Features - Select and move Fields or Columns

F2


Google Chrome (Windows)
Reload current webpage
Browse between Webpages

F5 / Ctrl + R


Microsoft Windows 7 (Windows)
Change the file name of active item
Windows Explorer - Navigate File List and Navigation Pane

F2


Inpage (Windows)
To replace text
For Editing

Ctrl + r


Microsoft Outlook 2010 (Windows)
Rename folder
Messages in Compose View - Navigation Pane

F2


Tally 9.0 (Windows)
Repeat narration in the same voucher type irrespective of Ledger Account
General Shortcuts

Ctrl + R


Unity3D 3 (Windows)
Scale
Tools

r


Adobe Photoshop CS4 (MacOS)
Rotate image right
Shortcut Keys for using the Camera Raw dialog box

R / Command + [


Unity3D 3 (MacOS)
Scale
Tools

R


Tally 9.0 (Windows)
Change the date
General Shortcuts

F2


Access 2010 (Windows)
Switch between Edit and Navigation mode
Manage Access Features - Design View

F2


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Work with Data Selections - Work with Smart Art Graphics

F2


Notepad++ 5 (Windows)
Next bookmark
Edit - Bookmark

F2


Total Commander 8 (Windows)
Reread source window
Main Shortcuts

F2


Phoenix Viewer (Windows)
Always Run
World

Ctrl + R


Microsoft Excel 2011 (MacOS)
Cut text from the active cell
Function keys

F2


Google Chrome (Linux)
Reload current webpage
Browse between Webpages

F5 / Ctrl + R


Microsoft Outlook 2010 (Windows)
Align right
Messages in Compose View - Format Message Body

Ctrl + R


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Insert and Edit Data - Edit Inside Cells

F2


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
Manage Access Features - Query Designer

F2


Microsoft Outlook 2010 (Windows)
Reply to meeting request with message
Messages in Compose View - Create and Manage Appointments

Ctrl + R


Notepad++ 5 (Windows)
Next bookmark
Search - Bookmark

F2


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Insert and Edit Data - Edit Active or Selected Cells

Ctrl + R


Microstation v8i (Windows)
Undo / Redo
Editing

Ctrl + Z / Ctrl + R


Microsoft Windows 7 (Windows)
Change the file name of active item
Windows Admin - Navigate File List and Navigation Pane

F2


Open Office Impress (Linux)
Edit text.
Function Keys

F2


Tekla Structures 14.0 (Windows)
Rotate using mouse
General shortcuts

Ctrl + r


Tekla Structures 14.0 (Windows)
Select all select switch
General shortcuts

F2


Adobe Illustrator CS5 (MacOS)
Cut / Copy / Paste
Function Keys

F2 / F3 / F4


Sublime Text (Windows)
Show Function List and navigate
Navigation - Fancy Navigation

Ctrl + R


InDesign CS5 (MacOS)
Rotate tool
Tools

R


Microsoft Outlook 2010 (Windows)
Rename folder
Calendar Shortcuts - Navigation Pane

F2


Microsoft Excel 2011 (MacOS)
Fill to the right
Entering data on a sheet

Ctrl + r


Microsoft Word 2007 (Windows)
Switch a paragraph between right-aligned and left-aligned.
Character and paragraph formatting Align paragraphs

Ctrl + R


Vuescan (Windows)
Rotate Right
14 Shortcuts for Vuescan (Windows)

Ctrl + R


Total Commander 8 (Windows)
Reread source directory
Main Shortcuts

Ctrl + r


Opera (Linux)
Reload
Reload

Ctrl + R / F5


Sublime Text (Windows)
Show Function List and navigate
Selections - Fancy Navigation

Ctrl + R


Access 2010 (Windows)
Display hyperlink
Manage Access Features - Other Shortcuts

F2


Adobe Illustrator CS5 (MacOS)
Rotate tool
Selecting Tools

r


Microsoft Windows 8 (Windows)
Change the file name of active item
Windows Explorer - Navigate File List and Navigation Pane

F2


Evernote (Windows)
Rename focused notebook, note, tag or saved search
Main Application Shortcuts - Managing Evernote

F2


Smartplant Review (Windows)
Assign Materials to Elements
Function Keys

F2


MyLifeOrganized (Windows)
Zoom in / Zoom out
Managing Tasks

Ctrl + R / Ctrl + Alt + R


Microsoft Windows 7 (Windows)
Change the file name of active item
Ease of Access and Magnifier - Navigate File List and Navigation Pane

F2


Microsoft Word 2007 (Windows)
Move text or graphics.
Function key reference: Function keys

F2


Oracle SQL Developer 4 (Windows)
Refresh
Data Editor

Ctrl + R


Microsoft Outlook 2010 (Windows)
Align right
Calendar Shortcuts - Format Message Body

Ctrl + R


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Insert and Edit Data - Work with Smart Art Graphics

F2


AutoCAD 2012 (Windows)
REDRAW / Refreshes the display in the current viewport.
Command Shortcuts - Q-R Command Shortcuts

R


Microsoft Outlook 2010 (Windows)
Reply to meeting request with message
Calendar Shortcuts - Create and Manage Appointments

Ctrl + R


Evernote (Windows)
Rename focused notebook, note, tag or saved search
Note Editor

F2


Access 2010 (Windows)
Working with Text and Data - Select and move Fields or Columns

F2


Adobe Photoshop CS4 (MacOS)
Align left, center, or right
Shortcut Keys for formatting type

Horizontal Type tool + Command + Shift + l , c , / R


Adobe Photoshop CS4 (MacOS)
Align top, center, or bottom
Shortcut Keys for formatting type

Vertical Type tool + Command + Shift + l , c , / R


Smartplant Review (Windows)
Play key frame motion
Managing Smartplan Review

Ctrl + r


UltraEdit (Windows)
Goto next bookmark
Bookmark Shortcut

F2


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Format Data - Edit Inside Cells

F2


Photoshop Lightroom 4 (Windows)
Show in Explorer / Finder (Library and Develop module only)
Managing photos and catalog

Ctrl + R


Photoshop Lightroom 4 (Windows)
Rename photo (in Library module)
Managing photos and catalog

F2


Evernote (Windows)
Align current paragraph or selection right
Note Editor

Ctrl + r


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Format Data - Edit Active or Selected Cells

Ctrl + R


Sublime Text (Windows)
Go to next bookmark
Bookmarks and Marks

F2


Oracle SQL Developer 4 (Windows)
Replace
Search

Ctrl + R


Android Emulator (Linux)
Left Softkey / Menu / Settings button (or Page up)
Main Device Keys

F2


Access 2010 (Windows)
Switch between Edit and Navigation mode
Working with Text and Data - Design View

F2


UltraEdit (Windows)
Find and replace a character string with another
Search Menu

Ctrl + R


Adobe Illustrator CS5 (Windows)
Cut / Copy / Paste
Function Keys

F2 / F3 / F4


Photoshop Lightroom 4 (MacOS)
Rename photo (in Library module)
Managing photos and catalog

F2


Oracle SQL Developer 4 (Windows)
Refresh
View

Ctrl + R


GroupWise 2012 (Windows)
Search for text
Function keys

F2


Jaws 11.0 (Windows)
Next Region (Shift + R for previous)
Navigation in HTML (Internet browsing)

R


VLC Media Player (MacOS)
Advanced open file
Movie Navigation

Ctrl + R / Ctrl + S


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
Working with Text and Data - Query Designer

F2


Avid Media Composer 7 (Windows)
While capturing (but not Batch Capturing), pressing F2 will mark the Out-Point of a subclip.
Capturing

F2


Adobe Illustrator CS5 (Windows)
Rotate tool
Selecting Tools

r


NetBeans 8 (Windows)
Rename
General Keyboard Shortcts

Ctrl + R


Avid Media Composer 7 (MacOS)
While capturing (but not Batch Capturing), pressing F2 will mark the Out-Point of a subclip.
Capturing

F2


Texmaker 4.0.2 (Windows)
Replace
"Edit" menu

Ctrl + R


Adobe Photoshop CS5 (MacOS)
Rotate View tool
Select tools

R


Texmaker 4.0.2 (Windows)
Latex
"Tools" menu

F2


Avid Media Composer 7 (Windows)
Redo
Editing

Ctrl + R


Microsoft Outlook 2010 (Windows)
Display insertion point in active field to edit text
Business Card View

F2


Vuescan (Linux)
Rotate Right
12 Shortcuts for Vuescan (Linux)

Ctrl + R


Microsoft PowerPoint 2010 (Windows)
Right align a paragraph.
Change Fonts and Formatting

Ctrl + R


Adobe Photoshop CS5 (Windows)
Rotate View tool
Select Tools

R


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Format Data - Work with Smart Art Graphics

F2


Photoshop Lightroom 4 (Windows)
Select the Crop tool (from any module)
Develop Module

R


FreeMind 0.9.0 (Windows)
Edit selected node
Node editing commands

F2


iTunes (Windows)
Show where a song file is located
File Menu

Ctrl + R


Adobe Photoshop CS5 (MacOS)
Reconstruct tool
Liquify

R


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
Formulas and Names - Edit Inside Cells

F2


Access 2010 (Windows)
Display hyperlink
Working with Text and Data - Other Shortcuts

F2


IntelliJ (Linux)
Replace
Search/Replace

Ctrl + R


Photoshop Lightroom 4 (MacOS)
Select the Crop tool (from any module)
Develop Module

R


Adobe Photoshop CS5 (Windows)
Reconstruct tool
Liquify

R


iTunes (Windows)
Edit the name of the currently selected item
Other

F2


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
Formulas and Names - Edit Active or Selected Cells

Ctrl + R


IntelliJ (Windows)
Replace
Search/Replace

Ctrl + R


FL Studio (Windows)
Export wave file
File Operations

Ctrl + R


Audacity 2 (Linux)
Envelope tool
Tools

F2


Photoshop Lightroom 4 (Windows)
Show/hide rulers
Print module

Ctrl + R


Gwenview (Linux)
Rotate the current image to the right.
30 Shortcuts for Gwenview (Linux)

Ctrl + R


Beyond Compare (Windows)
Copy to right...
Actions Menu

Ctrl + R


Beyond Compare (Windows)
Rename
Actions Menu

F2


Photoshop Lightroom 4 (Windows)
Reload web gallery
Web module

Ctrl + R


Microsoft PowerPoint 2010 (Windows)
Rename a focused item.
Work with the Selection pane.

F2


Access 2010 (Windows)
Working with Access Views - Select and move Fields or Columns

F2


Beyond Compare (Windows)
Copy to right
Edit Menu

Ctrl + R


IntelliJ (Linux)
Next/previous highlighted error
Navigation

F2 / Shift + F2


FL Studio (Windows)
Switch on/off recording (this also works during playback)
Record / Playback / Transport

R


WinRAR (Windows)
Rename file
Commands Menu

F2


Presonus Studio One (Windows)
Arm
Track Menu

R


Microsoft Excel 2013 (Windows)
Edit Cell
Basic and Advanced Cell Selections

F2


Adobe Photoshop CS5 (MacOS)
Rotate image right
Camera Raw Dialog Box

R / Command + [


Beyond Compare (Windows)
Full edit (toggle)
Edit Menu

F2


Beyond Compare (Windows)
Take right
Edit Menu - Text Merge

Ctrl + R


Microsoft Excel 2013 (Windows)
Fill Right: Select cell with value in first cell Ctrl+E fills value of that first cell in selection to all cells rightwards
Edit Complete Cells

Ctrl + R


IntelliJ (Windows)
Next/previous highlighted error
Navigation

F2 / Shift + F2


Beyond Compare (Windows)
Edit
Edit Menu - Data Compare

F2


Beyond Compare (Windows)
Rename
Edit Menu - Registry Compare

F2


Access 2010 (Windows)
Switch between Edit and Navigation mode
Working with Access Views - Design View

F2


Directory Opus (Windows)
Inline rename
Misc.

F2


Calibre (Windows)
Edit the metadata of the currently selected field in the book list
Library Management

F2


FileMaker Pro (Windows)
Group objects
Layout Mode Shortcuts - Arrange Objects

Ctrl + R


Audacity 2 (Windows)
Record
Transport Menu

R


Microsoft Excel 2013 (Windows)
Edit the active cell with cursor at end of the line
Edit Content of Cells

F2


FL Studio (Windows)
Rename selected mixer track
Mixer

F2


Adobe Photoshop CS5 (Windows)
Rotate image right
Camera Raw Dialog Box

R / Ctrl + [


Axialis IconWorkshop (Windows)
Preferences...
Edit Menu

F2


Adobe Photoshop CS5 (Windows)
Open selected images in Camera Raw dialog box from Bridge
Camera Raw Dialog Box

Ctrl + R


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
Formulas and Names - Work with Smart Art Graphics

F2


Comsol 5 (Windows)
Rename the selected node, file, or folder
Model Tree

F2


Audacity 2 (Windows)
Repeat last effect
Effect Menu

Ctrl + R


Comsol 5 (Linux)
Rename the selected node, file, or folder
Model Tree

F2


Audacity 2 (Windows)
Envelope tool
Tools Toolbar

F2


Comsol 5 (MacOS)
Rename the selected node, file, or folder
Model Tree

F2


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
Working with Access Views - Query Designer

F2


Twitter (Web Application)
Reply
Actions

R


Adobe Flash Professional (Windows)
Import Image/Sound/etc...
File

Ctrl + R


Twitter (Web Application)
Retweet
Actions

R


Pro Tools (Windows)
Capture...
Clip Menu

Ctrl + R


Axialis IconWorkshop (Windows)
Rotate...
Draw Menu

R


Microsoft Excel 2010 (Windows)
Edit the active cell with cursor at end of the line.
The Rest - Edit Inside Cells

F2


Feedly (Web Application)
Refresh
Navigation

r


Microsoft Word 2013 (Windows)
Right-align paragraph
Format Paragraphs and Apply Styles

Ctrl + R


Axialis IconWorkshop (Windows)
Copy color as HTML
Color Menu

Ctrl + R


Autodesk Maya 2015 (Windows)
Create file reference
File Operation

Ctrl + R


FileMaker Pro (Windows)
Assign Container
Layout Mode Shortcuts - Assign Field Types for Databases

Ctrl + R


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

R


Microsoft Excel 2010 (Windows)
Fill complete cell to the right (Copy cell from the left).
The Rest - Edit Active or Selected Cells

Ctrl + R


Linux Mint (Linux)
Rename selected item
File Manager (Nemo) - Interact with the Selected Item

F2


Qt Creator (Windows)
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros
Editor

F2


Qt Creator (MacOS)
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros
Editor

F2


FileMaker Pro (Windows)
Change to Pointer mode
Layout Mode Shortcuts - Relationships Graph

Ctrl + R


Microsoft Windows 10 (Windows)
Change the file name of active item
Navigate File List and Navigation Pane

F2


Google Drive (Web Application)
Open sort menu
Open Menus

r


Qt Creator (MacOS)
Open the QML file that defines the selected component
Qt Quick Designer

F2


Qt Creator (Windows)
Open the QML file that defines the selected component
Qt Quick Designer

F2


Adobe Photoshop CS5 (MacOS)
Align left, center, or right
Format Type

Horizontal Type tool+ Command + Shift + l , c , / R


Autodesk Maya 2015 (Windows)
Show Animation menu set
Interfaces

F2


Adobe Photoshop CS5 (MacOS)
Align top, center, or bottom
Format Type

Vertical Type tool+ Command + Shift + l , c , / R


Access 2010 (Windows)
Display hyperlink
Working with Access Views - Other Shortcuts

F2


Adobe Acrobat Pro (Windows)
Select Object tool
Tools

R


Sonar 2015 (Windows)
Record
Transport

R


Qt Creator (MacOS)
Run
Project

Ctrl + R


Qt Creator (Windows)
Run
Project

Ctrl + R


uTorrent (Windows)
RSS Downloader
21 Shortcuts for uTorrent (Windows)

Ctrl + R


uTorrent (Windows)
Rename Torrent (or RSS Favorite)
21 Shortcuts for uTorrent (Windows)

F2


uTorrent (Linux)
RSS Downloader
21 Shortcuts for uTorrent (Linux)

Ctrl + R


Sonar 2015 (Windows)
Record
Record

R


Sonar 2015 (Windows)
Arm all tracks for recording
Record

Ctrl + R


uTorrent (Linux)
Rename Torrent (or RSS Favorite)
21 Shortcuts for uTorrent (Linux)

F2


FileMaker Pro (Windows)
Group objects
Text Shortcuts - Arrange Objects

Ctrl + R


Adobe Photoshop CS5 (Windows)
Align left, center, or right
Format Type

Horizontal Type tool+ Ctrl + Shift + l , c , / R


Adobe Photoshop CS5 (Windows)
Align top, center, or bottom
Format Type

Vertical Type tool+ Ctrl + Shift + l , c , / R


Notepad++ 6 (Windows)
Go To Next Bookmark
Search menu

F2


Adobe Photoshop CS5 (MacOS)
Cut
Function keys

F2


uTorrent (MacOS)
Rename Torrent (or RSS Favorite)
21 Shortcuts for uTorrent (MacOS)

F2


Adobe After Effects CC (Windows)
Deselect all
Basics

F2 / Ctrl + Shift + A


Quickbooks Online (Windows)
Receive Payment
General Pages

R


Microsoft Windows 10 (Windows)
Rename file and folder
The Rest

F2


Quickbooks Online (Web Application)
Receive Payment
General Pages

R


Adobe After Effects CC (MacOS)
Deselect all
Basics

F2 / Command + Shift + A


Microsoft Excel 2010 (Windows)
Edit Selection Text in if possible (in formula bar).
The Rest - Work with Smart Art Graphics

F2


Google Mail (MacOS)
Reply to sender
Main Window - Manage Single Messages

R


Access 2010 (Windows)
The Rest - Select and move Fields or Columns

F2


Skype for Business (Lync) 2016 (Windows)
Show/ hide the participant list.
Conversation window

Ctrl + R


Autodesk Maya 2015 (Windows)
Scale Tool
Tool and Action

R


Google Play Music (Web Application)
Toggle repeat between off, all, and one
Playback

R


Quickbooks Online (Web Application)
Last day of the year
Enter Dates

R


Quickbooks Online (Windows)
Last day of the year
Enter Dates

R


Adobe Photoshop CS5 (Windows)
Cut
Function keys

F2


Microsoft OneNote 2016 (Windows)
Align Right/ Left
Format

Ctrl + R / Ctrl + L


Camtasia 8 (Windows)
Color - Red
Screen Draw Hotkeys

R


Access 2010 (Windows)
Switch between Edit and Navigation mode
The Rest - Design View

F2


FileMaker Pro (Windows)
Assign Container
Text Shortcuts - Assign Field Types for Databases

Ctrl + R


Clink (Windows)
Incremental history search
Clink Commands

Ctrl + R


Sonos Controller (Windows)
Toggle Repeat
22 Shortcuts for Sonos Controller (Windows)

Ctrl + R


Photoshop Lightroom CC (Windows)
Show in Explorer (Library/ Develop module)
Managing Photos and Catalogs

Ctrl + R


Microsoft Outlook 2016 (Windows)
Enable editing in a field (except in Mail or Icon view)
Common Commands: Common To Most Views

F2


Photoshop Lightroom CC (Windows)
Show in Finder (Library/ Develop module)
Managing Photos and Catalogs

Ctrl + R


FileMaker Pro (Windows)
Change to Pointer mode
Text Shortcuts - Relationships Graph

Ctrl + R


Microsoft Outlook 2016 (Windows)
Right align text
Common Commands: Common To Most Views

Ctrl + R


Photoshop Lightroom CC (MacOS)
Rename photo (in Library module)
Managing Photos and Catalogs

F2


Photoshop Lightroom CC (Windows)
Rename photo (in Library module)
Managing Photos and Catalogs

F2


Console2 (Windows)
Rename tab
30 Shortcuts for Console2 (Windows)

Ctrl + R


Clink (Windows)
reverse-search-history
BASH (GNU Readline) Line Editing

Ctrl + R


Autodesk Maya 2017 (Windows)
Create file reference
File Operation

Ctrl + R


Onshape (Windows)
Center point rectcangle
Sketch

R


Access 2016 (Windows)
Switch betwwn edit mode
Windows/Content Switching/Navigation

F2


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

R


Onshape (MacOS)
Center point rectcangle
Sketch

R


Access 2010 (Windows)
In Grid Pane: toggle between edit mode and cell selection mode
The Rest - Query Designer

F2


Microsoft Outlook 2016 (Windows)
Left/Right align a paragraph
Common Commands: Format Text and work with Editor

Ctrl + L / Ctrl + R


Microsoft Visio 2016 (Windows)
Rename the shape
Select Various Tool/Shape Shortcuts

F2


Plex (Windows)
Rewind
Graphics(Audio/Video) Control

R


Access 2016 (Windows)
Display complete hyperlink
Design/Content Operation(on selected control)

F2


Adobe After Effects CC (Windows)
Show or hide Rulers
Views

Ctrl + R


Corel VideoStudio X9.5 (Windows)
Repeat Play
Runtime Shortcuts

Ctrl + R


FileMaker Pro (Windows)
Group objects
Database Management Shortcuts - Arrange Objects

Ctrl + R


Plex (MacOS)
Rewind
Graphics(Audio/Video) Control

R


Microsoft PowerPoint 2016 (Windows)
Right Align selected text
Edit and General Text Operations

Ctrl + R


Microsoft Outlook 2016 (Windows)
Reply to a message
Mail

Ctrl + R


Microsoft PowerPoint 2016 (Windows)
Rename the file
Edit and General Text Operations

F2


Autodesk Maya 2017 (Windows)
Show Animation menu set
Interfaces

F2


Adobe Audition CC (Windows)
Repeat previous command with not clicking OK
Audio Editing Operations

Ctrl + R


Microsoft PowerPoint 2016 (Windows)
Reply to comment
Edit and General Text Operations

Ctrl + R


Adobe Premiere CC (Windows)
Speed
Clipping Shortcuts

Ctrl + R


Adobe Audition CC (Windows)
Repeat last command
Audio Editing Operations

Ctrl + R


Access 2010 (Windows)
Display hyperlink
The Rest - Other Shortcuts

F2


Microsoft Outlook 2016 (Windows)
Reply to a meeting request with a message
Calendar

Ctrl + R


FileMaker Pro (Windows)
Assign Container
Database Management Shortcuts - Assign Field Types for Databases

Ctrl + R


Adobe Illustrator CC (MacOS)
Rotate tool
Selectiong Tool

R


Adobe After Effects CC (Windows)
Show only Rotation and Orientation properties
Properties and Groups in Timeline Panel

R


Adobe Illustrator CC (Windows)
Rotate tool
Selectiong Tool

R


Photoshop Lightroom CC (Windows)
Select the Crop tool
Develop Module

R


Photoshop Lightroom CC (MacOS)
Select the Crop tool
Develop Module

R


Adobe After Effects CC (MacOS)
Show only Rotation and Orientation properties
Properties and Groups in Timeline Panel

R


Adobe Audition CC (Windows)
Select rectangular marquee tool
Marker/Tool/Clip Shortcuts

R


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

R


Corel Painter 2017 (MacOS)
Rectangular Selection
Toolbox commands

R


Adobe Audition CC (MacOS)
Select rectangular marquee tool
Marker/Tool/Clip Shortcuts

R


FileMaker Pro (Windows)
Change to Pointer mode
Database Management Shortcuts - Relationships Graph

Ctrl + R


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

R


Corel Painter 2017 (Windows)
Rectangular Selection
Toolbox commands

R


Autodesk Maya 2017 (Windows)
Scale Tool
Tool and Action

R


Adobe Premiere CC (Windows)
Rewind
Panel Shortcuts

R


Adobe Premiere CC (MacOS)
Rewind
Panel Shortcuts

R


Nuke 10 (Windows)
Red
Timeline Viewer

R


Nuke 10 (MacOS)
Red
Timeline Viewer

R


Nuke 10 (Linux)
Red
Timeline Viewer

R


FileMaker Pro (Windows)
Open the Layout pop-up menu
General keyboard shortcuts (Windows)

F2


Adobe Illustrator CC (MacOS)
Cut
Function Key Shortcuts

F2


Adobe Illustrator CC (Windows)
Cut
Function Key Shortcuts

F2


Nuke 10 (Windows)
Cycle Edit tools
Timeline

R


Hexagon 2 (MacOS)
Select Faces
Select,Interface and Display Shortcuts

F2


Photoshop Lightroom CC (Windows)
Show/ hide rulers
Print Module

Ctrl + R


Nuke 10 (MacOS)
Cycle Edit tools
Timeline

R


Nuke 10 (Linux)
Cycle Edit tools
Timeline

R


Hexagon 2 (Windows)
Select Faces
Select,Interface and Display Shortcuts

F2


Photoshop Lightroom CC (Windows)
Reload web gallery
Web Module

Ctrl + R


Nuke 10 (Windows)
Red Channel
2D Viewer

R


Hexagon 2 (MacOS)
Rotate manipulator
Selection,Tools and Manipulators Shortcuts

R


Nuke 10 (MacOS)
Red Channel
2D Viewer

R


Nuke 10 (Linux)
Red Channel
2D Viewer

R


Hexagon 2 (Windows)
Rotate manipulator
Selection,Tools and Manipulators Shortcuts

R


Apple Keynote (MacOS)
Reset the timer
Slideshow

R


FileMaker Pro (Windows)
Modify last find
Browse-Mode Shortcuts

Ctrl + R


IMVU (Windows)
Furni Rotate Tool
Tools

Ctrl + R


FileMaker Pro (Windows)
Open the Layout pop-up menu and switch layouts
Browse-Mode Shortcuts

F2


Anime Studio (Windows)
Preview
General Shortcuts

Ctrl + R


InDesign CC (Windows)
Rulers
View Menu Shortcuts

Ctrl + R


Zoho Sheet (Windows)
Fill to The Right
Actions

Ctrl + R


Hexagon 2 (Windows)
Redo
General Shortcuts

Ctrl + R


Nuke 10 (Windows)
Insert Read node
Node Graph

R


CINEMA 4D (Windows)
Rotate
Modelling

R


Nuke 10 (Linux)
Insert Read node
Node Graph

R


InDesign CC (Windows)
Rotate tool
Tools

R


Nuke 10 (MacOS)
Insert Read node
Node Graph

R


3D Coat (MacOS)
Specular Channel
PopUps

R


Zoho Sheet (Windows)
Edit active cell
Editing

F2


InDesign CC (MacOS)
Rotate tool
Tools

R


Zoho Writer (Windows)
To Justify Right
Format Tab

Ctrl + R


ArchiCAD 20 (Windows)
Redraw
Display Menu

Ctrl + R


Microsoft Word 2016 (Windows)
Right Align selected text
Text Editing/Graphics editing Operations

Ctrl + R


Anime Studio (Windows)
Point reduction
A to Z shortcuts

R


Microsoft Word 2016 (Windows)
Rename the file
Text Editing/Graphics editing Operations

F2


Zoho Sheet (Windows)
Edit mode
Shortcuts for Objects (Images,charts,buttons etc)

F2


3D Coat (Windows)
Specular Channel
PopUps

R


Dynamics GP 2015 (Windows)
View Reporting Currency
General Shortcuts

Ctrl + R


ArchiCAD 20 (Windows)
Radius
Actions

R


Dynamics NAV 2015 (Windows)
Edit
Function Key Shortcuts

F2


CINEMA 4D (Windows)
Render View
View

Ctrl + R


Windows Movie Maker (Windows)
Rename a collection or clip
On timeline

F2


CINEMA 4D (Windows)
Render Active Viewport
Rendering

Ctrl + R


Dynamics SL 2015 (Windows)
In a date field, brings up the relative period or relative date valuesin a text field, allows enables cursor movement inside the field (including “Home” & “End”)
Function Key Shortcuts

F2


Zoho Sheet (MacOS)
Edit active cell
Editing Shortcuts

F2


Windows Movie Maker (Windows)
Import video from a digital video camera
Import

Ctrl + R


Zoho Sheet (MacOS)
Edit mode
Shortcuts for Objects (Images,charts,buttons etc)

F2


Dynamics CRM 2015 (Windows)
Renames the selected item.
MMC Active Window Shortcuts

F2


Adobe Photoshop CC (Windows)
Rotate View tool
Selecting Tools

R


Dynamics SL 2015 (Windows)
Go to edit mode for Text, Number, and Simple fields when the focus is on a field
Grid/View Shortcuts

Type the value directly to overwrite the existing value / F2


Apple Photos (Windows)
Rotate photo clockwise
Edit

Ctrl + R


ArchiCAD 20 (MacOS)
Radius
Actions

R


Adobe Photoshop CC (Windows)
Show/Hide Rulers
Manage Views

Ctrl + R


Adobe Photoshop CC (MacOS)
Rotate View tool
Selecting Tools

R


Autodesk Inventor 2017 (Windows)
Pan
Function Key

F2


GIMP (Linux)
Rectangle Select
Selection Tools

R


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

R