Visual Studio 2015 (Windows)

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

All hotkeys for Visual Studio 2015 (Windows)

Code Editor - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Code Editor - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Editor - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Editor - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Code Editor - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Code Editor - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Editor - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Code Editor - Find, Replace, and Goto
Find symbol

Alt + F12

Code Editor - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Editor - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Code Editor - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Code Editor - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Code Editor - Find, Replace, and Goto
Goto line number

Ctrl + G

Code Editor - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Editor - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Editor - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Editor - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Editor - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Editor - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Editor - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Editor - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Editor - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Editor - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Editor - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Editor - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Editor - Select Text
Select current word

Ctrl + W

Code Editor - Select Text
Cancel Selection

Esc

Code Editor - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Editor - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Editor - Select Text
Select All

Ctrl + A

Code Editor - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Editor - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Editor - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Editor - Collapse Items
Collapse all

Ctrl + M + A

Code Editor - Collapse Items
Uncollapse all

Ctrl + M + X

Code Editor - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Editor - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Editor - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Editor - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Editor - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Editor - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Editor - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Editor - Edit Code
Make uppercase

Ctrl + Shift + U

Code Editor - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Editor - Edit Code
Comment selected text

Ctrl + K + C

Code Editor - Edit Code
Uncomment selected text

Ctrl + K + U

Code Editor - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Editor - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Editor - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Editor - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Editor - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Code Editor - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Editor - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Editor - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Editor - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Editor - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Editor - IntelliSense and Code Helper
Display symbol definition

F12

Code Editor - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Editor - Blocks
If block

I

Code Editor - Blocks
Else block

E + L

Code Editor - Blocks
Do While Loop block

D + O

Code Editor - Blocks
For Loop block

F + O + R

Code Editor - Blocks
While loop block

W + H

Code Editor - Blocks
Lock block

L

Code Editor - Blocks
Break

B + R

Code Editor - Data Types
Short

S + H

Code Editor - Data Types
True

T + R

Code Editor - Data Types
False

F

Code Editor - Data Types
Float

F + L

Code Editor - Data Types
Byte

B + Y

Code Editor - Data Types
Bool

B + O

Code Editor - Data Types
Enum myEnum

E

Code Editor - Others
A new public class block

T

Code Editor - Others
Console.WriteLine

C + W

Code Editor - Others
MessageBox.show

M + B

Code Editor - Others
CrossAppDomainDelegate

C + R

Code Editor - Others
AccessViolationException

A + B

Code Editor - Others
Exception class

E + X

Code Editor - Others
Static Void Main block

S + V + M

Code Editor - Others
Parallel

P + U

Code Editor - Others
Public Int Property

P + R

Code Editor - Others
Stackalloc

S

Coding - Find, Replace, and Goto
Find and replace dialog box

Ctrl + F

Coding - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Coding - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Coding - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

Coding - Find, Replace, and Goto
Find in files

Ctrl + Shift + F

Coding - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Coding - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

Coding - Find, Replace, and Goto
Find symbol

Alt + F12

Coding - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Coding - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

Coding - Find, Replace, and Goto
Quick find symbol

Shift + Alt + F12

Coding - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

Coding - Find, Replace, and Goto
Goto line number

Ctrl + G

Coding - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Coding - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Coding - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Coding - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Coding - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Coding - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Coding - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Coding - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Coding - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Coding - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Coding - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Coding - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Coding - Select Text
Select current word

Ctrl + W

Coding - Select Text
Cancel Selection

Esc

Coding - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Coding - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Coding - Select Text
Select All

Ctrl + A

Coding - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Coding - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Coding - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Coding - Collapse Items
Collapse all

Ctrl + M + A

Coding - Collapse Items
Uncollapse all

Ctrl + M + X

Coding - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Coding - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Coding - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Coding - Edit Code
Delete word to right of cursor

Ctrl + Delete

Coding - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Coding - Edit Code
Enter blank line above cursor

Ctrl + Enter

Coding - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Coding - Edit Code
Make uppercase

Ctrl + Shift + U

Coding - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Coding - Edit Code
Comment selected text

Ctrl + K + C

Coding - Edit Code
Uncomment selected text

Ctrl + K + U

Coding - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Coding - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Coding - Edit Code
Format document to code formatting settings

Ctrl + K + D

Coding - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Coding - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Coding - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Coding - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Coding - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Coding - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Coding - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Coding - IntelliSense and Code Helper
Display symbol definition

F12

Coding - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Coding - Blocks
If block

I

Coding - Blocks
Else block

E + L

Coding - Blocks
Do While Loop block

D + O

Coding - Blocks
For Loop block

F + O + R

Coding - Blocks
While loop block

W + H

Coding - Blocks
Lock block

L

Coding - Blocks
Break

B + R

Coding - Data Types
Short

S + H

Coding - Data Types
True

T + R

Coding - Data Types
False

F

Coding - Data Types
Float

F + L

Coding - Data Types
Byte

B + Y

Coding - Data Types
Bool

B + O

Coding - Data Types
Enum myEnum

E

Coding - Others
A new public class block

T

Coding - Others
Console.WriteLine

C + W

Coding - Others
MessageBox.show

M + B

Coding - Others
CrossAppDomainDelegate

C + R

Coding - Others
AccessViolationException

A + B

Coding - Others
Exception class

E + X

Coding - Others
Static Void Main block

S + V + M

Coding - Others
Parallel

P + U

Coding - Others
Public Int Property

P + R

Coding - Others
Stackalloc

S

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

Ctrl + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous

F3 / Shift + F3

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Replace options on the quick tab

Ctrl + H

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find all references for selected symbol

Shift + F12

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

Ctrl + Shift + F

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Stop current find in files operation

Alt + F3 , s

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Find next / find previous in selected text

Ctrl + F3 / Ctrl + Shift + F3

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

Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Put cursor in find/command box of the toolbar. Use ctrl+/ in Visual C#

Ctrl + D

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

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

Shift + Alt + F12

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Display Navigate-To dialog box

Ctrl + ,

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

Ctrl + G

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Go to matching brace in source file

Ctrl + ]

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to next occurrence of highlighted symbol

Shift + Ctrl + Arrow down

Code Snippets (Visual C# Scheme) - Find, Replace, and Goto
Jump to previous occurrence of highlighted symbol

Shift + Ctrl + Arrow up

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Cut, copy, paste

Ctrl + x , Ctrl+ c , Ctrl+ V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Pastes an item from the Clipboard ring

Ctrl + Shift + V

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Undo

Ctrl + Z

Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)

Ctrl + Y

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one character/one line

Shift + Arrow Keys

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of document

Ctrl + Shift + End / Ctrl + Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to nexst brace

Ctrl + Shift + ]

Code Snippets (Visual C# Scheme) - Select Text
Extend selection to end / to beginning of line

Shift + End / Shift + Home

Code Snippets (Visual C# Scheme) - Select Text
Extends selection down one page / up one page

Shift + Page Down / Shift + Page Up

Code Snippets (Visual C# Scheme) - Select Text
Select current word

Ctrl + W

Code Snippets (Visual C# Scheme) - Select Text
Cancel Selection

Esc

Code Snippets (Visual C# Scheme) - Select Text
Moves cursor and extend selection to the last line / first line in view.

Ctrl + Shift + Page Down / Page Up

Code Snippets (Visual C# Scheme) - Select Text
Extend selection one word to the right / one word to the left

Ctrl + Shift + Arrow Right / Arrow Left

Code Snippets (Visual C# Scheme) - Select Text
Select All

Ctrl + A

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse / un-collapse current preset area (e.g. method)

Ctrl + M + M

Code Snippets (Visual C# Scheme) - Collapse Items
Collpase / hide current selection

Ctrl + M + H

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse declaration bodies

Ctrl + M + O

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse all

Ctrl + M + A

Code Snippets (Visual C# Scheme) - Collapse Items
Uncollapse all

Ctrl + M + X

Code Snippets (Visual C# Scheme) - Collapse Items
Collapse Html tag

Ctrl + m , ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines to and add to clipboard

Ctrl + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete current line or selection of lines

Ctrl + Shift + L

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to right of cursor

Ctrl + Delete

Code Snippets (Visual C# Scheme) - Edit Code
Delete word to left of cursor

Ctrl + Backspace

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line above cursor

Ctrl + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Enter blank line below cursor

Ctrl + Shift + Enter

Code Snippets (Visual C# Scheme) - Edit Code
Make uppercase

Ctrl + Shift + U

Code Snippets (Visual C# Scheme) - Edit Code
Make lowercase (reverse upercase)

Ctrl + U

Code Snippets (Visual C# Scheme) - Edit Code
Comment selected text

Ctrl + K + C

Code Snippets (Visual C# Scheme) - Edit Code
Uncomment selected text

Ctrl + K + U

Code Snippets (Visual C# Scheme) - Edit Code
Remove white space and tabs in selection or around current cursor position

Ctrl + K + \

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Display parameter required for selected method

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - Edit Code
Visualize whitespace (or press Ctrl+r, then Ctrl+w)

Ctrl + Shift + 8

Code Snippets (Visual C# Scheme) - Edit Code
Format document to code formatting settings

Ctrl + K + D

Code Snippets (Visual C# Scheme) - Edit Code
Format selection to code formatting settings

Ctrl + K + F

Code Snippets (Visual C# Scheme) - Edit Code
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a

Ctrl + Shift + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose character left and right of cursor; cursor between ab would make ba

Ctrl + T

Code Snippets (Visual C# Scheme) - Edit Code
Transpose line: Move line below cursor up and current line down.

Shift + Alt + T

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Autocomplete word from completion list (or alt+right arrow)

Ctrl + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Show parameter info

Ctrl + Shift + Space

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol declaration

Ctrl + F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Display symbol definition

F12

Code Snippets (Visual C# Scheme) - IntelliSense and Code Helper
Open IntelliSense completion list

Ctrl + J

Code Snippets (Visual C# Scheme) - Blocks
If block

I

Code Snippets (Visual C# Scheme) - Blocks
Else block

E + L

Code Snippets (Visual C# Scheme) - Blocks
Do While Loop block

D + O

Code Snippets (Visual C# Scheme) - Blocks
For Loop block

F + O + R

Code Snippets (Visual C# Scheme) - Blocks
While loop block

W + H

Code Snippets (Visual C# Scheme) - Blocks
Lock block

L

Code Snippets (Visual C# Scheme) - Blocks
Break

B + R

Code Snippets (Visual C# Scheme) - Data Types
Short

S + H

Code Snippets (Visual C# Scheme) - Data Types
True

T + R

Code Snippets (Visual C# Scheme) - Data Types
False

F

Code Snippets (Visual C# Scheme) - Data Types
Float

F + L

Code Snippets (Visual C# Scheme) - Data Types
Byte

B + Y

Code Snippets (Visual C# Scheme) - Data Types
Bool

B + O

Code Snippets (Visual C# Scheme) - Data Types
Enum myEnum

E

Code Snippets (Visual C# Scheme) - Others
A new public class block

T

Code Snippets (Visual C# Scheme) - Others
Console.WriteLine

C + W

Code Snippets (Visual C# Scheme) - Others
MessageBox.show

M + B

Code Snippets (Visual C# Scheme) - Others
CrossAppDomainDelegate

C + R

Code Snippets (Visual C# Scheme) - Others
AccessViolationException

A + B

Code Snippets (Visual C# Scheme) - Others
Exception class

E + X

Code Snippets (Visual C# Scheme) - Others
Static Void Main block

S + V + M

Code Snippets (Visual C# Scheme) - Others
Parallel

P + U

Code Snippets (Visual C# Scheme) - Others
Public Int Property

P + R

Code Snippets (Visual C# Scheme) - Others
Stackalloc

S

Manage Visual Studio
Save current file

Ctrl + S

Manage Visual Studio
Save all files

Ctrl + Shift + S

Manage Visual Studio
Create new project

Ctrl + Shift + N

Manage Visual Studio
Open file

Ctrl + O

Manage Visual Studio
Open project

Ctrl + Shift + O

Manage Visual Studio
Add item to project

Ctrl + Shift + A

Manage Visual Studio
Close menu or dialog

Esc

Manage Visual Studio
Print

Ctrl + P

Manage Visual Studio
Toggle full screen mode

Shift + Alt + Enter

Manage Visual Studio
Close current tab

Ctrl + F4

Manage Visual Studio
Go to next / go to previous window

Ctrl + F6 / Ctrl + Shift + F6

Manage Visual Studio
Press and hold Ctrl+Tab, then using arrow keys gives a small task manager with all open files and views

Ctrl + Tab , then Arrow keys

Manage Visual Studio
Find current document in Solution Explorer

Ctrl - [ / Ctrl + S

Manage Visual Studio
Diagram

Ctrl + 1

Manage Visual Studio
Criteria

Ctrl + 2

Manage Visual Studio
SQL

Ctrl + 3

Manage Visual Studio
Results

Ctrl + 4

Manage Visual Studio
Rename

F2 / Ctrl + R / R

Bookmarks
Toogle bookmark

Ctrl + K + K

Bookmarks
Goto next bookmark

Ctrl + K + N

Bookmarks
Goto previous bookmark

Ctrl + K + P

Bookmarks
Goto next bookmark in folder

Ctrl + Shift + K + N

Bookmarks
Goto previous bookmark in folder

Ctrl + Shift + K + P

Bookmarks
Put focus on bookmark window

Ctrl + K + W

Bookmarks
Leave bookmark window and focus on editor

Esc

Bookmarks
Toggle code shortcut at current line*

Ctrl + K + H

Bookmarks
Clear all bookmarks

Ctrl + K + L

Bookmarks
Show Task List (including code shortcuts)

Ctrl + \ + T

Build and Debug
Build solution (or Ctrl+shift+b)

F6

Build and Debug
Rebuild solution

Ctrl + Alt + F7

Build and Debug
Cancel build process

Ctrl + Break

Build and Debug
Show error list

Ctrl + \ + E

Build and Debug
Toggle breakpoint

F9

Build and Debug
Insert new function breakpoint

Ctrl + B

Build and Debug
Start debugging

F5

Build and Debug
Debug / step into

F11

Build and Debug
Debug / step over

F10

Build and Debug
Debug / step out

Shift + F11

Build and Debug
Debug / run to cursor

Ctrl + F10

Build and Debug
Show Quickwatch window

Ctrl + Alt + Q

Build and Debug
Set current statement to be the next executed

Ctrl + Shift + F10

Build and Debug
Show nexst statement

Alt + * (on numeric keyboard)

Build and Debug
Show Exception dialog box

Ctrl + Alt + E

Build and Debug
Toggle between disassembly and user code view

Ctrl + F11

Build and Debug
Stop Debugging

Shift + F5

Build and Debug
Bypass debugger

Ctrl + F5

Build and Debug
Show attach to process window

Ctrl + Alt + P

Build and Debug
Break all executing threads

Ctrl + Alt +break

Tool Windows
Put cursor in the find/command box in toolbar

Ctrl + /

Tool Windows
Open code snippet manager window

Ctrl + K + B

Tool Windows
Open macro IDE window

Alt + F11

Tool Windows
Open bookmark window

Ctrl + K + W

Tool Windows
Open call hierarchy window

Ctrl + Alt + K

Tool Windows
Open class view window

Ctrl + Shift + C

Tool Windows
Open Command window

Ctrl + Alt + A

Tool Windows
Open Output window

Ctrl + Shift + O

Tool Windows
Open Resource view window

Ctrl + Shift + E

Tool Windows
Open Server explorer window

Ctrl + Alt + S

Tool Windows
Open Solution explorer window

Ctrl + Shift + L

Tool Windows
Close Find & Replace Window

Shift + Esc

For HTML Pages
Toggle between Design and Code behind pages

F7

For HTML Pages
Toggle between Design and HTML Source

Shift + F7

For HTML Pages
Cycle between design, split and source

Ctrl + Page Down / Page Up

For HTML Pages
Delete all breakpoints

Ctrl + Shift + F9

Similar combinations for other applications


VLC Media Player (Windows)
Jump 3 seconds forward/ backward
Jump in playback

Shift + Arrow Right / Arrow Left


VLC Media Player (Windows)
Jump 10 seconds forward/ backward
Jump in playback

Alt + Arrow Right / Arrow Left


VLC Media Player (Windows)
Jump 1 minute forward/ backward
Jump in playback

Ctrl + Arrow Right / Arrow Left


Microsoft Outlook 2010 (Windows)
Collapse or expand group in message list
Messages in Main View - Navigation Pane

Arrow Left / Arrow Right


Google Chrome (Windows)
Expand / Collapse
Manage Chrome DevTools - Elements Panel

Arrow Right / Arrow Left


Microsoft Outlook 2010 (Windows)
Collapse / expand groups (e.g. week)
Messages in Main View - Message List and Single Messages

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Work with Data Selections - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Microsoft OneNote 2010 (Windows)
Move one character to the left / right.
Basic Editing and Formatting

arrow left / arrow right


Firebug (Windows)
Collapse / Expand current node
HTML-Panel

Arrow Left / Arrow Right


Eclipse Helios (Windows)
Jump one word to the left / one word to the right
Navigate in Editor

Ctrl + Arrow Right / Arrow Left


Firebug (Linux)
Collapse / Expand current node
HTML-Panel

Arrow Left / Arrow Right


Remember the Milk (Web Application)
Move to the next/previous tab (e.g. task list)
Navigation

ctrl + shift + arrow right / arrow left


Firebug (MacOS)
Collapse / Expand current node
HTML-Panel

Arrow Left / Arrow Right


Eclipse Helios (Windows)
Expand selection by one character to the left / to the right
Select Text

Shift + Arrow Right / Arrow Left


Adobe Photoshop CS5 (MacOS)
Back one frame
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Adobe Photoshop CS5 (Windows)
Back one frame
Photoshop CS5 Panels - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Eclipse Helios (Windows)
Expand selection to next / previous word
Select Text

Ctrl + Shift + Arrow Right / Arrow Left


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Managing 'Windows' in Windows 7 - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Microsoft OneNote 2010 (Windows)
Indent a paragraph to the right / remove indent.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

alt + shift + arrow right / arrow left


Thunderbird (Windows)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


Adobe Photoshop CS4 (MacOS)
Decrease/increase brush size by 1 (Extract only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Arrow Left / arrow right with Brush Size Slider showing


Thunderbird (Linux)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


Thunderbird (MacOS)
Expand / collapse collapsed Thread
Navigate Messages

Arrow Right / Arrow Left


Adobe Photoshop CS4 (MacOS)
Decrease/increase brush size by 2, or density, pressure, rate, or turbulent jitter by 1 (Liquify only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Arrow Left / arrow right with Brush Size, Density, Pressure, Rate, / Turbulent Jitter slider showing


Google Chrome (Linux)
Expand / Collapse
Manage Chrome DevTools - Elements Panel

Arrow Right / Arrow Left


Access 2010 (Windows)
Select the menu to the left / menu to the right
Manage Access Features - Menus

Arrow Left / Arrow Right


Inpage (Windows)
Go one charactor left / one character right
To move cursor

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Access border menu in 'Format Cell' dialog. Once border was selected, it will show up directly on the next Ctrl+1
Work with Data Selections - Apply Borders to Cells

Ctrl + 1 , then Ctrl + Arrow Right / Arrow Left


Microsoft Outlook 2010 (Windows)
Go to previous / next day
Messages in Main View - Navigate Calendar

Arrow Left / Arrow Right


Access 2010 (Windows)
Extend a selection to adjacent fields in the same row in Datasheet view
Manage Access Features - Select and move Fields or Columns

Arrow Left / Arrow Right


Microsoft Outlook 2010 (Windows)
Collapse or expand group in message list
Messages in Compose View - Navigation Pane

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Windows Explorer - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Access 2010 (Windows)
Move cursor one character to the right / to the left
Manage Access Features - Edit Text and Data

Arrow Right / Arrow Left


Microsoft Outlook 2010 (Windows)
Collapse / expand groups (e.g. week)
Messages in Compose View - Message List and Single Messages

Arrow Left / Arrow Right


Microsoft Word 2007 (Windows)
Extend a selection to the end of a word.
Edit and move text and graphics: Extend a selection

Ctrl + Shift + Arrow Right


Google Docs (Windows)
Jump one character to the left / to the right
Navigate Google Docs

Arrow Left / Arrow Right


Google Docs (MacOS)
Jump one character to the left / to the right
Navigate Google Docs

Arrow Left / Arrow Right


Microsoft Word 2007 (Windows)
One character to the left
Edit and move text and graphics: Move through your document

Arrow Left


Google Docs (Windows)
Extend selection one word to the right / to the left
Select Text

Ctrl + Shift + Arrow Right / Ctrl + Shift + Arrow Left


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Insert and Edit Data - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Media Player Classic (MPC) (Windows)
Medium jump (~5-20 sec)
Jump

Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Decrease/increase brush size by 1
Photoshop CS5 Panels - Extract Only

Arrow Left / arrow right with Brush Size Slider showing


Adobe Photoshop CS5 (Windows)
Decrease/increase brush size by 1
Photoshop CS5 Panels - Extract Only

Arrow Left / arrow right with Brush Size Slider sho win g


Microsoft Outlook 2010 (Windows)
Go to previous / next day
Messages in Compose View - Navigate Calendar

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Windows Admin - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Back one frame
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Opera (Linux)
Move one character to the left
Navigation

Arrow Left


Microsoft Outlook 2010 (Windows)
Collapse or expand group in message list
Calendar Shortcuts - Navigation Pane

Arrow Left / Arrow Right


Adobe Photoshop CS5 (Windows)
Back one frame
Extract and Pattern Maker (plug-in) - Animation Panel (Timeline Mode, PS extended)

Arrow Left / Page Up


Microsoft Outlook 2010 (Windows)
Collapse / expand groups (e.g. week)
Calendar Shortcuts - Message List and Single Messages

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Access border menu in 'Format Cell' dialog. Once border was selected, it will show up directly on the next Ctrl+1
Insert and Edit Data - Apply Borders to Cells

Ctrl + 1 , then Ctrl + Arrow Right / Arrow Left


Oracle SQL Developer 4 (Windows)
Jump to Next/ Previous word
Code Editor

Ctrl + Arrow Right / Arrow Left


Microsoft Windows 8 (Windows)
Expand folder / collapse folder (navigation pane only)
Windows Explorer - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Microsoft Windows 7 (Windows)
Expand folder / collapse folder (navigation pane only)
Ease of Access and Magnifier - Navigate File List and Navigation Pane

Arrow Left / Arrow Right


Access 2010 (Windows)
Select the menu to the left / menu to the right
Working with Text and Data - Menus

Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Move left/right one cell
Working with Tables

Arrow Left / Arrow Right


InDesign CS5 (MacOS)
Select cell to the right/left of the current cell
Working with Tables

Shift + Arrow Right / Arrow Left


Adobe Photoshop CS4 (MacOS)
Move 1 character left/right, 1 line down/up, or 1 word left/right
Shortcut Keys for selecting, editing, and navigating through text

Arrow Left / arrow right , arrow down / arrow up , / Command + Arrow Left / Arrow Right


Microsoft Outlook 2010 (Windows)
Go to previous / next day
Calendar Shortcuts - Navigate Calendar

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Format Data - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Access 2010 (Windows)
Extend a selection to adjacent fields in the same row in Datasheet view
Working with Text and Data - Select and move Fields or Columns

Arrow Left / Arrow Right


Photoshop Lightroom 4 (Windows)
Go to next/previous photo in the Filmstrip
Managing photos and catalog

Arrow Right / Arrow Left


Access 2010 (Windows)
Move cursor one character to the right / to the left
Working with Text and Data - Edit Text and Data

Arrow Right / Arrow Left


Microsoft Windows 8 (Windows)
Move Window to left/center/right. Works across multiple monitors
Managing Windows 8 Desktop Windows

Win + Arrow Right / Arrow Left


InDesign CS5 (MacOS)
Move to right or left one character
Navigating Through and Editing Text

Arrow Right / Arrow Left


InDesign CS5 (MacOS)
Move to right or left one word
Navigating Through and Editing Text

Command + Arrow Right / Arrow Left


Photoshop Lightroom 4 (MacOS)
Go to next/previous photo in the Filmstrip
Managing photos and catalog

Arrow Right / Arrow Left


InDesign CS5 (MacOS)
Select one character right or left
Navigating Through and Editing Text

Shift + Arrow Right / Arrow Left


Microsoft Windows 7 (Windows)
Go to next / go to previous photo
Photo Viewer

Arrow Left / Arrow Right


Microsoft PowerPoint 2010 (Windows)
Select to the end of a word.
Work with Text and Objects

Ctrl + Shift + Arrow Right


Adobe Photoshop CS5 (MacOS)
Decrease/increase brush size by 1
Extract and Pattern Maker (plug-in) - Extract Only

Arrow Left / arrow right with Brush Size Slider showing


Sublime Text (Windows)
Open new tab in pane to the left arrow/ right arrow\
Split Panes

Ctrl + K , then Ctrl + Shift + Arrow Right / Arrow Left


Microsoft Excel 2010 (Windows)
Access border menu in 'Format Cell' dialog. Once border was selected, it will show up directly on the next Ctrl+1
Format Data - Apply Borders to Cells

Ctrl + 1 , then Ctrl + Arrow Right / Arrow Left


Microsoft PowerPoint 2010 (Windows)
Move one character to the left.
Basic Text Navigation and Formatting

Arrow Left


Adobe Photoshop CS5 (Windows)
Decrease/increase brush size by 1
Extract and Pattern Maker (plug-in) - Extract Only

Arrow Left / arrow right with Brush Size Slider sho win g


InDesign CS5 (MacOS)
Expand/Collapse element
Working with XML

Arrow Right / Arrow Left


InDesign CS5 (MacOS)
Expand/Collapse element and child elements
Working with XML

Option + Arrow Right / Arrow Left


Adobe Photoshop CS4 (MacOS)
Back one frame
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Left / Page Up


CATIA V5 (Windows)
Rotate the model clockwise / rotate model counter-clockwise around Z axis
38 Shortcuts for CATIA V5 (Windows)

CTRL + Shift + Arrow Right / Ctrl + Shift + Arrow Left


Microsoft Outlook 2010 (Windows)
Select closest card in next / previous column
Business Card View

Arrow Right / Arrow Left


CATIA V5 (Windows)
Relocate the graph 1/10th of a page to the left / to the right
38 Shortcuts for CATIA V5 (Windows)

Arrow Left / Arrow Right


iTunes (Windows)
Move forward or backward within a song
Playback shortcuts

Ctrl + Alt + Arrow Right / Arrow Left


iTunes (Windows)
Listen to the next or previous album in a list
Playback shortcuts

Shift + Arrow Right / Arrow Left


iTunes (MacOS)
Move forward or backward within a song
Playback shortcuts

Option + ⌘ + Arrow Right / Arrow Left


iTunes (Windows)
Go to the next / go to previous song in a list
Playback shortcuts

Arrow Left / Arrow Right


iTunes (MacOS)
Listen to the next or previous album in a list
Playback shortcuts

Option + Arrow Right / Arrow Left


iTunes (MacOS)
Go to the next or previous song in a list
Playback shortcuts

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
Formulas and Names - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Facebook (Web Application)
skip back and forth between photos
Lightbox Mode

Arrow Left / Arrow Right


iTunes (Windows)
Play the next song / play previous song in a list (When a song is playing)
Control menu shortcuts

Arrow Right / Arrow Left


Youtube Player (Windows)
Jump backwards/ forward 5 seconds
Navigate Video

Arrow Left / Arrow Right


Adobe Photoshop CS5 (MacOS)
Decrease/increase brush size by 2 (or density, pressure, rate, or turbulent jitter by 1). Hold down Shift to decrease/increase by 10
Liquify

Arrow Left / arrow right in Brush Size, Density, Pressure, Rate, / Turbulent Jitter text box


Adobe Photoshop CS5 (MacOS)
Decrease/increase brush size by 2 (or density, pressure, rate, or turbulent jitter by 1). Hold down Shift to decrease/increase by 10
Liquify

Arrow Left / arrow right with Brush Size, Density, Pressure, Rate, / Turbulent Jitter slider showing


iTunes (Windows)
Open or close the selected item’s disclosure triangle
With full keyboard navigation enabled

Arrow Left / Arrow Right or + / - on the numeric keypad


iTunes (MacOS)
Play the next song / play previous song in a list (When a song is playing)
Add Menu

Arrow Right / Arrow Left


iTunes (Windows)
Go to the next or last chapter (during playing spoken words, if available)
Other

Ctrl + Shift + Arrow Right / Arrow Left


iTunes (MacOS)
Go to the next or last chapter during spoken words (if available)
Other

Shift + ⌘ + Arrow Right / Arrow Left


Access 2010 (Windows)
Select the menu to the left / menu to the right
Working with Access Views - Menus

Arrow Left / Arrow Right


Adobe Photoshop CS5 (Windows)
Decrease/increase brush size by 2 (or density, pressure, rate, or turbulent jitter by 1). Hold down Shift to decrease/increase by 10
Liquify

Arrow Left / arrow right in Brush Size, Density, Pressure, Rate, / Turbulent Jitter text box


Photoshop Lightroom 4 (Windows)
Go to next slide / Go to previous slide
Slideshow module

Arrow Right / Arrow Left


Adobe Photoshop CS5 (Windows)
Decrease/increase brush size by 2 (or density, pressure, rate, or turbulent jitter by 1). Hold down Shift to decrease/increase by 10
Liquify

Arrow Left / arrow right with Brush Size, Density, Pressure, Rate, / Turbulent Jitter slider showing


FL Studio (Windows)
Previous pattern
Pattern Selector

Arrow Left


Microsoft PowerPoint 2010 (Windows)
Select or cancel selection one word to the right.
Work with Dialog Boxes

Ctrl + Shift + Arrow Right


Microsoft PowerPoint 2010 (Windows)
Move the focus from an item in a group to its parent group.
Work with the Selection pane.

Arrow Left


Photoshop Lightroom 4 (MacOS)
Go to next slide / go to previous slide
Slideshow module

Arrow Right / Arrow Left


Access 2010 (Windows)
Extend a selection to adjacent fields in the same row in Datasheet view
Working with Access Views - Select and move Fields or Columns

Arrow Left / Arrow Right


Microsoft Word 2013 (Windows)
Jump one character to the left / to the right
Navigate in Word Documents

Arrow Left / Arrow Right


Microsoft Excel 2010 (Windows)
Access border menu in 'Format Cell' dialog. Once border was selected, it will show up directly on the next Ctrl+1
Formulas and Names - Apply Borders to Cells

Ctrl + 1 , then Ctrl + Arrow Right / Arrow Left


Access 2010 (Windows)
Move cursor one character to the right / to the left
Working with Access Views - Edit Text and Data

Arrow Right / Arrow Left


Microsoft Word 2013 (Windows)
Extend selection one character to the right / to the left
Select Text, Move, and Delete Text

Shift + Arrow Right / Arrow Left


Microsoft Word 2013 (Windows)
Extend selection one word to the right / to the left
Select Text, Move, and Delete Text

Ctrl + Shift + Arrow Right / Arrow Left


Virtual DJ (Windows)
Skip Beat 4
All Shortcuts

Ctrl + Shift + Arrow Right


Adobe Acrobat Pro (Windows)
Previous page
Navigation - Navigating a PDF

Arrow Left / Ctrl + Page Up


Comsol 5 (Windows)
Collapse a branch in the model tree
Model Tree

Arrow Left


Comsol 5 (MacOS)
Collapse a branch in the model tree
Model Tree

Arrow Left


Microsoft Excel 2010 (Windows)
Select or unselect one word to the left / to the right.
The Rest - Select inside cells

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Adobe Acrobat Pro (Windows)
Collapse the current bookmark (focus on Bookmarks panel)
Navigation - Navigation panels

Arrow Left / -


Linux Mint (Linux)
Navigate one directory forward / back
File Manager (Nemo) - Navigating Directories

Alt + Arrow Right / Arrow Left


Microsoft Word 2013 (Windows)
Promote / demote Headings
Format Paragraphs and Apply Styles

Alt + Shift + Arrow Right / Arrow Left


Adobe Acrobat Pro (Windows)
Navigate through the other controls in the top bar - Home, Tools, Document
Navigation

Arrow Right / Arrow Left / Tab / Shift + Tab


Adobe Acrobat Pro (Windows)
Selects the next or previous column header for sorting
PDF Portfolios

Arrow Left / Arrow Right


Atom (text editor) 1.0 (Linux)
Expand / collapse selected directory
Tree View

h / l OR Arrow Right / Arrow Left


Atom (text editor) 1.0 (Windows)
Expand / collapse selected directory
Tree View

H / l OR Arrow Right / Arrow Left


Microsoft Excel 2010 (Windows)
Access border menu in 'Format Cell' dialog. Once border was selected, it will show up directly on the next Ctrl+1
The Rest - Apply Borders to Cells

Ctrl + 1 , then Ctrl + Arrow Right / Arrow Left


Access 2010 (Windows)
Select the menu to the left / menu to the right
The Rest - Menus

Arrow Left / Arrow Right


Camtasia 8 (Windows)
Select next clip/ previous clip
Editor Timeline Navigation

Ctrl + Shift + Alt + Arrow Right / Arrow Left


Camtasia 8 (Windows)
Make a selection step-by-step
Editor Timeline Navigation

Ctrl + Shift + Arrow Right / Arrow Left


Prezi (Web Application)
Move Forward / move Backward along the Path
Presenting

Arrow Right / Arrow Left


Skype for Business (Lync) 2016 (Windows)
Navigate right /left to the next element in the Conversation window
Conversation window

Ctrl + Shift + Alt + Arrow Right / Arrow Left


Access 2010 (Windows)
Extend a selection to adjacent fields in the same row in Datasheet view
The Rest - Select and move Fields or Columns

Arrow Left / Arrow Right


Access 2010 (Windows)
Move cursor one character to the right / to the left
The Rest - Edit Text and Data

Arrow Right / Arrow Left


Microsoft OneNote 2016 (Windows)
Indent/ outdent paragraph
Format

Alt + Shift + Arrow Right / Arrow Left


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one column right/ left
Select Cells - Column and Row Selection

Shift + Space , then
Shift + Arrow Right / Arrow Left


Sway 2016 (Windows)
Extend the selection by a word to the left/right
Text Selection and Navigation

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Sway 2016 (Windows)
Go to the previous/next character
Text Selection and Navigation

Arrow Left / Arrow Right


Sway 2016 (Windows)
Expand/collapse the selected Group or Section
Card Interaction

Arrow Right / Arrow Left


Sway 2016 (Windows)
Slide left/right by chunk
Group: Comparison

Arrow Left / Arrow Right


Sway 2016 (Windows)
Go to the previous/next image
Group: Slideshow

Arrow Left / Arrow Right


Skype for Business (Lync) 2016 (Windows)
With slide in focus - Move to previous slide / next slide (or next click)
PowerPoint Sharing

Arrow Right / Arrow Left


Sonos Controller (Windows)
Next song/ previous song
22 Shortcuts for Sonos Controller (Windows)

Arrow Right / Arrow Left


Photoshop Lightroom CC (MacOS)
Go to next/ previous photo in Filmstrip
Managing Photos and Catalogs

Arrow Right / Arrow Left


Photoshop Lightroom CC (Windows)
Go to next/ previous photo in Filmstrip
Managing Photos and Catalogs

Arrow Right / Arrow Left


Access 2016 (Windows)
Move to Left
Design/Content Operation(on selected control)

Arrow Left / Ctrl + Arrow Left


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one column right/ left
Format Cells - Column and Row Selection

Shift + Space , then
Shift + Arrow Right / Arrow Left


Plex (MacOS)
Navigate to left
Control By Apple Remote

Arrow Left


Plex (MacOS)
Backward 10 second
Playback Control by Apple Remote

Arrow Left


Microsoft Outlook 2016 (Windows)
Expand/collapse a single selected group
Groups

Arrow Right / Arrow Left


Photoshop Lightroom CC (Windows)
Go to previous slide
Slideshow Module

Arrow Left


FileMaker Pro (MacOS)
Move to nexst tab / move to previosu tab (When a tab is selected)
Navigation and Window Display

Arrow Right / Arrow Left


Photoshop Lightroom CC (MacOS)
Go to previous slide
Slideshow Module

Arrow Left


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one column right/ left
Formulas - Column and Row Selection

Shift + Space , then
Shift + Arrow Right / Arrow Left


Adobe After Effects CC (Windows)
Move Keyframe 1 Frame later / earlier
Keyframes and Graph Editor

Alt + Arrow Right / Arrow Left


Adobe After Effects CC (Windows)
Move Keyframe 10 Frames later / earlier
Keyframes and Graph Editor

Alt + Shift + Arrow Right / Arrow Left


Adobe After Effects CC (MacOS)
Move Keyframe 1 Frame later / earlier
Keyframes and Graph Editor

Option +
Arrow Right / Arrow Left


FileMaker Pro (Windows)
Go to next tab / previous tab (When a tab is selected)
Navigation and Window Display

Arrow Right / Arrow Left


Adobe After Effects CC (MacOS)
Move Keyframe 10 Frames later / earlier
Keyframes and Graph Editor

Option + Shift +
Arrow Right / Arrow Left


Microsoft Outlook 2016 (Windows)
Select the closest card in the next/previous column
View: Business Cards/Address cards

Arrow Right / Arrow Left


Adobe After Effects CC (Windows)
Extend selection one character to the right / left
Text

Shift + Arrow Right / Arrow Left


Adobe After Effects CC (Windows)
Extend selection one word to right / left
Text

Ctrl + Shift + Arrow Right / Arrow Left


Adobe After Effects CC (Windows)
Extend selection one line to the right / left in vertical text
Text

Shift + Arrow Right / Arrow Left


Adobe After Effects CC (MacOS)
Extend selection one character to the right / left
Text

Shift +
Arrow Right / Arrow Left


Adobe After Effects CC (MacOS)
Extend selection one word to right / left
Text

Command +
Shift + Arrow Right / Arrow Left


Microsoft Outlook 2016 (Windows)
Move to the previous/next character in a field (when a field in a card is selected)
View: Business Cards/Address cards

Arrow Left / Arrow Right


Microsoft Outlook 2016 (Windows)
Select the previous/next item
View: Timeline (Tasks) - When an item is selected

Arrow Left / Arrow Right


Microsoft Outlook 2016 (Windows)
Move backward/forward in increments of time that are the same as those shown on the time scale
View: Timeline (Tasks) - When a unit of time for days is selected

Arrow Left / Arrow Right


Microsoft Outlook 2016 (Windows)
Go to the previous/next day
View: Calendar - Day/Week/Month

Arrow Left / Arrow Right


Adobe After Effects CC (Windows)
Set rounded rectangle roundness to 0 / to maximum, or decrease / increase polygon and star outer roundness
Shape Layers

Arrow Left / right arrow when dragging to create shape


Adobe After Effects CC (MacOS)
Set rounded rectangle roundness to 0 / to maximum, or decrease / increase polygon and star outer roundness
Shape Layers

Arrow Left / Right Arrow when Dragging to create shape


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one column right/ left
Manage Workbooks - Column and Row Selection

Shift + Space , then
Shift + Arrow Right / Arrow Left


Zoho Sheet (Windows)
Select Data Region to the Left/ to the Right
Selection

Ctrl + Shift + Arrow Left / Ctrl + Shift + Arrow Right


Microsoft Excel 2016 (Windows)
Select current column, then expand selection by one column right/ left
Excel Auto Tables and Data Forms - Column and Row Selection

Shift + Space , then
Shift + Arrow Right / Arrow Left


Atom (text editor) 1.0 (MacOS)
Expand / collapse selected directory
Tree View

H / L OR Arrow Right / Arrow Left


Microsoft Excel 2016 (Windows)
Move to the right/ to the left between non-adjacent selections (with multiple ranges selected)
Navigate Multi-Cell Selections

Ctrl + Alt + Arrow Right / Arrow Left


FileZilla (Windows)
Up one level in a tree view
28 Shortcuts for FileZilla (Windows)

Arrow Left


Windows 10 File Explorer (Windows)
Open/ close directory tree
Left Navigation Pane Shortctus

Arrow Left / Right Arrow on tree parent


Desk.com (Windows)
Previous/Next tab
System-Wide

Arrow Left / Arrow Right


Desk.com (MacOS)
Previous/Next tab
System-Wide

Arrow Left / Arrow Right


Cloud9 (MacOS)
Select To Line End/ Start
Selections

Command + Shift + Arrow Right / Arrow Left


Cloud9 (MacOS)
Select More After/ Before
Selections

Ctrl + Option + Arrow Right / Arrow Left


Cloud9 (MacOS)
Select Next After/ Before
Selections

Ctrl + Option + Shift + Arrow Right / Arrow Left


Cloud9 (Windows)
Select To Line End/ Start
Selections

Alt + Shift + Arrow Right / Arrow Left


Cloud9 (Windows)
Select More After/ Before
Selections

Ctrl + Alt + Arrow Right / Arrow Left


Cloud9 (Windows)
Select Next After/ Before
Selections

Ctrl + Alt + Shift + Arrow Right / Arrow Left


Windows 10 File Explorer (Windows)
Select sort column
Folder Content (Main Pane) - Change Item Order

Arrow Left / Right Arrow on Sort Bar


Microsoft Word 2016 (MacOS)
Move one character to the left
Move the Cursor

Arrow Left


Microsoft Word 2016 (MacOS)
Demote a paragraph
Outline a document

Ctrl + Shift + Arrow Right


Microsoft Outlook 2016 (MacOS)
Move the cursor left one character
Edit and format text

Arrow Left


Libreoffice Writer (Windows)
Move cursor to left
General

Arrow Left


Libreoffice Writer (Windows)
Selecting to the right word by word
General

Ctrl + Shift + Arrow Right


QuickTime Player (MacOS)
Stop playback and go back one frame
Movie playback shortcuts

Arrow Left


Flash Movie Player (Windows)
Rewind 20 frames
General

Arrow Left


Webflow (Windows)
Select sibling element
Other

Arrow Left / Arrow Right


Webflow (MacOS)
Select sibling element
Other

Arrow Left / Arrow Right


Kate (Linux)
Move the cursor one character to the left
29 Shortcuts for Kate (Linux)

Arrow Left


Kate (Windows)
Move the cursor one character to the left
38 Shortcuts for Kate (Windows)

Arrow Left


Kate (MacOS)
Move the cursor one character to the left
28 Shortcuts for Kate (MacOS)

Arrow Left


Source Insight (Windows)
Cursor Left
General

Arrow Left


Comodo IceDragon (Windows)
Seek back 15 seconds
Audio and Video Shortcuts

Arrow Left


DaVinci Resolve 14 (Windows)
Step One Frame Reverse
Playback

Arrow Left


DaVinci Resolve 14 (MacOS)
Step One Frame Reverse
Playback

Arrow Left


Modo (Windows)
Select previous loop
Selection (Modelling)

Arrow Left


Modo (MacOS)
Select previous loop
Selection (Modelling)

Arrow Left


ArtRage 4.5 5 (Windows)
Decrease Tool Size 1%
General

Arrow Left


Inkscape (MacOS)
Adjust pen width by 1
Calligraphy tool

Arrow Left / Arrow Right


ArtRage 4.5 5 (MacOS)
Decrease Tool Size 1%
General

Arrow Left


Target 3001! (Windows)
Move Cursor Step-by-Step to the Left*
Cursor Usage

Arrow Left


Soundcloud (Web Application)
Seek Backward
12 Shortcuts for Soundcloud (Web Application)

Arrow Left


Inkscape (MacOS)
Adjust brush width by
Tweak tool

Arrow Left / Arrow Right


Balsamiq Mockups (Windows)
Nudge selection 20px
Selection

Shift + Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Nudge selection 1px
Selection

Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Nudge-Resize selection 2px
Selection

Ctrl + Alt + Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Nudge-Resize selection 20px
Selection

Ctrl + Alt + Shift + Arrow Up / Arrow Down / Arrow Right / Arrow Left


Balsamiq Mockups (Windows)
Navigating the suggestion list
Working with Icons

Arrow Up / Arrow Down / Arrow Left / Arrow Right


Balsamiq Mockups (Windows)
Navigating the Suggestion List
Quick Add

Arrow Up/ Arrow Down / Arrow Left / Arrow Right


Amazon Prime Video (Web Application)
Skip backward 10 seconds
Video Player

Arrow Left


Amazon Prime Video (Web Application)
Move left
Your Video Library Listing Panels

Arrow Left


IrfanView 4.42 (Windows)
Load next / previous image in current directory (when not zoomed)
Browsing

Arrow Right / Arrow Left / Page Up / Page Down


Open Office Writer 3 (Windows)
Move cursor to left
General OpenOffice Writer Shortcuts

Arrow Left


Winamp Media Player (Windows)
Rewind or fast forward 5 seconds
Play Music in Winamp

Arrow Left / Arrow Right


Open Office Writer 3 (Windows)
Selecting to the right word by word
General OpenOffice Writer Shortcuts

Ctrl + Shift + Arrow Right


Microsoft Outlook 2007 (Windows)
Collapse or expand a category in the e-mail message list.
Basic Navigation

Arrow Left / arrow right , respectively


Adobe Photoshop CS4 (Windows)
Decrease/increase brush size by 1 (Extract only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Arrow Left / arrow right with Brush Size Slider showing


Adobe Photoshop CS4 (Windows)
Decrease/increase brush size by 2, or density, pressure, rate, or turbulent jitter by 1 (Liquify only)
Shortcut Keys for working with Extract, Liquify, and Pattern Maker

Arrow Left / arrow right with Brush Size, Density, Pressure, Rate, / Turbulent Jitter slider showing


Adobe After Effects CS5 (MacOS)
Go forward 1 frame / backward 1 frame
Time Navigation

Page Down / page up or Command + Arrow Right / Arrow Left


Adobe After Effects CS5 (MacOS)
Go forward 10 frames / backward 10 frames
Time Navigation

Shift + Page Down / page up or Command + Shift + Arrow Right / Arrow Left


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Navigate within Documents - Ribbons

Arrow Left / Arrow Right


Adobe After Effects CS5 (Windows)
Go forward 1 frame / backward 1 frame
Time Navigation

Page Down / page up or ctrl + Arrow Right / Arrow Left


Adobe After Effects CS5 (Windows)
Go forward 10 frames / backward 10 frames
Time Navigation

Shift + Page Down / page up or ctrl + Shift + Arrow Right / Arrow Left


Microsoft Windows Vista (Windows)
Select the previous or next item.
Vista Photo Gallery Shortcuts

Arrow Left / Arrow Right


Microsoft Windows Vista (Windows)
Collapse node.
Vista Photo Gallery Shortcuts

Arrow Left


InDesign CS5 (Windows)
Move left/right one cell
Working with Tables

Arrow Left / Arrow Right


InDesign CS5 (Windows)
Select cell to the right/left of the current cell
Working with Tables

Shift + Arrow Right / Arrow Left


Microsoft Excel 2007 (Windows)
Nudge the selected shape left.
Smart-Art Graphics: Work with shapes

Arrow Left


Microsoft Excel 2007 (Windows)
Move one character to the left.
Smart-Art Graphics : Work with Text

Arrow Left


InDesign CS5 (Windows)
Move to right or left one character
Navigating Through and Editing Text

Arrow Right / Arrow Left


InDesign CS5 (Windows)
Move to right or left one word
Navigating Through and Editing Text

Ctrl + Arrow Right / Arrow Left


InDesign CS5 (Windows)
Select one character right or left
Navigating Through and Editing Text

Shift + Arrow Right / Arrow Left


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Edit Documents - Ribbons

Arrow Left / Arrow Right


InDesign CS5 (Windows)
Expand/Collapse element
Working with XML

Arrow Right / Arrow Left


InDesign CS5 (Windows)
Expand/Collapse element and child elements
Working with XML

Alt + Arrow Right / Arrow Left


Microsoft Outlook 2007 (Windows)
Go to the previous or next day.
Shortcuts for Calender View

Arrow Left / Arrow Right


Microsoft Outlook 2007 (Windows)
Select the closest card in the next or the previous column.
Shortcuts for Business Card / Address Card View

Arrow Right / Arrow Left


Adobe After Effects CS5 (MacOS)
Move keyframe 1 frame later / earlier
Keyframes and Graph Editor

Option + Arrow Right / Arrow Left


Adobe After Effects CS5 (MacOS)
Move keyframe 10 frames later / earlier
Keyframes and Graph Editor

Option + Shift + Arrow Right / Arrow Left


Adobe After Effects CS5 (Windows)
Move keyframe 1 frame later / earlier
Keyframes and Graph Editor

Alt + Arrow Right / Arrow Left


Adobe After Effects CS5 (Windows)
Move keyframe 10 frames later / earlier
Keyframes and Graph Editor

Alt + Shift + Arrow Right / Arrow Left


Microsoft Outlook 2007 (Windows)
Select the next or previous item.
Shortcuts for Timeline view (Tasks or Journal)

Arrow Left / Arrow Right


Adobe After Effects CS5 (MacOS)
Extend / reduce selection by one character to right/left in horizontal text (or one/down in vertical text)
Text

Shift + Arrow Right / Arrow Left


Microsoft Outlook 2007 (Windows)
With category Selected: Collapse the category.
Shortcuts for Timeline view (Tasks or Journal)

Enter / Arrow Left


Adobe After Effects CS5 (MacOS)
Extend / reduce selection by one word to right/left in horizontal text (or up/down in vertical text)
Text

Command + Shift + Arrow Right / Arrow Left


Adobe After Effects CS5 (Windows)
Extend / reduce selection by one character to right/left in horizontal text (or one/down in vertical text)
Text

Shift + Arrow Right / Arrow Left


Adobe After Effects CS5 (Windows)
Extend / reduce selection by one word to right/left in horizontal text (or up/down in vertical text)
Text

Ctrl + Shift + Arrow Right / Arrow Left


Microsoft Outlook 2007 (Windows)
When time unit on time scale for days is selected: Move back or forward in increments of time that are the same as those shown on the time scale.
Shortcuts for Timeline view (Tasks or Journal)

Arrow Left / Arrow Right


Adobe Photoshop CS4 (Windows)
Move 1 character left/right, 1 line down/up, or 1 word left/right
Shortcut Keys for selecting, editing, and navigating through text

Arrow Left / arrow right , arrow down / arrow up , / Ctrl + Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Formats - Ribbons

Arrow Left / Arrow Right


Adobe Photoshop CS4 (Windows)
Back one frame
Shortcut Keys for using the Animation panel in Timeline Mode (Photoshop Extended)

Arrow Left / Page Up


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Manage Word View - Ribbons

Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Move left or right between main Ribbon Menus if active
Tables - Ribbons

Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Jump one character to the left / to the right
Navigate within Documents

Arrow Left / Arrow Right


Microsoft Word 2010 (Windows)
Extend selection one word to the right / to the left
Select Text

Ctrl + Shift + Arrow Right / Ctrl + Shift + Arrow Left