Visual Studio 2015 (Windows)

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

Incremental search / reverse incremental search

Ctrl + I / Ctrl + Shift + I

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


Microsoft Outlook 2010 (Windows)
Go to Inbox folder
Messages in Main View - Main Window

Ctrl + Shift + I


Microsoft Word 2007 (Windows)
Make letters ITALIC
Common tasks

Ctrl + I


Open Office Writer 3 (Linux)
Indent selection
Editing

Ctrl + I


VLC Media Player (Windows)
Media Information
Manage VLC, Playlists, and Special Commands

Ctrl + I


Microsoft OneNote 2010 (Windows)
Apply or remove italic formatting from the selected text.
Basic Editing and Formatting

ctrl + i


Microsoft Projects 2010 (Windows)
Mark entry or selection as italic
Edit Fields

Ctrl + I


Microsoft Outlook 2010 (Windows)
Switch format to/from italic
Messages in Main View - Format Message Body

Ctrl + I


Google Mail (Windows)
Italic formatting
Format Text in Messages

Ctrl + I


KDevelop (Linux)
Indent selection
Editing

Ctrl + I


Eclipse Helios (Windows)
Correct indention of selected text or of current line
Indentions and Comments

Ctrl + I


Firefox (Linux)
Show or hide bookmark sidebar
Bookmarks

Ctrl + B / Ctrl + I


Firefox (Windows)
Show or hide bookmark sidebar
Bookmarks

Ctrl + B / Ctrl + I


SharpDevelop 4.0 (Windows)
Iindent according to code format definition
Coding Shortcuts

Ctrl + I


Microsoft Outlook 2010 (Windows)
Go to Inbox folder
Messages in Compose View - Main Window

Ctrl + Shift + I


Inpage (Windows)
To italic the selected text
For formatting

Ctrl + i


Notepad++ 5 (Windows)
Split lines
Edit - Line Operations

Ctrl + I


Firefox (Linux)
Open or close webpage Inspector
The Rest

Ctrl + Shift + I


Firefox (Windows)
Open or close webpage Inspector
The Rest

Ctrl + Shift + I


Phoenix Viewer (Windows)
Inventory
View

Ctrl + I


Microsoft Outlook 2010 (Windows)
Switch format to/from italic
Messages in Compose View - Format Message Body

Ctrl + I


Notepad++ 5 (Windows)
Split lines
Search - Line Operations

Ctrl + I


Microsoft PowerPoint 2003 (Windows)
Italics
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + I


Google Docs (Windows)
Italicize
Format Text

Ctrl + I


Media Player Classic (MPC) (Windows)
Show time
Various

Ctrl + I


Microstation v8i (Windows)
Element Information
Editing

Ctrl + I


Microsoft Outlook 2010 (Windows)
Go to Inbox folder
Calendar Shortcuts - Main Window

Ctrl + Shift + I


Microsoft Word 2007 (Windows)
Apply italic formatting.
Character and paragraph formatting Apply character formats

Ctrl + I


Tekla Structures 14.0 (Windows)
Open the Views list
Modeling shortcuts

Ctrl + i


Vuescan (Windows)
Preview
14 Shortcuts for Vuescan (Windows)

Ctrl + I


Access 2010 (Windows)
Make text italic in the selected field of the PivotTable view
Manage Access Features - Pivot Table

Ctrl + I


Total Commander 8 (Windows)
Switch to target directory
Main Shortcuts

Ctrl + i


MyLifeOrganized (Windows)
Italicize task name
Managing Tasks

Ctrl + I


Oracle SQL Developer 4 (Windows)
Insert row
Data Editor

Ctrl + I


Microsoft Outlook 2010 (Windows)
Switch format to/from italic
Calendar Shortcuts - Format Message Body

Ctrl + I


MyLifeOrganized (Windows)
Inserts Indentation
Editing Notes

Ctrl + I


Opera (Linux)
Toggle text-style italic
Text Editing

Ctrl + I


Oracle SQL Developer 4 (Windows)
Inspect
Debug

Ctrl + I


Opera (Linux)
Open Developer Tools
Source

Ctrl + Shift + I


Photoshop Lightroom 4 (Windows)
Import photos from disk
Managing photos and catalog

Ctrl + Shift + I


UltraEdit (Windows)
Insert a literal character at the cursor position
Select/Delete/Insert Shortcuts

Ctrl + I


Evernote (Windows)
Make selection italic
Note Editor

Ctrl + i


Oracle SQL Developer 4 (Windows)
Freeze Content
View

Ctrl + I


Sticky Notes (Windows)
Italic text
Format Text

Ctrl + I


Adobe Illustrator CS5 (Windows)
Show/hide perspective grid
Function Keys

Ctrl + Shift + i


Avid Media Composer 7 (Windows)
Information: First, select clips or sequences in the bin, then use shortcut to open the Console window to display information
Bin Shortcuts

Ctrl + I


Oracle SQL Developer 4 (Windows)
Properties
Other

Ctrl + Shift + I


NetBeans 8 (Windows)
Jump to quick search field
General Keyboard Shortcts

Ctrl + I


VLC Media Player (MacOS)
Media information
Manage VLC, Playlists, and Special Commands

Ctrl + I / Ctrl + J


Vuescan (Linux)
Preview
12 Shortcuts for Vuescan (Linux)

Ctrl + I


FreeMind 0.9.0 (Windows)
Italicize
Node formatting commands

Ctrl + I


Microsoft PowerPoint 2010 (Windows)
Apply italic formatting.
Change Fonts and Formatting

Ctrl + I


Texmaker 4.0.2 (Windows)
Insert "\item"
"Latex" menu

Ctrl + Shift + I


AutoCAD 2012 (Windows)
Toggle Coords
Toggle General Features

Ctrl + I


Texmaker 4.0.2 (Windows)
Italic
"Latex" menu

Ctrl + I


AutoCAD 2012 (Windows)
Toggle Infer Constraints
Toggle General Features

Ctrl + Shift + I


NetBeans 8 (Windows)
Fix all class imports
Coding in Java

Ctrl + Shift + I


IntelliJ (Linux)
Implement methods
Editing

Ctrl + I


IntelliJ (Windows)
Implement methods
Editing

Ctrl + I


Access 2010 (Windows)
Make text italic in the selected field of the PivotTable view
Working with Text and Data - Pivot Table

Ctrl + I


iTunes (Windows)
Open the song or CD info window for the selected song or CD
File Menu

Ctrl + I


Adobe Illustrator CS5 (Windows)
Perspective Grid
Drawing in perspective

Ctrl + Shift + i


Audacity 2 (Windows)
Import audio
File Menu

Ctrl + Shift + I


Audacity 2 (Windows)
Clip Boundaries > Split
Edit Menu

Ctrl + I


HoneyView 5.03 (Windows)
Negative
Change Image View

Ctrl + I


IBM Rational DOORS (Windows)
Start Link
General

Ctrl + I


Directory Opus (Windows)
Invert selection
Edit Menu

Ctrl + I


Beyond Compare (Windows)
Info
Session Menu

Ctrl + I


Presonus Studio One (Windows)
Invert selection
Edit Menu

Ctrl + I


IntelliJ (Linux)
Open quick definition lookup
Navigation

Ctrl + Shift + I


Beyond Compare (Windows)
Increase indent
Edit Menu

Ctrl + Shift + I


Axialis IconWorkshop (Windows)
New - Bitmap image, iPhone, Android, Unix icon...
File Menu

Ctrl + I


Pro Tools (Windows)
Import - Audio...
File Menu

Ctrl + Shift + I


WinRAR (Windows)
Print file
Commands Menu

Ctrl + I


IntelliJ (Windows)
Open quick definition lookup
Navigation

Ctrl + Shift + I


FL Studio (Windows)
Toggle wait for input to start recording
Record / Playback / Transport

Ctrl + I


Axialis IconWorkshop (Windows)
Import - Image...
File Menu

Ctrl + Shift + I


FileMaker Pro (Windows)
Show or hide the Inspector
Layout Mode Shortcuts - Inspector Shortcuts

Ctrl + I


Microsoft Excel 2013 (Windows)
Apply or remove italic formatting
Format Cells

Ctrl + I


Microsoft Word 2013 (Windows)
Apply/remove italic
Format Text and Paragraph

Ctrl + I


Qt Creator (Windows)
Auto-indent selection
Editor

Ctrl + I


FileMaker Pro (Windows)
Style Italic
Layout Mode Shortcuts - Format Text

Ctrl + Shift + I


Qt Creator (MacOS)
Auto-indent selection
Editor

Ctrl + I


Pro Tools (Windows)
Identify beat...
Event Menu

Ctrl + I


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

Ctrl + I


Linux Mint (Linux)
Invert selection
File Manager (Nemo) - Selecting Items

Ctrl + Shift + I


Access 2010 (Windows)
Make text italic in the selected field of the PivotTable view
Working with Access Views - Pivot Table

Ctrl + I


Notepad++ 6 (Windows)
Split Lines
Edit menu

Ctrl + I


FL Studio (Windows)
Insert current controller value
Piano Roll Action

Ctrl + I


FileMaker Pro (Windows)
Snap to fit
Layout Mode Shortcuts - Relationships Graph

Ctrl + I


Qt Creator (MacOS)
Activate index in Help mode
Help

Ctrl + I


Qt Creator (Windows)
Activate index in Help mode
Help

Ctrl + I


Autodesk Maya 2015 (Windows)
Select/refine subdivision surface component
Modeling

Ctrl + I


Adobe Acrobat Pro (Windows)
Insert Files
Tools

Ctrl + Shift + I


Notepad++ 6 (Windows)
Incremental Search
Search menu

Ctrl + Shift + I


Camtasia 8 (Windows)
Import media
Manage Camtasia Projects

Ctrl + I


FileMaker Pro (Windows)
Show or hide the Inspector
Text Shortcuts - Inspector Shortcuts

Ctrl + I


Autodesk Maya 2015 (Windows)
Select next intermediate object
Making Selections

Ctrl + I


Microsoft OneNote 2016 (Windows)
Format Italic
Format

Ctrl + I


Skype for Business (Lync) 2016 (Windows)
Mark conversation Important
Conversation window

Ctrl + Shift + I


Microsoft Excel 2016 (Windows)
Apply/ remove italic format
Select Cells - Font Face, Font Decoration, and Cell Color

Ctrl + I


FileMaker Pro (Windows)
Style Italic
Text Shortcuts - Format Text

Ctrl + Shift + I


Sway 2016 (Windows)
Apply accentuation to text
Text and Content Formatting

Ctrl + I


Photoshop Lightroom CC (Windows)
Show/ hide Info overlay
Changing Views and Screen Modes

Ctrl + I


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

Ctrl + I


Photoshop Lightroom CC (Windows)
Import photos from disk
Managing Photos and Catalogs

Ctrl + Shift + I


Clink (Windows)
clink-completion-shim
BASH (GNU Readline) Line Editing

Ctrl + I


Microsoft Edge Browser (Windows)
Open favourites pane
Navigation

Ctrl + I


FileMaker Pro (Windows)
Snap to fit
Text Shortcuts - Relationships Graph

Ctrl + I


Sonos Controller (Windows)
Update Music Library Now
22 Shortcuts for Sonos Controller (Windows)

Ctrl + Shift + I


Microsoft Outlook 2016 (Windows)
Italics
Common Commands: Format Text and work with Editor

Ctrl + I


Google Slides (Windows)
Italic
Text Editing

Ctrl + I


Corel VideoStudio X9.5 (Windows)
Split videos
Runtime Shortcuts

Ctrl + I


Microsoft Outlook 2016 (Windows)
Switch to Inbox
Mail

Ctrl + Shift + I


Microsoft Edge Browser (Windows)
DOM element highlighting (on DOM Explorer tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + Shift + I


Adobe After Effects CC (Windows)
Import one file or image sequence
Footage

Ctrl + I


FileMaker Pro (Windows)
Show or hide the Inspector
Database Management Shortcuts - Inspector Shortcuts

Ctrl + I


Microsoft PowerPoint 2016 (Windows)
Italic text
Edit and General Text Operations

Ctrl + I


Microsoft Visio 2016 (Windows)
Turn on/off Italic
Format text

Ctrl + I


Microsoft Outlook 2016 (Windows)
Display blocked external content (in a message)
Mail

Ctrl + Shift + I


Adobe Premiere CC (Windows)
Import
General Shortcuts

Ctrl + I


Microsoft Excel 2016 (Windows)
Apply/ remove italic format
Format Cells - Font Face, Font Decoration, and Cell Color

Ctrl + I


Access 2010 (Windows)
Make text italic in the selected field of the PivotTable view
The Rest - Pivot Table

Ctrl + I


Adobe Illustrator CC (Windows)
Perspective Grid
Drawing Shortcuts

Ctrl + Shift + I


Autodesk Maya 2017 (Windows)
Select/refine subdivision surface component
Modeling

Ctrl + I


FileMaker Pro (Windows)
Style Italic
Database Management Shortcuts - Format Text

Ctrl + Shift + I


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

Ctrl + I


Adobe Premiere CC (Windows)
Clear in/Clear out
Marker Operation

Ctrl + Shift + I / Ctrl + Shift + O


Autodesk Maya 2017 (Windows)
Select next intermediate object
Making Selections

Ctrl + I


FileMaker Pro (Windows)
Snap to fit
Database Management Shortcuts - Relationships Graph

Ctrl + I


InDesign CC (Windows)
Italic
Formatting Shortcuts

Ctrl + Shift + I


Microsoft Excel 2016 (Windows)
Apply/ remove italic format
Formulas - Font Face, Font Decoration, and Cell Color

Ctrl + I


Nuke 10 (Windows)
Import files
Timeline

Ctrl + I


Finale (Windows)
Insert
Edit Menu

Ctrl + I


Finale (Windows)
Insert and Filter
Edit Menu

Ctrl + Shift + I


Nuke 10 (Linux)
Import files
Timeline

Ctrl + I


FileMaker Pro (Windows)
Insert information from the index
Paste, Select, and Replace Values

Ctrl + I


InDesign CC (Windows)
Check Spelling
Edit Menu shortcuts

Ctrl + I


Anime Studio (Windows)
Inverse selected
General Shortcuts

Ctrl + I


CINEMA 4D (Windows)
Project information
Object Manager

Ctrl + I


IMVU (Windows)
Furni lock Tool
Tools

Ctrl + I


CINEMA 4D (Windows)
Set as B
Picture Viewer

Ctrl + I


IMVU (Windows)
Toggle bird eye view
Screen and View

Ctrl + I


Adobe After Effects CC (Windows)
Invert selected Mask
Masks

Ctrl + Shift + I


FileMaker Pro (Windows)
Insert from index
Find Mode Shortcuts

Ctrl + I


Hexagon 2 (Windows)
Import
General Shortcuts

Ctrl + I


3D Coat (Windows)
Invert freeze/solution
Freeze Operations

Ctrl + Shift + I


Zoho Writer (Windows)
To Italic the Text
Format Tab

Ctrl + I


ArchiCAD 20 (Windows)
Sign In
Teamwork

Ctrl + I


Finale (Windows)
Italic
Text Tool

Ctrl + I


ArchiCAD 20 (Windows)
Share Project
Teamwork

Ctrl + Shift + I


Hexagon 2 (Windows)
Show Only selection
Pan Selection and editor Shortcuts

Ctrl + Shift + I


Microsoft Excel 2016 (Windows)
Apply/ remove italic format
Manage Workbooks - Font Face, Font Decoration, and Cell Color

Ctrl + I


Microsoft Word 2016 (Windows)
Italic text
Text Editing/Graphics editing Operations

Ctrl + I


Dynamics GP 2015 (Windows)
Assembly Entry — Increase Level
Window Specific Keyboard Shortcuts

Ctrl + I


Windows Movie Maker (Windows)
Import an existing digital media file
Import

Ctrl + I


Apple Photos (Windows)
Show a photo’s image and camera information
Organize

Ctrl + I


Age of Empires (Windows)
Go to Mill
Game Commands

Ctrl + I


Apple Motion (MacOS)
Isolate the selected group or layer
Object Menu

Ctrl + I


GIMP (Linux)
Invert Selection
Select

Ctrl + I


AutoCAD 2016 (MacOS)
Toggles the coordinates display mode.
Toggles

Ctrl + I


Zoho Show (Windows)
Italic toggle for selection
Formatting Shortcuts

Ctrl + I


AutoCAD 2016 (Windows)
Toggles the Coordinates display (AutoCAD only)
General

Ctrl + I


AutoCAD 2016 (Windows)
Toggles Infer Constraints (AutoCAD only)
General

Ctrl + Shift + I


GIMP (Windows)
Invert Selection
Select Shortcuts

Ctrl + I


Microsoft Excel 2016 (Windows)
Apply/ remove italic format
Excel Auto Tables and Data Forms - Font Face, Font Decoration, and Cell Color

Ctrl + I


Autodesk 3ds Max 2017 (Windows)
Select invert
General user interface

Ctrl + I


Silhouette Studio (Windows)
Cut border
View

Ctrl + Shift + I


CyberLink PhotoDirector 8 (Windows)
Import photos
FIle / Project features

Ctrl + I


Autodesk Inventor 2017 (Windows)
Infer constraints
Skech

Ctrl + I


GIMP (Windows)
Invert Selection
Selection Shortcuts

Ctrl + I


Silhouette Studio (Windows)
Send to silhouette
Cutting

Ctrl + I


AutoCad Architecture 2017 (Windows)
Coordinate display
Alphabest combination

Ctrl + I


Act! CRM (Windows)
Attach a file
Activity Shortcuts

Ctrl + I


Apple Motion (MacOS)
Isolate the selected group or layer
Layers

Ctrl + I


IntelliJ (MacOS)
Implement Methods
Editing Shortcuts

Ctrl + I


WordPress (Windows)
Italic
General Editor Shortcuts

Ctrl + I


Google Blogger (Web Application)
Italic
15 Shortcuts for Google Blogger (Web Application)

Ctrl + I


Google Hangouts (Web Application)
Italic
Format Messages(Windows Plateform)

Ctrl + I


FileZilla (Windows)
Directory listing filters
28 Shortcuts for FileZilla (Windows)

Ctrl + I


JetBrains PyCharm (Windows)
Open Quick Definition Lookup
Navigation

Ctrl + Shift + I


JetBrains RubyMine (Windows)
Open Quick Definition Lookup
Navigation Shortcuts

Ctrl + Shift + I


JetBrains RubyMine (Linux)
Open Quick Definition Lookup
Navigation Shortcuts

Ctrl + Shift + I


Red Hat Enterprise (Linux)
Clears the Terminal
Task

Ctrl + I


Adobe XD (Experience Design) (Windows)
Italic
Text

Ctrl + I


Logic Pro X (MacOS)
Import Region Info
Project Audio

Ctrl + I


Logic Pro X (MacOS)
Fade In
Audio File Editor

Ctrl + I


Autodesk SketchBook Pro (Windows)
Invert Selection
Colors and Brushes

Ctrl + Shift + I


Logic Pro X (MacOS)
Invert
Audio File Editor

Ctrl + Shift + I


Adobe Animate CC (Windows)
Show or change the properties and position of the selected object
Miscellaneous Action

Ctrl + I


Adobe XD (Experience Design) (Windows)
Import
File Menu

Ctrl + Shift + I


Bash (Linux)
Tab
Editing

Ctrl + I


Daz 3D Bryce 7 (Windows)
Flip/Invert Terrain
Terrain Editing

Ctrl + I


Adobe Dreamweaver (Windows)
Hide all visual aids (Design View)
View Specific

Ctrl + Shift + I


Daz 3D Carrara 8 (Windows)
Properties
Application - Windows

Ctrl + I


JetBrains PhpStorm (Windows)
Implements Method
Editing

Ctrl + I


JetBrains PhpStorm (MacOS)
Implements Method
Editing

Ctrl + I


Adobe Dreamweaver (Windows)
Italic
Text

Ctrl + I


Adobe RoboHelp (Windows)
Italic
Text Formatting

Ctrl + I


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

Ctrl + I


SharePoint 2016 (Windows)
Apply/Remove Italic formatting from the selected text
Rich Text Editing

Ctrl + I


Autodesk Mudbox 2017 (Windows)
Invert Face Selection
Selection

Ctrl + Shift + I


JetBrains PhpStorm (Linux)
Implements Method
Editing

Ctrl + I


DAZ Studio (Windows)
Invert selection
Edit Commands

Ctrl + Shift + I


AbiWord (Linux)
Italic Text
7 Shortcuts for AbiWord (Linux)

Ctrl + I


AbiWord (Windows)
Italic Text
7 Shortcuts for AbiWord (Windows)

Ctrl + I


JetBrains PhpStorm (Windows)
Open Quick Definition Lookup
Navigation

Ctrl + Shift + I


jEdit (Windows)
Indent Current Line
Source Code Editing

Ctrl + I


JetBrains PhpStorm (Linux)
Open Quick Definition Lookup
Navigation

Ctrl + Shift + I


Corel Ventura 10 (Windows)
Italic
Text Formatting

Ctrl + I


Corel PhotoPaint X6 (Windows)
Import
File Menu

Ctrl + I


DAZ Studio (Windows)
Refresh Images
Surface Commands

Ctrl + I


Steinberg Cubase 9 (Windows)
Edit in place
Edit

Ctrl + Shift + I


Daz 3D Carrara 8 (Windows)
Properties
Spline Modeler - Windows

Ctrl + I


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

Ctrl + I


Corel WordPerfect X8 (Windows)
Italic
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + I


Corel PhotoPaint X6 (Windows)
Invert
Mask Menu

Ctrl + Shift + I


Corel Draw X8 (Windows)
Import
FIle

Ctrl + I


Corel Draw X8 (Windows)
Italic
Font Formatting

Ctrl + I


Opera (Windows)
Toggle text-style italic
Text Editing

Ctrl + I


Corel Quattro Pro X8 (Windows)
Italic
Text Formatting

Ctrl + I


ZBrush 4 (Windows)
invert Mask
Sculpting Brushes - Masking

Ctrl + I


Daz 3D Carrara 8 (Windows)
Properties
Vertex Modeler - Windows

Ctrl + I


HTML-Kit (Windows)
Insert a Code Snippet to Current Document
87 Shortcuts for HTML-Kit (Windows)

Ctrl + Shift + I


Clip Studio Paint (Manga Studio) (Windows)
Invert Selection
Selection Shortcuts

Ctrl + I


Houdini (Windows)
Edit path as text
Main Menu

Ctrl + I


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

Ctrl + I


InCopy CC (Windows)
Italic
Working with Types

Ctrl + Shift + I


Garageband 10 (MacOS)
Turn monitoring for the selected track on/off
Track Operations

Ctrl + I


Flock (Windows)
Open properties dialog
General

Ctrl + I


Flock (Windows)
Page info
General

Ctrl + I


Kingsoft Presentation 2016 (Windows)
Italic
Editing Shortcuts

Ctrl + I


Houdini (Windows)
Invert selection
Particle/Contex/Scene View

Ctrl + I


Kingsoft Writer 2016 (Windows)
Italic
Editing

Ctrl + I


Kingsoft Spreadsheets 2016 (Windows)
Applies or removes italic formatting
Other Shortcuts

Ctrl + I


Final Fantasy XV (Windows)
Armoury chest
Hotbar And Main Menu

Ctrl + I


ZBrush 4 (Windows)
invert Mask
ZSpheres - Masking

Ctrl + I


Chief Architect (Windows)
Electrical Defaults
Other Shortcuts

Ctrl + Shift + I


Adobe Captivate 2017 (Windows)
Increase the indent (selected object on stage)/Change text to Italics. Indentation is equal to the grid size.
General and Miscellaneous Shortcuts

Ctrl + I


Poser Pro (Windows)
Object> Properties
Object

Ctrl + I


Forte (Windows)
Message Index
Main Browser Window

Ctrl + I


Krita Painting 3 (Windows)
Invert
Painting

Ctrl + I


vSphere Client (Windows)
Open vCenter Server Settings
vCenter Navigation Shortcuts

Ctrl + Shift + I


MetaTrader MT4 (Windows)
Call Indicators List Window
Miscellaneous Shortcuts

Ctrl + I


Jetbrains CLion (Windows)
Implement methods
Editing Shortcuts

Ctrl + I


Zerodha Trader (Windows)
View Indices Box
For Market Watch and Other Settings on User Interface

Ctrl + I


Forte (Windows)
Signature
Composition Window

Ctrl + I


Adobe Captivate 2017 (Windows)
Decrease the indent
General and Miscellaneous Shortcuts

Ctrl + Shift + I


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

Ctrl + I


VideoPad Video Editor (Windows)
Properties
Clip

Ctrl + I


KMPlayer (Windows)
Open URL Extracted from IE
General

Ctrl + I


XYplorer (Windows)
Compact File Info
General Shortcuts

Ctrl + I


Maxthon (Web Application)
Toggle the Favorites sidebar
Sidebar / Explorer Bar

Ctrl + I


XMetal Author (Windows)
Insert Element
26 Shortcuts for XMetal Author (Windows)

Ctrl + I


Jetbrains CLion (Windows)
Open quick definition lookup
Navigation Shortcuts

Ctrl + Shift + I


PotPlayer (Windows)
Image Level Control On/Off
Standard Keyboard Controls

Ctrl + I


Siemens NX 11 (Windows)
immediate Hide
Edit Menu

Ctrl + Shift + I


XYplorer (Windows)
Invert Selection
General Shortcuts

Ctrl + Shift + I


Delphi 10 (Windows)
Indent the current selected block
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + I


Siemens NX 11 (Windows)
Object
Information Menu

Ctrl + I


GOM Player (Windows)
Open - Easy Browser
Playback Control

Ctrl + I


Quickbooks Desktop (Windows)
Customer Center - Create Invoice
Access Main Functions / Windows

Ctrl + I


eSignal (Windows)
Insert Row
49 Shortcuts for eSignal (Windows)

Ctrl + I


Xamarin Studio (MonoDevelop) (MacOS)
Format Document
Edit Menu

Ctrl + I


Sierra Chart (Windows)
New/Open Intradat Chart
File Menu

Ctrl + I


Synfig (Windows)
Import file (synfig project, image, image sequence, sound, video)
73 Shortcuts for Synfig (Windows)

Ctrl + I


Xamarin Studio (MonoDevelop) (Windows)
Go to Line
Search

Ctrl + I


Visual Studio Code (Windows)
Select current line
MutiCursor and Selection

Ctrl + I


Pencil2D (Windows)
Import Sound
57 Shortcuts for Pencil2D (Windows)

Ctrl + I


ZBrush 4 (Windows)
Store Config File
Load UI and Config

Ctrl + Shift + I


ProRealTime (Windows)
proCommunity
Trading

Ctrl + I


Xamarin Studio (MonoDevelop) (Windows)
Find Caret
Text Editor

Ctrl + I


iClone 7 (Windows)
Import
File Operation

Ctrl + I


Gnumeric (Windows)
Toggles the italics of the font in the current selection
21 Shortcuts for Gnumeric (Windows)

Ctrl + I


GeoModeller3D (Windows)
Project data onto sections
Model

Ctrl + I


DrawPlus (Windows)
Insert a picture from file
Picture

Ctrl + I


TVPaint Animation (Windows)
Light Table Mode
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + I


Soundforge (Windows)
Add selected Regions List item to Playlist
Playlist/Cutlist

Ctrl + I


DrawPlus (Windows)
Italic
Text

Ctrl + I


Rhino (Windows)
Insert
Default Shortcuts

Ctrl + I


Sculptris (Windows)
Invert Selection Mask
Miscellaneous Shortcuts

Ctrl + I


Delphi 10 (Windows)
Inserts a tab character
193 Shortcuts for Delphi 10 (Windows)

Ctrl + I


Google Data Studio
Italics
General (Windows)

Ctrl + I


Solid Edge (Windows)
Isometric
Manipulation

Ctrl + I


RStudio (Windows)
Reindent lines
Source

Ctrl + I


CodeLite 10 (Windows)
Indents complete File
Editor

Ctrl + I


TurboCAD (Windows)
Select all entities with a specific info string
171 Shortcuts for TurboCAD (Windows)

Ctrl + I


ChessBase 13
Display databases as large icons
Database window

Ctrl + I


Alphacam (Windows)
Input CAD
Regular Commands

Ctrl + I


Titanium (Windows)
New Migration Dialog
Alloy

Ctrl + Shift + I


FlashFXP (Web Application)
Invert selection
54 Shortcuts for FlashFXP (Web Application)

Ctrl + I


Surfcam (Windows)
Zoom current view
60 Shortcuts for Surfcam (Windows)

Ctrl + I


Exact Audio Copy
Invert selection
Edit menu

Ctrl + I


Skipper
Create Inheritance
Visual model shortcuts

Ctrl + I


Simplify3D
Import models
File menu

Ctrl + I


TurboCAD (Windows)
Show or Hide the selection info
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + I


CuteFTP (Windows)
Italic Font (when in HTML editor mode)
General

Ctrl + I


Modo (Windows)
Open saved image
General/System

Ctrl + I


Dropbox Paper
Italic
Formatting

Ctrl + I


Most used text editing
Italic
Formatting

Ctrl + I


Moldflow Insight (Windows)
Copy Image to Clipboard
Editing Shortcuts

Ctrl + I


Moldflow Adviser (Windows)
Copy Image to Clipboard
Editing Shortcuts

Ctrl + I


CuteFTP (Windows)
Font dialog (when in HTML editor mode), Input RAW FTP command when in CuteFTP mode
General

Ctrl + Shift + I


Roblox Studio
Toggle Advanced Objects
General

Ctrl + I


App Maker
Show or hide the logic inspector
Page editor shortcuts

Ctrl + I


Geany (Linux)
Increase indent
Editting

Ctrl + I


Geany (Windows)
Increase indent
Editting

Ctrl + I


Affinity Photo
Invert Mask
Liquify Persona

Ctrl + I


PhotoFiltre (Windows)
Invert selection
Selection, past and text

Ctrl + I


Comodo IceDragon (Windows)
Inspector
Tools

Ctrl + Shift + I


SAP Web IDE (Windows)
Show/Hide all characters
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + I


Ulead PhotoImpact 8 (Windows)
Creates another copy of the image file
View Menu

Ctrl + I


Inkscape (Windows)
Import bitmap or SVG
File

Ctrl + I


Gmsh 4.1.4
Show statistics window
General

Ctrl + I


Maxwell Render (Windows)
Import
File

Ctrl + Shift + I


Ableton Live 9 (Windows)
Insert Scene
Session view Ctrls

Ctrl + I


Ableton Live 9 (Windows)
Insert Captured Scene
Session view Ctrls

Ctrl + Shift + I


Ableton Live 9 (Windows)
Insert Silence
Arrangement View Ctrls

Ctrl + I


SpaceClaim (Windows)
Invert selection
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Shift + I


ArtRage 4.5 5 (Windows)
Import image
Menus

Ctrl + I


Cobalt (Windows)
In
70 Shortcuts for Cobalt (Windows)

Ctrl + I


GibbsCAM (Windows)
Isometric
View Menu

Ctrl + I


WinRAR
Print file
Commands menu

Ctrl + I


Assetto Corsa
Racing line on/off
In-game

Ctrl + I


SpaceClaim (Windows)
Italicize text
71 Shortcuts for SpaceClaim (Windows)

Ctrl + I


Ableton Live 9 (Windows)
Insert Warp Marker
Clip view Sample Display

Ctrl + I


RStudio
Reindent lines
Source

Ctrl + I


DaVinci Resolve 14 (Windows)
Inport project
File

Ctrl + I


Pidgin (Linux)
Get User Info
Buddies Menu

Ctrl + I


Huggle
Unignore user
User

Ctrl + I


AVS Video Editor (Windows)
Import Media
Top Menu Files and Effects Area

Ctrl + I / Insert


Vectorworks (Windows)
Palettes–Object Info
Window Menu

Ctrl + I


eM Client (Windows)
Italic Selected Text
13 Shortcuts for eM Client (Windows)

Ctrl + I


WavePad Sound Editor (Windows)
Edit sample
Edit Operations

Ctrl + I


TopSolid (Windows)
Display Information On Selected Operation
Operation Manager

Ctrl + I


BricsCAD (Windows)
Sets the readout of the coordinate field in the status bar
Other Shortcuts

Ctrl + I


BricsCAD (Linux)
Sets the readout of the coordinate field in the status bar
Other Shortcuts

Ctrl + I


AVS Video Editor (Windows)
Add image
Text Properties

Ctrl + I


FlexiSign Pro 8.1 (Windows)
Design Central
Palettes

Ctrl + I


Xyplorer
Invert
Other Shortcuts

Ctrl + I


ComplyPro 2017B (Windows)
Link Objects
In Grid View

Ctrl + I


SolveSpace (Windows)
Show Interfering Parts
Analyse

Ctrl + Shift + I


Brave Browser (Windows)
Developer Tools
Bookmarks/History/Settings/Tools

Ctrl + Shift + I


FlexiSign Pro 8.1 (Windows)
Invert Selection
Selection

Ctrl + Shift + I


Adobe Illustrator
Check spelling
Frequently used shortcuts

Ctrl + I


eMachineShop (Windows)
Divide selected lines into segments at the points where they cross
38 Shortcuts for eMachineShop (Windows)

Ctrl + I


Figma (Web Application)
Italic
Text

Ctrl + I


Aspire (Windows)
Import file
Node Editing

Ctrl + I


SuperMemo (Windows)
Italic font inText
129 Shortcuts for SuperMemo (Windows)

Ctrl + I


VCarve Pro (Windows)
Import file
Node Editing

Ctrl + I


LDCad
Show/hide the (bottom/left) document information icon
Editor

Ctrl + I


KeyCreator (Windows)
Calculator
Miscellaneous Shortcuts

Ctrl + I