IntelliJ (Windows)

Editing

Override methods

Ctrl + O

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

Similar combinations for other applications


Open Office Writer 3 (Linux)
Open file dialog
Manage Files

Ctrl + O


VLC Media Player (Windows)
Open single file(s)
Movie Navigation

Ctrl + O


Google Chrome (Windows)
Search by Filename
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + O


Microsoft Word 2007 (Windows)
Open a document.
Working with documents: Create, view, and save documents

Ctrl + O


Civilization V (Windows)
Game Options
General Hotkeys

Ctrl + o


Microsoft Word 2007 (Windows)
Open a document.
Working with documents: Create, view, and save documents

Ctrl + O


Microsoft Word 2007 (Windows)
Open a document.
Working with documents: Create, view, and save documents

Ctrl + O


Google Chrome (Windows)
Search by filename
Manage Chrome DevTools - Sources Panel

Ctrl + O


Thunderbird (Windows)
Open message (in new window or tab)
Navigate Messages

Ctrl + O / Enter


Adobe Reader 9 (Linux)
Open File
Acrobat Features

Ctrl + o


Adobe Reader X (Windows)
Open File
Acrobat Features

Ctrl + O


Microsoft Projects 2010 (Windows)
Open Menu
Access Projects 2010 Features

Ctrl + O


KDevelop (Linux)
Open file dialog
Manage Files

Ctrl + O


Thunderbird (Linux)
Open message (in new window or tab)
Navigate Messages

Ctrl + O / Enter


Google Chrome (Windows)
Open / Load timeline data
Manage Chrome DevTools - Timeline Panel

Ctrl + O


SharpDevelop 4.0 (Windows)
Open file
Manage SharpDevelop Projects

Ctrl + O


Google Chrome (Linux)
Search by Filename
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + O


Eclipse Helios (Windows)
Show code outline / structure
Code Information

Ctrl + O


Microsoft OneNote 2010 (Windows)
Open a notebook.
Managing Pages, Notebooks and Sections

ctrl + o


Unity3D 3 (Windows)
Open
Manage Files

Ctrl + o


Google Chrome (Linux)
Search by filename
Manage Chrome DevTools - Sources Panel

Ctrl + O


Firefox (Linux)
Open file
Firefox Features

Ctrl + O


Firefox (Windows)
Open file
Firefox Features

Ctrl + O


Google Chrome (Linux)
Open / Load timeline data
Manage Chrome DevTools - Timeline Panel

Ctrl + O


Google Chrome (Windows)
Open file
Access Browser Features

Ctrl + O


Notepad++ 5 (Windows)
Find style
Edit - Jump down

Ctrl + O


Tekla Structures 14.0 (Windows)
Open
General shortcuts

Ctrl + o


Inpage (Windows)
To open document
For File Releated

Ctrl + o


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

Ctrl + O


Google Chrome (Linux)
Open file
Access Browser Features

Ctrl + O


Notepad++ 5 (Windows)
Find style
Search - Jump down

Ctrl + O


Microstation v8i (Windows)
Open Design File
Managing Design Files

Ctrl + O


Notepad++ 5 (Windows)
Display Open File... dialog box.
Basic File Management

Ctrl + O


MyLifeOrganized (Windows)
Open file ...
Managing Files

Ctrl + O


Opera (Linux)
Open file
System

Ctrl + O


Smartplant Review (Windows)
Open
Standard Control Keys

Ctrl + o


Oracle SQL Developer 4 (Windows)
Open
File

Ctrl + O


Photoshop Lightroom 4 (Windows)
Open catalog
Managing photos and catalog

Ctrl + O


UltraEdit (Windows)
Open an existing document file
File Menu

Ctrl + O


Visual Studio 2015 (Windows)
Open file
Manage Visual Studio

Ctrl + O


Sublime Text (Windows)
Open File
Menu Control

Ctrl + O


Microsoft Outlook 2010 (Windows)
Open contact form for selected contact
Contacts Shortcuts

Ctrl + O / Ctrl + Shift + Enter


VLC Media Player (MacOS)
Open single file(s)
Movie Navigation

Ctrl + O


AutoCAD 2012 (Windows)
Open drawing
Manage Drawings

Ctrl + O


Texmaker 4.0.2 (Windows)
Open
"File" menu

Ctrl + O


Microsoft Outlook 2010 (Windows)
Open selected item
Tasks Shortcuts

Ctrl + O


FreeMind 0.9.0 (Windows)
Open map
File commands

Ctrl + O


CATIA V5 (Windows)
Open document
38 Shortcuts for CATIA V5 (Windows)

Ctrl + O


NetBeans 8 (Windows)
Go to type/file
General Keyboard Shortcts

Ctrl + O / Alt + Shift + O


IntelliJ (Linux)
Override methods
Editing

Ctrl + O


iTunes (Windows)
Open / add a file to your music library
File Menu

Ctrl + O


Audacity 2 (Windows)
Open
File Menu

Ctrl + O


Notepad2 (Windows)
Open
File Menu

Ctrl + O


Audacity 2 (Linux)
Open...
File Menu

Ctrl + O


FL Studio (Windows)
Open file
File Operations

Ctrl + O


Beyond Compare (Windows)
Open file...
File Menu

Ctrl + O


Microsoft Word 2013 (Windows)
Open document
Manage Word Documents and View

Ctrl + O


Adobe Reader X (Linux)
Open File
Acrobat Features

Ctrl + O


WinRAR (Windows)
Open archive
File Menu

Ctrl + O


Gwenview (Linux)
Open an image using the standard file selection dialog.
30 Shortcuts for Gwenview (Linux)

Ctrl + O


Directory Opus (Windows)
New text document
Operations Toolbar

Ctrl + O


Pro Tools (Windows)
Open session...
File Menu

Ctrl + O


Axialis IconWorkshop (Windows)
Open...
File Menu

Ctrl + O


Qt Creator (Windows)
Open file or project
General

Ctrl + O


Qt Creator (MacOS)
Open file or project
General

Ctrl + O


Comsol 5 (Windows)
Open a model file
Model Tree

Ctrl + O


Comsol 5 (Linux)
Open a model file
Model Tree

Ctrl + O


Autodesk Maya 2015 (Windows)
File - Open Scene
File Operation

Ctrl + O


Atom (text editor) 1.0 (Linux)
Open file
File Management

Ctrl + o


Notepad++ 6 (Windows)
Open File
File menu

Ctrl + O


Atom (text editor) 1.0 (Windows)
Open file
File Management

Ctrl + O


Amazon Music Player (Windows)
Add Music to Computer Library
13 Shortcuts for Amazon Music Player (Windows)

Ctrl + O


Microsoft Excel 2013 (Windows)
Open File
Various Excel Features

Ctrl + O


uTorrent (Windows)
Open / Add Torrent
21 Shortcuts for uTorrent (Windows)

Ctrl + O


uTorrent (Linux)
Open / Add Torrent
21 Shortcuts for uTorrent (Linux)

Ctrl + O


Camtasia 8 (Windows)
Open Project
Manage Camtasia Projects

Ctrl + O


Adobe Photoshop CC (Windows)
Open File
Basic Shortcuts for Photoshop CC 2015 - File Basics

Ctrl + O


Adobe After Effects CC (Windows)
Open Project
Projects

Ctrl + O


Microsoft Excel 2010 (Windows)
Open File.
Various Excel Features

Ctrl + O


Photoshop Lightroom CC (Windows)
Open catalog
Managing Photos and Catalogs

Ctrl + O


Microsoft OneNote 2016 (Windows)
Open notebook
Manage Pages, Notebooks and Sections

Ctrl + O


Access 2016 (Windows)
Open existing database
Database Operation

Ctrl + O


Skype for Business (Lync) 2016 (Windows)
Undock/dock conversation from/to the tab window
Tabbed conversations

Ctrl + O


Google Slides (Windows)
Open
General Slides Shortcuts

Ctrl + O


Autodesk Maya 2017 (Windows)
File - Open Scene
File Operation

Ctrl + O


Microsoft Excel 2016 (Windows)
Open file via standard open dialog box
Select Cells - Open and Save Workbooks

Ctrl + O


Corel VideoStudio X9.5 (Windows)
Open existing project
File Tab Operations

Ctrl + O


Android Studio (Windows)
Open
Text Basic Shortcuts

Ctrl + O


Microsoft Edge Browser (Windows)
Import profiling session (on Performance, Memory tabs)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + O


Microsoft PowerPoint 2016 (Windows)
Open existing presentation
Edit and General Text Operations

Ctrl + O


Microsoft Outlook 2016 (Windows)
Pop Out email reply in new window
Mail

Ctrl + O


Adobe Premiere CC (Windows)
Open Existing Project
General Shortcuts

Ctrl + O


Microsoft Outlook 2016 (Windows)
Open a received message
Mail

Ctrl + O


Microsoft Visio 2016 (Windows)
Open existing diagram
File Operation

Ctrl + O


Access 2010 (Windows)
Open existing database
Manage Databases

Ctrl + O


Microsoft Outlook 2016 (Windows)
Open a contact form for the selected contact
People

Ctrl + O


Nuke 10 (Windows)
Open existing project
Global Shortcuts

Ctrl + O


Microsoft Excel 2016 (Windows)
Open file via standard open dialog box
Format Cells - Open and Save Workbooks

Ctrl + O


Nuke 10 (Linux)
Open existing project
Global Shortcuts

Ctrl + O


Adobe Photoshop CC (Windows)
Open File
Manage Panels - File Basics

Ctrl + O


Microsoft Outlook 2016 (Windows)
Open selected item
Tasks

Ctrl + O


FileMaker Pro (Windows)
Open a file
General keyboard shortcuts (Windows)

Ctrl + O


Corel Painter 2017 (Windows)
Open
General Shortcuts

Ctrl + O


Finale (Windows)
Open
File Menu

Ctrl + O


InDesign CC (Windows)
Open File
File Menu Shortcuts

Ctrl + O


ArchiCAD 20 (Windows)
Open
File Menu Commands

Ctrl + O


3D Coat (Windows)
Open File
File Menu

Ctrl + O


Microsoft Excel 2016 (Windows)
Open file via standard open dialog box
Formulas - Open and Save Workbooks

Ctrl + O


Zoho Sheet (Windows)
Open file
File Operations

Ctrl + O


Hexagon 2 (Windows)
Open file
General Shortcuts

Ctrl + O


Dynamics GP 2015 (Windows)
View Originating Currency
General Shortcuts

Ctrl + O


Microsoft Word 2016 (Windows)
Open existing document
General Operation

Ctrl + O


Dynamics CRM 2015 (Windows)
Opens a saved snap-in console.
MMC Shortcuts(Microsoft Management Console)

Ctrl + O


Dynamics NAV 2015 (Windows)
Open the company
General

Ctrl + O


Dynamics AX 2015 (Windows)
Open the editor for a query/Table
Working with AOT

Ctrl + O


Windows Movie Maker (Windows)
Open an existing project
General

Ctrl + O


Microsoft Excel 2016 (Windows)
Open file via standard open dialog box
Manage Workbooks - Open and Save Workbooks

Ctrl + O


GIMP (Linux)
Open Image
File

Ctrl + O


Microsoft Projects 2016 (Windows)
Open a project file (display the Open Tab in the Backstage view).
File Management

Ctrl + O


Microsoft Projects 2016 (Windows)
Display the Open Tab in the Backstage view.
Working with dialog boxes

Ctrl + O


Zoho Show (Windows)
Open File
File Operations

Ctrl + O


GIMP (Windows)
Open Image
File operations

Ctrl + O


Autodesk Inventor 2017 (Windows)
Open dialog box
General

Ctrl + O


Autodesk Revit Architecture (Windows)
Open
Application menu

Ctrl + O


AutoCAD 2016 (Windows)
Opens an existing drawing
General

Ctrl + O


CyberLink PhotoDirector 8 (Windows)
OPen
FIle / Project features

Ctrl + O


Silhouette Studio (Windows)
Open
General

Ctrl + O


Microsoft Excel 2016 (Windows)
Open file via standard open dialog box
Excel Auto Tables and Data Forms - Open and Save Workbooks

Ctrl + O


AutoCad Architecture 2017 (Windows)
Open
General

Ctrl + O


Act! CRM (Windows)
Open existing File/Database
General Shortcuts

Ctrl + O


Mac OS Sierra 10.12 (MacOS)
Insert a new line after the insertion point.
Document Shortcuts

Ctrl + O


1Password (Windows)
Open existing item
General Shortcuts

Ctrl + O


IntelliJ (MacOS)
Override Methods
Editing Shortcuts

Ctrl + O


JetBrains RubyMine (Windows)
Override Methods
Editing Shortcuts

Ctrl + O


JetBrains RubyMine (MacOS)
Override Methods
Editing Shortcuts

Ctrl + O


JetBrains RubyMine (Linux)
Override Methods
Editing Shortcuts

Ctrl + O


JetBrains PyCharm (MacOS)
Override Methods
Editing Shortcuts

Ctrl + O


JetBrains AppCode (MacOS)
Override Methods
Editing Shortcuts

Ctrl + O


FileZilla (Windows)
Enable directory comparison
28 Shortcuts for FileZilla (Windows)

Ctrl + O


JetBrains PyCharm (Windows)
Override Methods
Editing

Ctrl + O


Logic Pro X (MacOS)
Optimize Files
Project Audio

Ctrl + O


Logic Pro X (MacOS)
Fade Out
Audio File Editor

Ctrl + O


Autodesk SketchBook Pro (Windows)
Open
General Shortcuts

Ctrl + O


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

Ctrl + O


Daz 3D Bryce 7 (Windows)
Access Picture Library from Terrain Editor
Terrain Editing

Ctrl + O


jEdit (Windows)
Open File
File

Ctrl + O


Autodesk Mudbox 2017 (Windows)
Open a scene
File Input and Output

Ctrl + O


Bash (Linux)
Execute Command found via Ctrl+R/Ctrl+S
History

Ctrl + O


Adobe RoboHelp (Windows)
Open Project
General Shortcuts

Ctrl + O


JetBrains PhpStorm (Windows)
Override Methods
Editing

Ctrl + O


Daz 3D Bryce 7 (Windows)
Open
Menus

Ctrl + O


JetBrains PhpStorm (MacOS)
Override Methods
Editing

Ctrl + O


Blender 3D (Windows)
Open the Last Saved File
Universal

Ctrl + O


JetBrains PhpStorm (Linux)
Override Methods
Editing

Ctrl + O


Daz 3D Carrara 8 (Windows)
Open
Application - File

Ctrl + O


DAZ Studio (Windows)
Open
File commands

Ctrl + O


Corel PhotoPaint X6 (Windows)
Open
File Menu

Ctrl + O


ACDSee (Windows)
Open File Dialog Box
View Mode

Ctrl + O


VMWare Workstation 12 (Windows)
Open a Virtual Machine
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + O


Opera (Windows)
Open file
System

Ctrl + O


Corel Draw X8 (Windows)
Open
FIle

Ctrl + O


Daz 3D Carrara 8 (Windows)
Open
Spline Modeler - File

Ctrl + O


Steinberg Cubase 9 (Windows)
Open
File

Ctrl + O


Corel Quattro Pro X8 (Windows)
Open
File Menu

Ctrl + O


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

Ctrl + O


HTML-Kit (Windows)
Open One or More Files
87 Shortcuts for HTML-Kit (Windows)

Ctrl + O


Corel Quattro Pro X8 (Windows)
Replace Current Expression with an @Function
Formula Keys

Ctrl + O


Edius (Windows)
Open project
General

Ctrl + O


Corel Ventura 10 (Windows)
Open
General Shortcuts

Ctrl + O


Daz 3D Carrara 8 (Windows)
Open
Vertex Modeler - File

Ctrl + O


Flock (Windows)
Open file
General

Ctrl + O


Chief Architect (Windows)
File Tools - Open Plan
File Tools

Ctrl + O


MusicBee (Windows)
Configure MusicBee Preferences
Edit Controls

Ctrl + O


Kingsoft Spreadsheets 2016 (Windows)
Display Open Dialog Box
Display Various Objects

Ctrl + O


Poser Pro (Windows)
Open
File

Ctrl + O


Kingsoft Presentation 2016 (Windows)
Open Existing File
Files and Other Shortcuts

Ctrl + O


Brackets (Windows)
Open…
99 Shortcuts for Brackets (Windows)

Ctrl + O


Primevera P6 P6 (Windows)
Open Existing project
General Shortcuts

Ctrl + O


SPSS Modeler (Windows)
Open Stream
General Shortcuts

Ctrl + O


Adobe Captivate 2017 (Windows)
Open the project
General and Miscellaneous Shortcuts

Ctrl + O


WinSCP 5 (Windows)
Display bookmark window
Navigation

Ctrl + O


TradeStation (Windows)
Open workspace
Development Environment

Ctrl + O


FxPro (Windows)
New Order
General Shortcuts

Ctrl + O


Krita Painting 3 (Windows)
Open
General

Ctrl + O


X-Plane 11 (Windows)
3D Cockpit
View

Ctrl + O


MPS 2017 (Windows)
Override base class methods in the current class
Advanced Editing

Ctrl + O


Jetbrains CLion (Windows)
Override methods
Editing Shortcuts

Ctrl + O


Tencent QQ Player (Windows)
Open File
30 Shortcuts for Tencent QQ Player (Windows)

Ctrl + O


MediaMonkey (Windows)
Stop
Standard Keyboard Shortcuts

Ctrl + O


MetaTrader MT4 (Windows)
Open SetUp Window
Miscellaneous Shortcuts

Ctrl + O


vSphere Client (Windows)
New Resource Tool
New Item

Ctrl + O


Soundforge (Windows)
Open a sound file or project
Project File Shortcuts

Ctrl + O


Informix Genero 2.5.0 (Windows)
Open
Buffers and File

Ctrl + O


VideoPad Video Editor (Windows)
Open project
File

Ctrl + O


qBittorrent (Windows)
Add Torrent File
File Menu

Ctrl + O


Maxthon (Web Application)
Open a URL
Open

Ctrl + O


Vegas Pro 14 (Windows)
Open existing project
Project File

Ctrl + O


Siemens NX 11 (Windows)
Open
File Menu

Ctrl + O


KMPlayer (Windows)
Open File(s)
General

Ctrl + O


Scottrade (Windows)
Open Order Entry Window
32 Shortcuts for Scottrade (Windows)

Ctrl + O


Teamcenter (Windows)
Open Operation
New Creation

Ctrl + O


ZBrush 4 (Windows)
Open Project
General Shortcuts

Ctrl + O


Pegasus Mail (Web Application)
Open Saved Messages
File menu

Ctrl + O


Xamarin Studio (MonoDevelop) (Windows)
Open File or Solution
File Menu

Ctrl + O


GOM Player (Windows)
Open - File(s)
Playback Control

Ctrl + O


eSignal (Windows)
Open Page
49 Shortcuts for eSignal (Windows)

Ctrl + O


TVPaint Animation (Windows)
Hide Other Projects
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + O


Pencil2D (Windows)
Open
57 Shortcuts for Pencil2D (Windows)

Ctrl + O


Synfig (Windows)
Open composition
73 Shortcuts for Synfig (Windows)

Ctrl + O


ProRealTime (Windows)
Order List
Trading

Ctrl + O


Quickbooks Desktop (Windows)
Copy check transaction (complete line)
Account Register Shortcuts

Ctrl + o


iClone 7 (Windows)
Open Project
File Operation

Ctrl + O


CrazyTalk 8 (Windows)
Open Project
General Shortcuts

Ctrl + O


Anim8or (Windows)
Open Project
Menu Shortcuts

Ctrl + O


Xamarin Studio (MonoDevelop) (MacOS)
Insert Line Break After
Text Editor

Ctrl + O


GeoModeller3D (Windows)
Open
File Operations

Ctrl + O


SolidWorks (Windows)
Open
File Menu

Ctrl + O


Visual Studio Code (Windows)
Open File
File Management

Ctrl + O


Tableau (Windows)
Open file
General

Ctrl + O


DrawPlus (Windows)
Open
Document Shortcuts

Ctrl + O


Bitcomet (Windows)
Open Torrent File
Global

Ctrl + O


Gnumeric (Windows)
Opens the Load file dialog window
21 Shortcuts for Gnumeric (Windows)

Ctrl + O


TVPaint Animation (Windows)
Hide Other
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + O


RStudio (Windows)
Open document
Source

Ctrl + O


Soundforge (Windows)
Open a script
Script Editor

Ctrl + O


Sculptris (Windows)
Open
Objects

Ctrl + O


Solidworks 2019
Open
Windows

Ctrl + O


Rhino (Windows)
Open
Default Shortcuts

Ctrl + O


Creo Parametric (Windows)
Open File
26 Shortcuts for Creo Parametric (Windows)

Ctrl + O


Impro-Visor (Windows)
open a new file in the current window
Files

Ctrl + O


QCad (Windows)
Open a drawing
File Handlng

Ctrl + O


QCad (Linux)
Open a drawing
File Handlng

Ctrl + O


Flash Movie Player (Windows)
Open a file
General

Ctrl + O


TurboCAD (Windows)
Open an existing drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + O


winIDEA
Open an existing document
File

Ctrl + O


Xyplorer
Open...
File Menu

Ctrl + O


Alphacam (Windows)
Open File
Regular Commands

Ctrl + O


ChessBase 13
Open database and add it to My databases
Database window

Ctrl + O


Affinity Photo
Open Document
File

Ctrl + O


FlashFXP (Web Application)
Open "Change Attributes" dialog for the selected items
54 Shortcuts for FlashFXP (Web Application)

Ctrl + O


CodeLite 10 (Windows)
Open existing file or project
Files

Ctrl + O


Surfcam (Windows)
Current color bar
60 Shortcuts for Surfcam (Windows)

Ctrl + O


Simplify3D
Open
File menu

Ctrl + O


VMware Workstation 5.0
Open a virtual machine.
General

Ctrl + O


Skipper
Open Project
Visual model shortcuts

Ctrl + O


progeCAD (Windows)
Displays the Open Drawing dialog box so you can open another drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + O


CuteFTP (Windows)
Opens file on your computer.
General

Ctrl + O


Comodo IceDragon (Windows)
Open file
Navigating Through Webpages

Ctrl + O


Modo (Windows)
Open saved scene
General/System

Ctrl + O


Dashlane
Open preferences
Application (Windows)

Ctrl + O


Moldflow Insight (Windows)
Open Project
File Management

Ctrl + O


Moldflow Adviser (Windows)
Open Project
File Management

Ctrl + O


Roblox Studio
Open
General

Ctrl + O


VariCAD (Windows)
Open
Hot Keys

Ctrl + O


Most used text editing
Open
Functions

Ctrl + O


FEKO (Windows)
Open
General Shortcuts

Ctrl + O


FEKO (Linux)
Open
General Shortcuts

Ctrl + O


PSPad (Windows)
Open... - Open Selected File(s)
File

Ctrl + O


Ulead PhotoImpact 8 (Windows)
Opens a folder where an image file was last saved.
File Menu

Ctrl + O


Geany (Linux)
Open
Files

Ctrl + O


Geany (Windows)
Open
Files

Ctrl + O


Wordfast Pro (Windows)
Open File
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + O


Vivaldi
Open file
Page

Ctrl + O


PhotoFiltre (Windows)
Open an image
Others

Ctrl + O


RStudio
Open document
Source

Ctrl + O


KiCad 5.0.2
Open
Page Layout Editor

Ctrl + O


Inkscape (Windows)
Open an SVG document
File

Ctrl + O


Maxwell Render (Windows)
Open
File

Ctrl + O


WinRAR
Open archive
File menu

Ctrl + O


GibbsCAM (Windows)
Open
File Menu

Ctrl + O


Vectorworks (Windows)
Open
File Menu

Ctrl + O


Gmsh 4.1.4
Open project file
General

Ctrl + O


ArtRage 4.5 5 (Windows)
Open painting
Menus

Ctrl + O


FEKO (Windows)
Add model
General POSTFEKO Shortcuts

Ctrl + O


FEKO (Linux)
Add model
General POSTFEKO Shortcuts

Ctrl + O


SpaceClaim (Windows)
Open
71 Shortcuts for SpaceClaim (Windows)

Ctrl + O


Assetto Corsa
Restart session
In-game

Ctrl + O


Cobalt (Windows)
Out
70 Shortcuts for Cobalt (Windows)

Ctrl + O


Target 3001! (Windows)
Open Project
Project Management

Ctrl + O


LDCad
Open an existing file/model from disk
Global

Ctrl + O


Altium Designer (Windows)
Access Choose Document to Open Dialog
Environment Shortcuts

Ctrl + O


Arduino (Windows)
Open Existing Sketch
29 Shortcuts for Arduino (Windows)

Ctrl + O


Arduino (Linux)
Open Existing Sketch
29 Shortcuts for Arduino (Linux)

Ctrl + O


gEDA (Linux)
Toggle the octagon flag of the object under the cursor
Other Important Shortcuts

Ctrl + O


Foxit Reader (Windows)
Open File
30 Shortcuts for Foxit Reader (Windows)

Ctrl + O


Foxit Reader (Linux)
Open File
30 Shortcuts for Foxit Reader (Linux)

Ctrl + O


Ableton Live 9 (Windows)
Open Live Set
Working with Sets and the Program

Ctrl + O


WavePad Sound Editor (Windows)
Open file
File Operation

Ctrl + O


LDView
Open model
General

Ctrl + O


GeoGebra
Open New File
Windows shortcuts

Ctrl + O


Sage Simply Accounting (Windows)
Open an existing company
Home Window

Ctrl + O


AVS Audio Editor (Windows)
Opens an existing audio file
File

Ctrl + O


AVS Video Editor (Windows)
Open Project
Top Menu Files and Effects Area

Ctrl + O


Sage Simply Accounting (Windows)
Open an existing record
Keyboard Shortcuts in Record Windows

Ctrl + O


Pidgin (Linux)
Get Info
Conversation

Ctrl + O


Substance Painter
Open project
General

Ctrl + O


MyPaint (Windows)
Open
Show Edit Menu

Ctrl + O


SolveSpace (Windows)
Open
File Menu

Ctrl + O


KeyCreator (Windows)
Open
General Shortcuts

Ctrl + O


BobCAD (Windows)
Open Existing File
22 Shortcuts for BobCAD (Windows)

Ctrl + O


Balsamiq Mockups (Windows)
Open a mockup file
Working with Mockup Files

Ctrl + O


CamBam (Windows)
Open a file
32 Shortcuts for CamBam (Windows)

Ctrl + O


BricsCAD (Windows)
Opens an existing drawing (OPEN command)
Other Shortcuts

Ctrl + O


BricsCAD (Linux)
Opens an existing drawing (OPEN Ctrl)
Other Shortcuts

Ctrl + O


DraftSight (Windows)
Opens an existing drawing file
37 Shortcuts for DraftSight (Windows)

Ctrl + O


eMachineShop (Windows)
Open existing Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + O


Brave Browser (Windows)
Open File
Bookmarks/History/Settings/Tools

Ctrl + O


TopSolid (Windows)
Open/Close Symbolic Tree
Part Clamping

Ctrl + O


EasyWorship
Open an existing schedule
Editor

Ctrl + O


Adobe Illustrator
Open a document
Work with documents

Ctrl + O


FlexiSign Pro 8.1 (Windows)
Open
Other Shortcuts

Ctrl + O


Aspire (Windows)
Open an Existing file
Node Editing

Ctrl + O


VCarve Pro (Windows)
Open an Existing file
Node Editing

Ctrl + O


SuperMemo (Windows)
Reopen collection
129 Shortcuts for SuperMemo (Windows)

Ctrl + O


Adobe Extension Manager
Load extension
General

Ctrl + O


Tableau
Open file
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + O


JS Bin
Open bin history (when logged in)
Application level

Ctrl + O


Cisco Webex
Browse to open and share a file
Windows

Ctrl + O


Lacerte
Open User Options
Clients, Detail, Forms and Diagnostics screens

Ctrl + O


GitHub Desktop
Add local repository
File menu

Ctrl + O


Google Chrome
Open a file from your computer in Chrome
Webpage shortcuts

Ctrl + O


Evolution
Open in new window
Mail Component - Selection

Ctrl + O


AutoCAD
Open drawing
Manage Drawings

Ctrl + O


Ableton Live 10
Open Live Set
Working with Sets and the Program

Ctrl + O


Claws Mail
Move...
Main window

Ctrl + O


Ubuntu
Open another document
Common application shortcuts

Ctrl + O


Nuclide (Linux)
Toggles the focus of the current active file.
Project Explorer’s file tree

Ctrl + O


Siemens NX
Open
File menu

Ctrl + O


Shotcut
Open File
Main Menu

Ctrl + O


Nuclide (Mac)
Toggles the focus of the current active file.
Project Explorer’s file tree

Ctrl + O


HitFilm
Open project
General

Ctrl + O


QuickBooks Desktop
Check in the write checks/cheques windows or in the check register: Use Ctrl + O to copy the check.You can then use Ctrl + V (paste) to create a copy of that check if you are in the check register.
Editing Transactions/List

Ctrl + O


Winamp
Open (load) playlist
Playlist window

Ctrl + O


Tibia
Open a new channel
Channels

Ctrl + O


PyCharm 2018.2
Override base class methods in the current class.
Advanced editing

Ctrl + O


Nimbus Capture (PC)
Open
Editor

Ctrl + O


ArtRage Studio Pro
Open Painting…
File commands

Ctrl + O


Quicken 2018
Open a file
File Operations

Ctrl + O


UiPath Studio
Enables you to open a previously created workflow. Only .xaml files are supported
File Management

Ctrl + O


Autodesk Stingray
Open Level
File operations

Ctrl + O


Adobe Lightroom Classic
Open catalog
Managing photos and catalogs

Ctrl + O


Adobe Bridge CC
Open
File menu

Ctrl + O


ActivePresenter 7
Open
General

Ctrl + O


Alteryx
Open workflow
Run, open, save and switch workflows

Ctrl + O


SQL Server Profiler
Open trace file
File menu

Ctrl + O


Bash (Unix shell)
Run a command you found with Ctrl + R
Command history

Ctrl + O


Aegisub
Open a subtitles file
Default

Ctrl + O


Gravit Designer
Open file
File

Ctrl + O


jEdit
Open file.
Files

Ctrl + O


Atom (Windows)
application:open-file
All shortcuts

Ctrl + O


Nuke
Open a project or script, depending on environment
Global

Ctrl + O