Nuclide (Linux)

Development

Toggles the Context View.

Ctrl + I

All hotkeys for Nuclide (Linux)

Common
Use OmniSearch to open files

Ctrl + T

Common
Toggle Project Explorer

Ctrl + /

Common
Toggle between the Editing Area and the Project Explorer’s File Tree

Ctrl + 0

Common
Split the current file to the pane

Ctrl + K then ← ↑ → ↓

Code diagnostics
Display the window showing you messages about your code. Possible messages include lint, compiler errors, etc.

Alt + ↑   Shift + D

Development
Toggles the Outline View for a supported file so you can easily navigate to class and function definitions.

Alt + O

Development
Toggles the Context View.

Ctrl + I

Hack/Flow/JavaScript
In projects such as Hack or Flow, this will allow you to find all the references to a selected, highlighted entity in your project.

Alt + ↑   Shift + Ctrl + F

Hack/Flow/JavaScript
Allows you to search for Hack function, classes and constants within you Hack project.

Alt + Ctrl + Y

Hack/Flow/JavaScript
Automatically tries to insert missing require statements to your Flow or JavaScript project.

Ctrl + ↑   Shift + I

Code diagnostics
Nuclide can fix certain types of problems for you automatically, including various lint problems. This will allow all those to be fixed in the current file.

Alt + ↑   Shift + A

Code diagnostics
Go to the first diagnostic.

Alt + Ctrl + <

Code diagnostics
Go to the last diagnostic.

Alt + Ctrl + >

Code diagnostics
Go to the previous diagnostic.

Alt + <

Code diagnostics
Go to the next diagnostic.

Alt + >

Project Explorer’s file tree
Expand the current directory.

Project Explorer’s file tree
Collapse the current directory.

Project Explorer’s file tree
Expand all the directories from the current to the final directory child.

Alt +

Project Explorer’s file tree
Collapse all the directories to the top parent.

Alt +

Project Explorer’s file tree
Collapse the entire Project Explorer’s File Tree to the root.

Ctrl + {

Project Explorer’s file tree
Remove a file or directory from the tree. You will be prompted first to avoid accidental mistakes.

Del

Project Explorer’s file tree
Toggles whether the Project Explorer’s File Tree is shown.

Ctrl + \

Project Explorer’s file tree
Move the selection to the very top of the Project Explorer’s File Tree.

Home

Project Explorer’s file tree
Move the selection to the very bottom of the Project Explorer’s File Tree.

End

Project Explorer’s file tree
Opens the selected entry in the Project Explorer’s File Tree. If a directory is selected, then the directory is expanded. If a file is selected, then the file is opened in the main Editing Area.

⤶ Enter

Editor panes
Moves the currently active file in the editor to a bottom pane.

Ctrl + K then

Editor panes
Moves the currently active file in the editor to a right pane.

Ctrl + K then

Editor panes
Moves the currently active file in the editor to a top pane.

Ctrl + K then

Editor panes
Moves the currently active file in the editor to a left pane.

Ctrl + K then

Project Explorer’s file tree
Shows the file that is currently active in the main workspace in the Project Explorer’s File Tree.

Ctrl + |

Project Explorer’s file tree
Toggles the focus of the current active file.

Ctrl + O

Files
Use this for a global search of anything within your project, including all files, currently open files, etc.

Ctrl + P

Files
This lets you switch between files that are currently open in the editor. Useful for quickly accessing files if you have a bunch of files open.

Alt + Ctrl + 0

Files
This will show you files that you have recently opened and used in previous sessions of Nuclide.

Alt + Ctrl + R

Files
This allows you to search for files based on patterns.

Alt + Ctrl + T

Files
Find files related to the current file. A file is related if they have the same basename, but a different extension, for example.

Alt + Ctrl + N

Task runner
Executes the Build task for the currently selected Task Runner or the default one

Alt + B then B

Task runner
Executes the Debug task for the currently selected Task Runner or the default one

Alt + B then D

Task runner
Executes the Run task for the currently selected Task Runner or the default one

Alt + B then R

Task runner
Executes the Test task for the currently selected Task Runner or the default one

Alt + B then T

Task runner
Executes the currently selected Task

Alt + B then P

Debugger
Toggle the developer tools UI.

Alt + Ctrl + I

Debugger
Shows the process attachment UI where you will choose the process on which you would like to debug (e.g., a Node process, etc.)

↑   Shift + Ctrl + A

Debugger
Shows the process launch UI where you will choose the process on which you would like to debug (e.g., a Node process, etc.)

Ctrl + F8

Debugger
Toggle the Console pane.

Ctrl + ↑   Shift + J

Debugger
After stopping at a breakpoint, and possibly stepping through code, this will enable debugging to continue to the next breakpoint or end of the process.

F8

Debugger
After breaking at a certain position or breakpoint, it will continue to cursor location.

↑   Shift + F8

Debugger
If a breakpoint is set, this will unset that breakpoint and vice-versa.

F9

Debugger
Step over a piece of code. For example, if you are stopped at a method call, this will execute that method without stepping through it line-by-line.

F10

Debugger
Step into a piece of code. For example, if you are stopped at a method call, this will go into the first line of that method.

F11

Debugger
If you have stepped into a piece of code, this will step out to the point on which you entered that piece of code. For example, if you stepped into a method, this will step out back to the method call itself.

↑   Shift + F11

Debugger
Detach debugger.

↑   Shift + F5

Debugger
Restart the current debugging session with the same configuration settings.

Ctrl + ↑   Shift + F8

Navigation
Move cursor to a previous position

Ctrl + <

Navigation
Move cursor to a next position

Ctrl + >

Miscellaneous
When using Hyperclick, this will confirm the Hyperclick action you want to take.

Alt + Ctrl + ⤶ Enter

Miscellaneous
Toggle the Nuclide Health tab, which show details about the Nuclide process itself (how much CPU, memory is being used, etc.).

Ctrl + Alt + ↑   Shift + H

Miscellaneous
Copy the relative path of the current file to the clipboard.

Ctrl + Alt + ↑   Shift + X

Miscellaneous
Copy the absolute path of the current file to the clipboard.

Ctrl + ↑   Shift + X

Miscellaneous
Copy the relative path of the current file starting at the root of the Mercurial repository.

Ctrl + Alt + X

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


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


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


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