IntelliJ (Linux)

Productivity

To quickly open any class.

Ctrl + N

All hotkeys for IntelliJ (Linux)

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

Editing
Expand all / collapse all

Ctrl + Shift + NumPad + / -

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

Similar combinations for other applications


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

Ctrl + N


Eclipse Helios (Windows)
Create new project using the Wizard
Manage Files and Projects

Ctrl + N


Novell Evolution 2 (Linux)
New item in current mode (Mail/Contact/Appointment/Task/Memo)
General

ctrl + n


Microsoft Outlook 2010 (Windows)
Create new message
Messages in Main View - Main Window

Ctrl + N


Microsoft Word 2007 (Windows)
Create a new document of the same type as the current or most recent document.
Working with documents: Create, view, and save documents

Ctrl + N


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

Ctrl + N


Microsoft Word 2007 (Windows)
Create a new document of the same type as the current or most recent document.
Working with documents: Create, view, and save documents

Ctrl + N


Microsoft Windows 7 (Windows)
Open new instance of Windows Explorer
Managing 'Windows' in Windows 7 - Basics

Ctrl + N


Microsoft Word 2007 (Windows)
Create a new document of the same type as the current or most recent document.
Working with documents: Create, view, and save documents

Ctrl + N


KDevelop (Linux)
New file dialog
Manage Files

Ctrl + N


Microsoft Projects 2010 (Windows)
New Project
Access Projects 2010 Features

Ctrl + N


SharpDevelop 4.0 (Windows)
New file
Manage SharpDevelop Projects

Ctrl + N


Google Chrome (Windows)
Open a new window
Manage Tabs

Ctrl + N


Microsoft Outlook 2010 (Windows)
Create new appointment (when in Calendar)
Messages in Main View - Create and Manage Appointments

Ctrl + N


Unity3D 3 (Windows)
New
Manage Files

Ctrl + n


Microsoft Windows 7 (Windows)
Open new instance of Windows Explorer
Windows Explorer - Basics

Ctrl + N


Microsoft Outlook 2010 (Windows)
Create new message
Messages in Compose View - Main Window

Ctrl + N


Microsoft OneNote 2010 (Windows)
Add a new page at the end of the selected section.
Working with and inside Pages / Side Notes

ctrl + n


Tally 9.0 (Windows)
Switches to Calculator / ODBC Section of Tally Screen
General Shortcuts

Ctrl + N


Firefox (Linux)
Opens new browser window
Firefox Windows

Ctrl + N / Alt + F + N


Firefox (Windows)
Opens new browser window
Firefox Windows

Ctrl + N / Alt + F + N


Google Chrome (Linux)
Open new Chrome window
Manage Tabs

Ctrl + N


Microsoft PowerPoint 2003 (Windows)
New slide
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + N


Inpage (Windows)
For new document
For File Releated

Ctrl + n


Microsoft Outlook 2010 (Windows)
Create new appointment (when in Calendar)
Messages in Compose View - Create and Manage Appointments

Ctrl + N


Microstation v8i (Windows)
New / Create Design File
Managing Design Files

Ctrl + N


Notepad++ 5 (Windows)
Create new document.
Basic File Management

Ctrl + N


Microsoft Windows 7 (Windows)
Open new instance of Windows Explorer
Windows Admin - Basics

Ctrl + N


Microsoft Outlook 2010 (Windows)
Create new message
Calendar Shortcuts - Main Window

Ctrl + N


Tekla Structures 14.0 (Windows)
Create new model
Modeling shortcuts

Ctrl + n


Opera (Linux)
New Window
Tabs

Ctrl + N


Total Commander 8 (Windows)
New FTP connection (enter URL or host address)
Main Shortcuts

Ctrl + n


Microsoft Windows 8 (Windows)
Open new instance of Windows Explorer
Windows Explorer - Basics

Ctrl + N


Evernote (Windows)
Create a new note
Main Application Shortcuts - Managing Evernote

Ctrl + n


Total Commander 8 (Windows)
New FTP connection
FTP

Ctrl + N


Microsoft Windows 7 (Windows)
Open new instance of Windows Explorer
Ease of Access and Magnifier - Basics

Ctrl + N


Oracle SQL Developer 4 (Windows)
New
DBMS Output

Ctrl + N


Microsoft Outlook 2010 (Windows)
Create new appointment (when in Calendar)
Calendar Shortcuts - Create and Manage Appointments

Ctrl + N


UltraEdit (Windows)
Create a new document file
File Menu

Ctrl + N


Sublime Text (Windows)
New file
Menu Control

Ctrl + N


Microsoft Outlook 2010 (Windows)
Create new contact (when in Contacts)
Contacts Shortcuts

Ctrl + N


AutoCAD 2012 (Windows)
New Drawing
Manage Drawings

Ctrl + N


Avid Media Composer 7 (Windows)
Creates a new bin
Bin Shortcuts

Ctrl + N


Microsoft Outlook 2010 (Windows)
Create new task (when in Tasks)
Tasks Shortcuts

Ctrl + N


Texmaker 4.0.2 (Windows)
New
"File" menu

Ctrl + N


FreeMind 0.9.0 (Windows)
New map
File commands

Ctrl + N


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

Ctrl + N


Photoshop Lightroom 4 (Windows)
Create a new collection in the Library module
Collections

Ctrl + N


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

Ctrl + N


IntelliJ (Windows)
To quickly open any class.
Productivity

Ctrl + N


iTunes (Windows)
Create a new playlist
File Menu

Ctrl + N


Audacity 2 (Windows)
New
File Menu

Ctrl + N


Notepad2 (Windows)
New
File Menu

Ctrl + N


Audacity 2 (Linux)
New
File Menu

Ctrl + N


Photoshop Lightroom 4 (Windows)
Create a new snapshot
Develop Module

Ctrl + N


FL Studio (Windows)
Save new version
File Operations

Ctrl + N


IBM Rational DOORS (Windows)
New Object
General

Ctrl + N


Presonus Studio One (Windows)
New song
File Menu

Ctrl + N


Photoshop Lightroom 4 (Windows)
Create a new slide show template
Slideshow module

Ctrl + N


Microsoft Word 2013 (Windows)
Create new document
Manage Word Documents and View

Ctrl + N


Photoshop Lightroom 4 (Windows)
Create a new print template
Print module

Ctrl + N


Directory Opus (Windows)
New folder
Operations Toolbar

Ctrl + N


Photoshop Lightroom 4 (Windows)
Create a new web gallery template
Web module

Ctrl + N


IntelliJ (Windows)
Go to class
Navigation

Ctrl + N


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

Ctrl + N


FileMaker Pro (Windows)
Create a new layout
Layout Mode Shortcuts - Create and Navigate Layouts

Ctrl + N


Beyond Compare (Windows)
Next difference
Search Menu - Folder Compare

Ctrl + N


Qt Creator (Windows)
New file or project
General

Ctrl + N


Qt Creator (MacOS)
New file or project
General

Ctrl + N


Beyond Compare (Windows)
Next conflict
Search Menu - Folder Sync

Ctrl + N


Beyond Compare (Windows)
Next difference section
Search Menu - Text Compare

Ctrl + N


Beyond Compare (Windows)
Next difference section
Search Menu - Text Merge

Ctrl + N


Beyond Compare (Windows)
Next difference row
Search Menu - Data Compare

Ctrl + N


Beyond Compare (Windows)
Next difference bytes
Search Menu - Hex Compare

Ctrl + N


Beyond Compare (Windows)
Next difference item
Search Menu - MP3 Compare, Version Compare

Ctrl + N


Comsol 5 (Windows)
New model
Model Tree

Ctrl + N


Comsol 5 (Linux)
New model
Model Tree

Ctrl + N


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

Ctrl + N


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

Ctrl + N


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

Ctrl + n


Microsoft Excel 2013 (Windows)
Create a new blank workbook (Excel File)
Manage Multiple Workbooks

Ctrl + N


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

Ctrl + N


Notepad++ 6 (Windows)
New File
File menu

Ctrl + N


FileMaker Pro (Windows)
Change to Note mode
Layout Mode Shortcuts - Relationships Graph

Ctrl + N


Linux Mint (Linux)
New window
File Manager (Nemo) - General

Ctrl + N


FileMaker Pro (Windows)
Create a new layout
Text Shortcuts - Create and Navigate Layouts

Ctrl + N


uTorrent (Windows)
Create New Torrent
21 Shortcuts for uTorrent (Windows)

Ctrl + N


uTorrent (Linux)
Create New Torrent
21 Shortcuts for uTorrent (Linux)

Ctrl + N


Notepad++ 6 (Windows)
Jump Down (to next text marked using n-th stye. n is 1 to 5, or 0 for default Found style.
Search menu

Ctrl + N


Camtasia 8 (Windows)
Create new project
Manage Camtasia Projects

Ctrl + N


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

Ctrl + N


Skype for Business (Lync) 2016 (Windows)
Take Notes with OneNote
Conversation window

Ctrl + N


Microsoft Excel 2010 (Windows)
Create a new blank workbook (Excel File)
Manage Multiple Workbooks

Ctrl + N


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

Ctrl + N


Adobe After Effects CC (Windows)
New Composition
Compositions and Work Area

Ctrl + N


Google Slides (Windows)
New slide
General Slides Shortcuts

Ctrl + N


Access 2016 (Windows)
New database
Database Operation

Ctrl + N


Clink (Windows)
next-history
BASH (GNU Readline) Line Editing

Ctrl + N


FileMaker Pro (Windows)
Change to Note mode
Text Shortcuts - Relationships Graph

Ctrl + N


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

Ctrl + N


Microsoft Edge Browser (Windows)
Open a new window
Window / Tab Control

Ctrl + N


FileMaker Pro (Windows)
Create a new layout
Database Management Shortcuts - Create and Navigate Layouts

Ctrl + N


Corel VideoStudio X9.5 (Windows)
New Project
File Tab Operations

Ctrl + N


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

Ctrl + N


Adobe Premiere CC (Windows)
Sequence
General Shortcuts

Ctrl + N


Microsoft Outlook 2016 (Windows)
Create a message (when in Mail)
Mail

Ctrl + N


Photoshop Lightroom CC (Windows)
Create New collection in the Library module
Collections

Ctrl + N


Microsoft PowerPoint 2016 (Windows)
Insert new Comment
Edit and General Text Operations

Ctrl + N


Microsoft Outlook 2016 (Windows)
Create an appointment (when in Calendar)
Calendar

Ctrl + N


Access 2010 (Windows)
Open/create new database
Manage Databases

Ctrl + N


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

Ctrl + N


Microsoft Outlook 2016 (Windows)
Create a contact (when in Contacts)
People

Ctrl + N


Nuke 10 (Windows)
Create a new Project
Global Shortcuts

Ctrl + N


Nuke 10 (Linux)
Create a new Project
Global Shortcuts

Ctrl + N


FileMaker Pro (Windows)
Change to Note mode
Database Management Shortcuts - Relationships Graph

Ctrl + N


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

Ctrl + N


Microsoft Outlook 2016 (Windows)
Create a task (when in Tasks)
Tasks

Ctrl + N


Photoshop Lightroom CC (Windows)
Create a new snapshot
Develop Module

Ctrl + N


Corel Painter 2017 (Windows)
New
General Shortcuts

Ctrl + N


Photoshop Lightroom CC (Windows)
Create a new slide show template
Slideshow Module

Ctrl + N


Finale (Windows)
New
File Menu

Ctrl + N


FileMaker Pro (Windows)
Create a new record, request, or layout
General keyboard shortcuts (Windows)

Ctrl + N


InDesign CC (Windows)
New File
File Menu Shortcuts

Ctrl + N


Photoshop Lightroom CC (Windows)
Create a new print template
Print Module

Ctrl + N


Photoshop Lightroom CC (Windows)
Create a new web gallery template
Web Module

Ctrl + N


CINEMA 4D (Windows)
New file
File

Ctrl + N


ArchiCAD 20 (Windows)
New
File Menu Commands

Ctrl + N


FileMaker Pro (Windows)
Create a new record
Browse-Mode Shortcuts

Ctrl + N


Anime Studio (Windows)
New document
General Shortcuts

Ctrl + N


FileMaker Pro (Windows)
Create a find new find request
Find Mode Shortcuts

Ctrl + N


CINEMA 4D (Windows)
New material
Material Manager

Ctrl + N


Hexagon 2 (Windows)
New Scene
General Shortcuts

Ctrl + N


Zoho Writer (Windows)
To Create New Document
General

Ctrl + N


Zoho Sheet (MacOS)
New File
File Operations

Ctrl + N


Dynamics SL 2015 (Windows)
New
General Shortcuts

Ctrl + N


Dynamics AX 2015 (Windows)
Create a record.
Working with Forms

Ctrl + N


Wondershare Editor (Windows)
New project
File/Project

Ctrl + N


Microsoft Word 2016 (Windows)
New Document
General Operation

Ctrl + N


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

Ctrl + N


Apple Photos (Windows)
Create new album
Organize

Ctrl + N


Dynamics NAV 2015 (Windows)
Create a new record
General

Ctrl + N


GIMP (Linux)
New Image
File

Ctrl + N


Windows Movie Maker (Windows)
Create a new project
General

Ctrl + N


Microsoft Projects 2016 (Windows)
Create a new project.
File Management

Ctrl + N


Autodesk 3ds Max 2017 (Windows)
New scene
General user interface

Ctrl + N


GIMP (Windows)
New Image
File operations

Ctrl + N


Autodesk Inventor 2017 (Windows)
New file dialog box
General

Ctrl + N


Autodesk Revit Architecture (Windows)
New
Application menu

Ctrl + N


AutoCAD 2016 (Windows)
Creates a new drawing
General

Ctrl + N


CyberLink PhotoDirector 8 (Windows)
New project
FIle / Project features

Ctrl + N


Silhouette Studio (Windows)
New
General

Ctrl + N


AutoCad Architecture 2017 (Windows)
New
General

Ctrl + N


1Password (Windows)
Create a new item.
General Shortcuts

Ctrl + N


Act! CRM (Windows)
Create New File/Database
General Shortcuts

Ctrl + N


Mac OS Sierra 10.12 (MacOS)
Move down one line
Document Shortcuts

Ctrl + N


1Password (Windows)
Display the New Item menu.
Main Program Shortcuts

Ctrl + N


Todoist (Web Application)
Open task quick add
Android Only Shortcuts

Ctrl + N


JetBrains PyCharm (Windows)
Go to Class
Navigation

Ctrl + N


JetBrains RubyMine (Windows)
Go to Class
Navigation Shortcuts

Ctrl + N


JetBrains RubyMine (Linux)
Go to Class
Navigation Shortcuts

Ctrl + N


Adobe Flash Builder (Windows)
New File
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + N


Red Hat Enterprise (Linux)
Opens a new browser window
Web Browser

Ctrl + N


Logic Pro X (MacOS)
Normalize
Audio File Editor

Ctrl + N


Autodesk SketchBook Pro (Windows)
New
General Shortcuts

Ctrl + N


Cloud9 (MacOS)
New File
File Operations

Ctrl + N


Cloud9 (Windows)
New File
File Operations

Ctrl + N


Bash (Linux)
Next Arrow
Navigation

Ctrl + N / Down Arrow


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

Ctrl + N


Daz 3D Bryce 7 (Windows)
New Blank Terrain
Terrain Editing

Ctrl + N


jEdit (Windows)
New File
File

Ctrl + N


Daz 3D Bryce 7 (Windows)
Clear Texture
Deep Text Editor

Ctrl + N


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

Ctrl + N


Bash (Linux)
Next Command in History
History

Ctrl + N


Daz 3D Bryce 7 (Windows)
New Document
Menus

Ctrl + N


JetBrains PhpStorm (MacOS)
Generate Code
Editing

Command + N / Ctrl + N


Adobe RoboHelp (Windows)
Conditional Build Tag Dialog
Display Various Objects

Ctrl + N


DAZ Studio (Windows)
New
File commands

Ctrl + N


JetBrains PhpStorm (Windows)
Go to Class
Navigation

Ctrl + N


ZBrush 4 (Windows)
Clear Layer
Edit Move Navigation - Document Layers

Ctrl + N


JetBrains PhpStorm (Linux)
Go to Class
Navigation

Ctrl + N


Microsoft Hotmail (Web Application)
New Message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + N


Corel PhotoPaint X6 (Windows)
New File
File Menu

Ctrl + N


VMWare Workstation 12 (Windows)
Create New Virtual Machine
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + N


Corel Draw X8 (Windows)
New document
FIle

Ctrl + N


Steinberg Cubase 9 (Windows)
New
File

Ctrl + N


Corel Quattro Pro X8 (Windows)
New
File Menu

Ctrl + N


ZBrush 4 (Windows)
Clear Layer
Inner Ring Actions - Document Layers

Ctrl + N


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

Ctrl + N


HTML-Kit (Windows)
New document
87 Shortcuts for HTML-Kit (Windows)

Ctrl + N


Corel Draw X8 (Windows)
No justification
Text Formatting

Ctrl + N


Corel Quattro Pro X8 (Windows)
Replace Current Expression with Cell Name
Formula Keys

Ctrl + N


Edius (Windows)
New project
General

Ctrl + N


Corel Ventura 10 (Windows)
New
General Shortcuts

Ctrl + N


ZBrush 4 (Windows)
Clear Layer
Sculpting Brushes - Document Layers

Ctrl + N


Houdini (Windows)
Select viewport
Main Menu

Ctrl + N


MusicBee (Windows)
Play Next Track
Playback Controls

Ctrl + N


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

Ctrl + N


ZBrush 4 (Windows)
Clear Layer
3D Models - Document Layers

Ctrl + N


Poser Pro (Windows)
New
File

Ctrl + N


Kingsoft Presentation 2016 (Windows)
Create New File
Files and Other Shortcuts

Ctrl + N


Kingsoft Spreadsheets 2016 (Windows)
Create New workbook
Other Shortcuts

Ctrl + N


Forte (Windows)
View Next Unread Message
Main Browser Window

Ctrl + N


Brackets (Windows)
New File
99 Shortcuts for Brackets (Windows)

Ctrl + N


Flock (Windows)
New window
General

Ctrl + N


Primevera P6 P6 (Windows)
Create New Project
General Shortcuts

Ctrl + N


SPSS Modeler (Windows)
New Stream
General Shortcuts

Ctrl + N


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

Ctrl + N


Forte (Windows)
Create new contact
Address Book

Ctrl + N


ZBrush 4 (Windows)
Clear Layer
ZSpheres - Document Layers

Ctrl + N


WinSCP 5 (Windows)
Open new session
Session Management

Ctrl + N


MediaMonkey (Windows)
Next Track
Standard Keyboard Shortcuts

Ctrl + N / Ctrl + Alt + Right Arrow


vSphere Client (Windows)
New VM
New Item

Ctrl + N


MetaTrader MT4 (Windows)
Open/Close Navigator Window
Miscellaneous Shortcuts

Ctrl + N


Krita Painting 3 (Windows)
New
General

Ctrl + N


Soundforge (Windows)
Create a new data window
Project File Shortcuts

Ctrl + N


Informix Genero 2.5.0 (Windows)
New
Buffers and File

Ctrl + N


VideoPad Video Editor (Windows)
New project
File

Ctrl + N


Forte (Windows)
Send Now
Composition Window

Ctrl + N


Vegas Pro 14 (Windows)
Create new project
Project File

Ctrl + N


Maxthon (Web Application)
Open a new window
Open

Ctrl + N


GOM Player (Windows)
Noise
Video Control

Ctrl + N


qBittorrent (Windows)
Torrent Creater
Tools menu

Ctrl + N


Siemens NX 11 (Windows)
New
File Menu

Ctrl + N


Jetbrains CLion (Windows)
Go to class
Navigation Shortcuts

Ctrl + N


DITA CMS (Windows)
Open New Select A Wizard Dialog
22 Shortcuts for DITA CMS (Windows)

Ctrl + N


XYplorer (Windows)
New Folder
General Shortcuts

Ctrl + N


PotPlayer (Windows)
Denoise 3D On/Off
Standard Keyboard Controls

Ctrl + N


ZBrush 4 (Windows)
Clear Layer
Canvas and 2.5D - Document Layers

Ctrl + N


Xamarin Studio (MonoDevelop) (Windows)
New File
File Menu

Ctrl + N


MPS 2017 (Windows)
Navigate directly to a class in project by specifying its name in a pop-up dialog box
Navigation between Source Code

Ctrl + N


Pencil2D (Windows)
New
57 Shortcuts for Pencil2D (Windows)

Ctrl + N


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

Ctrl + N


iClone 7 (Windows)
New Project
File Operation

Ctrl + N


Quickbooks Desktop (Windows)
New invoice, bill, check or list item in context
Account Register Shortcuts

Ctrl + n


Anim8or (Windows)
New Project
Menu Shortcuts

Ctrl + N


GeoModeller3D (Windows)
New
File Operations

Ctrl + N


SolidWorks (Windows)
New
File Menu

Ctrl + N


Visual Studio Code (Windows)
New File
File Management

Ctrl + N


Tableau (Windows)
New workbook
General

Ctrl + N


Bitcomet (Windows)
Add HTTP/FTP Download
Global

Ctrl + N


Soundforge (Windows)
Create a new script
Script Editor

Ctrl + N


Solidworks 2019
New
Windows

Ctrl + N


Rhino (Windows)
New
Default Shortcuts

Ctrl + N


Spotify (Windows)
Create new playlist
General

Ctrl + N


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

Ctrl + N


Zwift (PC and macOS)
Runs zwift-addons-overlay.ahk which lets you overlay various other applications on the Zwift window (e.g. Netflix, YouTube, and a Zwift chat window)
General

Ctrl + N


Delphi 10 (Windows)
Insert new line after cursor (cursor stays in current line)
193 Shortcuts for Delphi 10 (Windows)

Ctrl + N


Impro-Visor (Windows)
open a new leadsheet window
Files

Ctrl + N


QCad (Linux)
Create a New drawing
File Handlng

Ctrl + N


QCad (Windows)
Create a New drawing
File Handlng

Ctrl + N


Vivaldi
New window
Window

Ctrl + N


ChessBase 13
¤ Knight
Commentary symbols

Ctrl + N


TurboCAD (Windows)
Create a new drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + N


winIDEA
Create a new document
File

Ctrl + N


Alphacam (Windows)
New File
Regular Commands

Ctrl + N


OpenSCAD (MacOS)
Navigate Line Down
Navigation Shortcuts

Ctrl + N


PhpStorm
Find a class, file or symbol
General

Ctrl + N


Affinity Photo
New Document
File

Ctrl + N


FlashFXP (Web Application)
Rename (selecting just the filename)
54 Shortcuts for FlashFXP (Web Application)

Ctrl + N


CodeLite 10 (Windows)
New file or project
Files

Ctrl + N


Surfcam (Windows)
NC Operation Manager Dialog Box
60 Shortcuts for Surfcam (Windows)

Ctrl + N


Simplify3D
New
File menu

Ctrl + N


VMware Workstation 5.0
Create a new virtual machine.
General

Ctrl + N


Todoist
Open task Quick Add
Todoist for Android – global shortcuts

Ctrl + N


Skipper
New Project
Visual model shortcuts

Ctrl + N


Kate (Linux)
New document
29 Shortcuts for Kate (Linux)

Ctrl + N


progeCAD (Windows)
Creates a new, blank drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + N


Kate (Windows)
New document
38 Shortcuts for Kate (Windows)

Ctrl + N


CuteFTP (Windows)
Opens the Site Properties dialog box in which you can define a new Site.
General

Ctrl + N


Xyplorer
Create New Folder
Edit Menu

Ctrl + N


Modo (Windows)
New scene
General/System

Ctrl + N


Dashlane
Create a new item
Application (Windows)

Ctrl + N


Ansys Mechanical (Windows)
Activate Node Selection
Selection Filters

Ctrl + N


Moldflow Insight (Windows)
New Study
File Management

Ctrl + N


Moldflow Adviser (Windows)
New Study
File Management

Ctrl + N


Roblox Studio
New
General

Ctrl + N


VariCAD (Windows)
New
Hot Keys

Ctrl + N


FEKO (Windows)
New
General Shortcuts

Ctrl + N


Most used text editing
Create a new document
Functions

Ctrl + N


FEKO (Linux)
New
General Shortcuts

Ctrl + N


Comodo IceDragon (Windows)
New Window
Windows and Tabs

Ctrl + N


PSPad (Windows)
New file... - Create new file
File

Ctrl + N


Evergreen (Linux)
New Window
Navigation

Ctrl + N


Ulead PhotoImpact 8 (Windows)
Creates a new image file.
File Menu

Ctrl + N


Geany (Linux)
New
Files

Ctrl + N


Geany (Windows)
New
Files

Ctrl + N


IRONCAD (Windows)
New
File/Editing Keys

Ctrl + N


PhotoFiltre (Windows)
New image
Others

Ctrl + N


Inkscape (Windows)
Create new document
File

Ctrl + N


Maxwell Render (Windows)
New
File

Ctrl + N


GibbsCAM (Windows)
New
File Menu

Ctrl + N


Vectorworks (Windows)
New
File Menu

Ctrl + N


Gmsh 4.1.4
Create new project file
General

Ctrl + N


ArtRage 4.5 5 (Windows)
New Painting
Menus

Ctrl + N


SpaceClaim (Windows)
New
71 Shortcuts for SpaceClaim (Windows)

Ctrl + N


Cisco IOS
Next command
Moving the cursor

Ctrl + N


Target 3001! (Windows)
New Project
Project Management

Ctrl + N


LDCad
Start a new file/model
Global

Ctrl + N


Cobalt (Windows)
Select All
70 Shortcuts for Cobalt (Windows)

Ctrl + N


Arduino (Windows)
New Sketch
29 Shortcuts for Arduino (Windows)

Ctrl + N


Arduino (Linux)
New Sketch
29 Shortcuts for Arduino (Linux)

Ctrl + N


DaVinci Resolve 14 (Windows)
New timeline
File

Ctrl + N


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

Ctrl + N


WavePad Sound Editor (Windows)
Create new file
File Operation

Ctrl + N


GeoGebra
New Window
Windows shortcuts

Ctrl + N


MyPaint (Windows)
Save current brush as "Brush n"
Show Brush Menu

Ctrl + N


Sage Simply Accounting (Windows)
Create a new company
Home Window

Ctrl + N


AVS Audio Editor (Windows)
Creates a new, initially blank file
File

Ctrl + N


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

Ctrl + N


Sage Simply Accounting (Windows)
Create a new record
Keyboard Shortcuts in Record Windows

Ctrl + N


Sage Simply Accounting (Windows)
Go to the next invoice
Keyboard Shortcuts in Transaction Windows

Ctrl + N


eM Client (Windows)
New Email
13 Shortcuts for eM Client (Windows)

Ctrl + N


Brave Browser (Windows)
New Window
Tabs and Windows

Ctrl + N


MyPaint (Windows)
New
Show Edit Menu

Ctrl + N


SolveSpace (Windows)
New
File Menu

Ctrl + N


Oracle RightNow
New (uses default new selection)
Explorers and reports

Ctrl + N


Substance Painter
New project
General

Ctrl + N


KeyCreator (Windows)
New
General Shortcuts

Ctrl + N


IPython Shell
Access next command in history
Command history

Ctrl + N


FlightGear
Toggle NAV 1 lock
Autopilot related

Ctrl + N


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

Ctrl + N


Balsamiq Mockups (Windows)
New Blank Mockup
Working with Mockup Files

Ctrl + N


BricsCAD (Windows)
Creates a New drawing (NEW command)
Other Shortcuts

Ctrl + N


BricsCAD (Linux)
Creates a New drawing (NEW Ctrl)
Other Shortcuts

Ctrl + N


DraftSight (Windows)
Creates a New drawing file
37 Shortcuts for DraftSight (Windows)

Ctrl + N


eMachineShop (Windows)
Create New Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + N


KiCad 5.0.2
New
Page Layout Editor

Ctrl + N


EasyWorship
Open the Alerts window
Editor

Ctrl + N


Adobe Illustrator
Create a document
Work with documents

Ctrl + N


PRTG Network Monitor
View > Show news feed
Enterprise console

Ctrl + N


FlexiSign Pro 8.1 (Windows)
New
Other Shortcuts

Ctrl + N


Aspire (Windows)
Create New file
Node Editing

Ctrl + N


VCarve Pro (Windows)
Create New file
Node Editing

Ctrl + N


SuperMemo (Windows)
Add new article to current category by pasting text from keyboard
129 Shortcuts for SuperMemo (Windows)

Ctrl + N


Tableau
New workbook
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + N


Google Chrome
Open a new window
Tab and window shortcuts

Ctrl + N


GitHub Desktop
New repository
File menu

Ctrl + N


Altium Designer (Windows)
Insert new line
Common Shortcuts

Ctrl + N


Evolution
New item in current mode
Global - Controls

Ctrl + N


AutoCAD
New Drawing
Manage Drawings

Ctrl + N


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

Ctrl + N


Ubuntu
Open a new document or window
Common application shortcuts

Ctrl + N


Siemens NX
New
File menu

Ctrl + N


Microsoft Sticky Notes
New note
Navigation

Ctrl + N


Claws Mail
Move a next line
Compose window

Ctrl + N


HitFilm
New project
General

Ctrl + N


QuickBooks Desktop
Create a new transaction or list item
Editing Transactions/List

Ctrl + N


Winamp
New (clear) playlist
Playlist window

Ctrl + N


Tibia
Hide the names and the status bars of the creatures on the game window
Game Window

Ctrl + N


Evernote for Windows
New Note
Application-wide

Ctrl + N


RPG Maker
Creates a new project
Editor

Ctrl + N