Eclipse Helios (Windows)

Code Information

Show code outline / structure

Ctrl + O

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


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


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


IntelliJ (Windows)
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