PyCharm 2018.2

Navigation in source code

Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

All hotkeys for PyCharm 2018.2

Advanced editing
Comment/uncomment current line or selected block with line comments.

Ctrl + /

Advanced editing
Comment/uncomment code with block comments.

Ctrl + ↑   Shift + /

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Ctrl + Q

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Alt + Mouse right click

Advanced editing
Show the Highlighting level pop-up window to configure highlighting in the current file.

Ctrl + ↑   Shift + Alt + H

Advanced editing
Show parameters of the method call at the caret.

Ctrl + P

Advanced editing
Show the current method or class declaration when it is not visible.

Alt + Q

Advanced editing
Show an error or warning description at the caret.

Ctrl + F1

Advanced editing
Open browser with the documentation for the selected item.

↑   Shift + F1

Advanced editing
Override base class methods in the current class.

Ctrl + O

Advanced editing
Surround selected code fragment with if, do, tags or other constructs.

Ctrl + Alt + T

Advanced editing
Code completion for any class, method or variable.

Ctrl + Space

Advanced editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope.

Alt + /

Advanced editing
Code Completion filtering the lookup list basing on expected type.

Ctrl + ↑   Shift + Space

Advanced editing
Show a pop-up list of starting with a specified prefix.

Ctrl + J

Advanced editing
Surround the selection with one of the templates.

Ctrl + Alt + J

Basic editing
Move the selected block to the next indentation level.

⭾ Tab

Basic editing
Move the selected block to the previous indentation level.

↑   Shift + ⭾ Tab

Basic editing
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.

⤶ Enter

Basic editing
In other views: remove selected items

Del

Basic editing
Delete a character to the left of the caret.

⬅ Backspace

Basic editing
Undo last operation.

Ctrl + Z

Basic editing
Redo last undone operation.

Ctrl + ↑   Shift + Z

Basic editing
Cut a current line or a selected code block to the Clipboard.

Ctrl + X

Basic editing
Copy a current line or a selected code block to the Clipboard.

Ctrl + C

Basic editing
Paste from the Clipboard to the caret location.

Ctrl + V

Basic editing
Paste selected entry from the Clipboard to the caret location.

Ctrl + ↑   Shift + V

Basic editing
Move the caret one line up.

Basic editing
Move the caret one line up selecting the text.

↑   Shift +

Basic editing
Move the caret one line down.

Basic editing
Move the caret one line down selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the left.

Basic editing
Move the caret one character to the left selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the right.

Basic editing
Move the caret one character to the right selecting the text.

↑   Shift +

Basic editing
Move the caret down to the page bottom.

Ctrl + Page Down

Basic editing
Move the caret down to the page bottom, selecting the text.

Ctrl + Shift + Page Down

Basic editing
Move the caret up to the page top.

Ctrl + Page Up

Basic editing
Move the caret up to the page bottom, selecting the text.

Ctrl + Shift + Page Up

Basic editing
Move the caret one page down.

Page Down

Basic editing
Move the caret one page down, selecting the text.

Shift + Page Down

Basic editing
Move the caret one page up.

Page Up

Basic editing
Move the caret one page up, selecting the text.

Shift + Page Up

Basic editing
Scroll the text one line down.

Ctrl +

Basic editing
Scroll a line at caret to the center of the screen.

Ctrl + M

Basic editing
Scroll the text one line up.

Ctrl +

Basic editing
Move the caret to the end of line.

End

Basic editing
Move the caret to the end of line, selecting the text.

↑   Shift + End

Basic editing
Move the caret to the beginning of line.

Home

Basic editing
Move the caret to the beginning of line, selecting the text.

↑   Shift + Home

Basic editing
Move the caret to the next word.

Ctrl +

Basic editing
Move the caret to the next word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the previous word.

Ctrl +

Basic editing
Move the caret to the previous word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the end of text.

Ctrl + End

Basic editing
Move the caret to the end of text, selecting it.

Ctrl + ↑   Shift + End

Basic editing
Move the caret to the beginning of text.

Ctrl + Home

Basic editing
Move the caret to the beginning of text, selecting it.

Ctrl + ↑   Shift + Home

Basic editing
Select the entire text opened in the editor.

Ctrl + A

Basic editing
Delete the line where the caret is currently located.

Ctrl + Y

Basic editing
Delete the word starting from the current caret location up to the word end.

Ctrl + Del

Basic editing
Delete the word starting from the current caret location up to the word start.

Ctrl + ⬅ Backspace

Basic editing
Toggle insert/overwrite modes.

Insert

Basic editing
Duplicate selected block or the line at the caret.

Ctrl + D

Basic editing
Toggle case of the selected text block.

Ctrl + ↑   Shift + U

Navigation in source code
Navigate to the end of the current code block.

Ctrl + ]

Basic editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + ]

Navigation in source code
Navigate to the start of the current code block.

Ctrl + [

Basic editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + [

Basic editing
Start a new line after the current one positioning the caret in accordance with the current indentation level.

↑   Shift + ⤶ Enter

Basic editing
Start a new line before the current one.

Ctrl + Alt + ⤶ Enter

Basic editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line.

Ctrl + ↑   Shift + J

General
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.

Ctrl + ⤶ Enter

Basic editing
Select successively increasing code blocks starting from the current caret location.

Ctrl + W

Basic editing
Remove sequentially the selection made by the action.

Ctrl + ↑   Shift + W

Basic editing
Indent the current line or selected block according to the Code Style settings.

Ctrl + Alt + I

Navigation Between IDE Components
Expand all nodes in a tree view.

Ctrl + Num +

Navigation Between IDE Components
Collapse all nodes in a tree view.

Ctrl + Num -

Code folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + Num +

Code folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + Num -

Code folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + ↑   Shift + Num +

Code folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + ↑   Shift + Num -

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 1

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 2

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 3

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 4

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 5

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 1

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 2

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 3

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 4

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 5

Code folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and debugging
Repeat execution with the same settings, with the same tab of the editor having the focus.

↑   Shift + F10

Running and debugging
Quickly select run/debug configuration and run or edit it.

↑   Shift + Alt + F10

Running and debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.

Ctrl + F5

Running and debugging
Debug a program.

↑   Shift + F9

Running and debugging
Quickly select run/debug configuration and debug or edit it.

↑   Shift + Alt + F9

Running and debugging
Step to the next line in the current file. See Stepping Through the Program.

F8

Navigation Between IDE Components
Navigate to the next difference in view.

F7

Navigation Between IDE Components
Navigate to the previous difference in view.

↑   Shift + F7

Running and debugging
Step to a first executed line after returning from the current method. See Stepping Through the Program.

↑   Shift + F8

Running and debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints. See Stepping Through the Program.

↑   Shift + Alt + F8

Running and debugging
Steps into the method called in the current execution point even if this method is to be skipped. See Stepping Through the Program.

↑   Shift + Alt + F7

Running and debugging
Run to the line where the caret is located. See Stepping Through the Program.

Alt + F9

Running and debugging
Run to the line where the caret is located, ignoring breakpoints. See Stepping Through the Program.

Ctrl + Alt + F9

Running and debugging
Resume program execution.

F9

Navigation in source code
Navigate to the previous found error/warning.

↑   Shift + F2

Running and debugging
Evaluate an arbitrary expression.

Alt + F8

Running and debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog.

Ctrl + Alt + F8

Running and debugging
Toggle breakpoint at the current line.

Ctrl + F8

Running and debugging
View/manage all breakpoints.

Ctrl + ↑   Shift + F8

General
Close an active tab in a tool window (for example, Find tool window).

Ctrl + ↑   Shift + F4

General
Close an active editor.

Ctrl + F4

General
Open an editor for the selected item or items and give focus to the last opened file.

F4

General
In a tool window: return focus to the editor.

Esc

General
Export contents of a tool window to a text file. This feature applies to the Version Control Tool Window, Messages Tool Window, and the other tool windows that provide the export button icons toolbarDecorator export svg on the window toolbar.

Alt + O

General
Create a new class, file or directory. See Populating Modules.

Alt + Insert

General
Save all files and settings.

Ctrl + S

General
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last).

Alt +

General
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first).

Alt +

General
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form.

Alt + ⤶ Enter

General
Detect all externally changed files and reload them from disk.

Ctrl + Alt + Y

Search
Initiate text search.

Ctrl + F

Search
Initiate text search and replace.

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor.

F3

Search
Navigate to the next/previous occurrence of a selected word in the editor.

↑   Shift + F3

Search
Search in the editor for the word where the caret is currently located.

Ctrl + F3

Search
Initiate search for a text string in the specified scope.

Ctrl + ↑   Shift + F

Search
Initiate search and replace in the specified scope.

Ctrl + ↑   Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope.

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file.

Ctrl + F7

Search
Highlight usages of a symbol at caret.

Ctrl + ↑   Shift + F7

Search
Show usages of a symbol at caret in a pop-up window. Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus. See Finding Actions.

Ctrl + ↑   Shift + A

Navigation between bookmarks
Navigate to a numbered bookmark with the corresponding number.

Ctrl + 1 - 9

Navigation between bookmarks
Turn anonymous bookmark on or off.

F11

Navigation between bookmarks
Turn bookmark with mnemonic on or off.

Ctrl + F11

Navigation between bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them.

↑   Shift + F11

Navigation in source code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. See Navigating Between IDE Components.

Alt + F1

Navigation Between IDE Components
Navigate between files opened in the editor, and tool windows.

Ctrl + ⭾ Tab

Navigation Between IDE Components
Open a tool window with the specified number.

Alt + 1 - 9

Navigation Between IDE Components
Hide the currently active tool window.

↑   Shift + Esc

Navigation Between IDE Components
Activate the last focused tool window.

F12

Navigation in source code
Display the Structure pop-up window for quick navigation through the current file.

Ctrl + F12

Navigation in source code
Show the list of recently opened files.

Ctrl + E

Navigation in source code
Show the list of recently updated files .

Ctrl + ↑   Shift + E

Navigation in source code
Browse hierarchy for the selected class class.

Ctrl + H

Navigation in source code
Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

Navigation in source code
Navigate directly to a file in project by specifying its name in a pop-up dialog box.

Ctrl + ↑   Shift + N

Navigation in source code
Navigate to any line in the current file by specifying its number.

Ctrl + G

Navigation in source code
Navigate to declaration of a symbol at caret.

Ctrl + B

Navigation in source code
Navigate to implementation of the item at caret.

Ctrl + Alt + B

Navigation in source code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call.

Ctrl + ↑   Shift + B

Navigation in source code
Navigate to a super method declaration of a method under the caret.

Ctrl + U

Navigation in source code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject.

Ctrl + ↑   Shift + T

Navigation in source code
Navigate between files with complicated relationships between them. For example, use this shortcut to navigate between views and templates

Ctrl + Alt + Home

Navigation in source code
Navigate to the next method declaration in the active editor tab.

Alt +

Navigation in source code
Navigate to the previous method declaration in the active editor tab.

Alt +

Navigation in source code
Undo last navigation operation.

Ctrl + Alt +

Navigation in source code
Redo last undone navigation operation.

Ctrl + Alt +

Navigation in source code
Navigate to a previous found item.

Ctrl + Alt +

Navigation in source code
Navigate to a next found item.

Ctrl + Alt +

Navigation in source code
Move through the most recent change points.

Ctrl + ↑   Shift + ⬅ Backspace

Navigation in source code
Navigate to the next found error/warning.

F2

Refactoring
Rename the selected file, class, field, method, etc. and change all references to it accordingly.

↑   Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls.

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references.

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package.

F5

Refactoring
Delete the selected class, method or field checking its usages.

Alt + Del

Refactoring
Turn the selected code fragment into a method.

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value.

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value.

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value.

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter.

Ctrl + Alt + P

Refactoring
Inline the selected method or variable.

Ctrl + Alt + N

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 (Linux)
To quickly open any class.
Productivity

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


IntelliJ (Linux)
Go to class
Navigation

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