Eclipse Helios (Windows)

Indentions and Comments

Correct indention of selected text or of current line

Ctrl + I

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

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

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

Similar combinations for other applications


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


Visual Studio 2015 (Windows)
Incremental search / reverse incremental search
Code Editor - Find, Replace, and Goto

Ctrl + I / Ctrl + Shift + I


KDevelop (Linux)
Indent selection
Editing

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


Inpage (Windows)
To italic the selected text
For formatting

Ctrl + i


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

Ctrl + I


Phoenix Viewer (Windows)
Inventory
View

Ctrl + I


Visual Studio 2015 (Windows)
Incremental search / reverse incremental search
Coding - Find, Replace, and Goto

Ctrl + I / Ctrl + Shift + 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 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


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

Ctrl + I / Ctrl + Shift + 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


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


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


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


AutoCAD 2012 (Windows)
Toggle Coords
Toggle General Features

Ctrl + I


Texmaker 4.0.2 (Windows)
Italic
"Latex" menu

Ctrl + 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


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


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

Ctrl + I


WinRAR (Windows)
Print file
Commands Menu

Ctrl + I


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

Ctrl + 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


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


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


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


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

Ctrl + 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


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


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


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


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


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

Ctrl + I


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

Ctrl + I


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


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


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


FileMaker Pro (Windows)
Insert from index
Find Mode Shortcuts

Ctrl + I


Hexagon 2 (Windows)
Import
General Shortcuts

Ctrl + 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


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


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


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


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


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

Ctrl + I


Bash (Linux)
Tab
Editing

Ctrl + I


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

Ctrl + 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


JetBrains PhpStorm (Linux)
Implements Method
Editing

Ctrl + I


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

Ctrl + I


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

Ctrl + I


jEdit (Windows)
Indent Current Line
Source Code Editing

Ctrl + 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


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 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


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


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


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


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


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


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

Ctrl + 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


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


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


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


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


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


Ableton Live 9 (Windows)
Insert Scene
Session view Ctrls

Ctrl + I


Ableton Live 9 (Windows)
Insert Silence
Arrangement View Ctrls

Ctrl + 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


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


Cisco Jabber
Italic
Instant messages

Ctrl + I


Ableton Live 10
Insert Silence
Arrangement view commands

Ctrl + I


Altium Designer (Windows)
Set origin
CAM Editor Shortcuts

Ctrl + I


BlackBerry Classic
Italic
Ctrl shortcuts

Ctrl + I


AutoCAD
Toggle Coords
Toggle General Features

Ctrl + I


Nuclide (Linux)
Toggles the Context View.
Development

Ctrl + I


Claws Mail
Insert file
Compose window

Ctrl + I


Ubuntu
Make the selected text italic
Common application shortcuts

Ctrl + I


Lacerte
Make selected text italics
Letter Editor

Ctrl + I


Microsoft Sticky Notes
Italic
Formatting

Ctrl + I


FastMail
Italic
Compose

Ctrl + I


draw.io
Toggle italic on selected text
Labels

Ctrl + I


QuickBooks Desktop
Create Invoices
Opening Windows/List

Ctrl + I


Winamp
Invert selection
Playlist control shortcuts

Ctrl + I


Shotcut
Add Audio Track
Timeline

Ctrl + I


Tibia
Open the ignore and white lists
Channels

Ctrl + I


Siemens NX
Object
Information menu

Ctrl + I


Telegram
Italic
Formatting text

Ctrl + I


Nimbus Note
Italic
Formatting

Ctrl + I


ArtRage Studio Pro
Import Image File…
File commands

Ctrl + I


Quicken 2018
Insert a transaction
Register and Write Checks

Ctrl + I


Autodesk Stingray
Import
File operations

Ctrl + I


Adobe Lightroom Classic
Show/hide info overlay
Changing views and screen modes

Ctrl + I


Evernote for Windows
Italic
Note Editor

Ctrl + I


Confluence
Italics
Editor

Ctrl + I


Adobe Bridge CC
File info
File menu

Ctrl + I


Total War: Attila
Select all infantry melee units
Selection

Ctrl + I


ActivePresenter 7
Italic
Canvas

Ctrl + I


Aegisub
Shift subtitles by time or frames
Default

Ctrl + I


Bluebeam Revu
Toggle split orientation
Viewing

Ctrl + I


SharePoint
Apply or remove italic formatting from the selected text.
Using rich text editing

Ctrl + I


Gravit Designer
Invert selection
Edit

Ctrl + I


PaintShop Pro 2018
Flip vertical
Shortcuts with Ctrl

Ctrl + I


CorelDRAW Graphics Suite 2018
Import...
General

Ctrl + I


Discord
Toggle mentions popout
General

Ctrl + I


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

Ctrl + I


jEdit
Indent current line (or all selected lines).
Source code editing

Ctrl + I


Nuke
Open new Compositing Viewer
Node graph

Ctrl + I


Windows PowerShell ISE
Go to Script Pane
Customizing the view

Ctrl + I


KMPlayer
Open URL extracted from IE
General

Ctrl + I


ZenWriter 2
Italic
General

Ctrl + I


Matlab
Auto indent
General

Ctrl + I


SimpleMind
Italic font style for selected topics or labels
General

Ctrl + I


Inkscape
make selection italic
Text tool

Ctrl + I


Microsoft Paint
Make selected text italics
Powers of Ctrl

Ctrl + I


PDF-XChange Editor
Italic
General

Ctrl + I


Microsoft FrontPage
Apply italic formatting.
Format text and paragraphs

Ctrl + I


Adobe Premiere Pro (Windows)
Italic
Titler

Ctrl + I


Clip Studio Paint Pro
Reverse gradient [PRO/EX]
Edit menu

Ctrl + I


TextRoom
Italic
General

Ctrl + I


gedit
Goto line
Search

Ctrl + I


Corel Painter
Invert
Select menu

Ctrl + I


Microsoft Word 2016
Apply italic formatting
Format characters

Ctrl + I


E-Sword
Italic Editors only
General

Ctrl + I


Komodo Edit
Interactive find
General

Ctrl + I


Adobe XD (Windows)
Italic
Text

Ctrl + I


IntelliJ IDEA (Windows, Linux)
Implement methods
Editing

Ctrl + I


WavePad
Edit Sample
Edit Operations

Ctrl + I


NetBeans
Jump to quick search field
Finding, searching, and replacing

Ctrl + I


Ardour
Import audio files
Session and file handling

Ctrl + I


Comodo IceDragon
Bookmarks sidebar
Bookmark Options

Ctrl + I


Mp3tag
freedb ... / web source
General

Ctrl + I


WordPerfect X8
Italic
General

Ctrl + I


GIMP
Invert selection
Selections

Ctrl + I


WinHex
Mark position
Navigation

Ctrl + I


Zim
Make selected text italic
General

Ctrl + I


Tekla Structures 20
Open Views list
General

Ctrl + I


Microsoft PowerPoint (Creating presentations)
Apply italic formatting
Format text: Apple character formatting

Ctrl + I


LibreOffice
Inserts a copy of the selected object into the current document
Gallery preview area

Ctrl + I


WriteMonkey
Italic (markdown)
Editing

Ctrl + I


Google Sheets (Android)
Italic
Format cells

Ctrl + I


MindMeister
Toogle italic
Format

Ctrl + I