Qt Creator (Windows)

General

New file or project

Ctrl + N

All hotkeys for Qt Creator (Windows)

Version Control - Bazaar
Commit/Submit

Alt + Z , Alt+ C

Version Control - Bazaar
Diff

Alt + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Alt + Z , Alt+ L

Version Control - Bazaar
Status

Alt + Z , Alt+ S

Version Control - CVS
Add

Alt + C , Alt+ A

Version Control - CVS
Commit/Submit

Alt + C , Alt+ C

Version Control - CVS
Diff

Alt + C , Alt+ D

Version Control - Git
Add

Alt + G , Alt + A

Version Control - Git
Commit/Submit

Alt + G , Alt + C

Version Control - Git
Diff

Alt + G , Alt + D

Version Control - Git
Diff project

Alt + G , Alt + Shift + D

Version Control - Git
Blame/Annotate

Alt + G , Alt + B

Version Control - Git
Log/Filelog

Alt + G , Alt + L

Version Control - Git
Log project

Alt + G , Alt + K

Version Control - Git
Undo changes/Revert

Alt + G , Alt + U

Version Control - Mercurial
Add

Alt + P , Alt + A

Version Control - Mercurial
Commit/Submit

Alt + P , Alt + S

Version Control - Mercurial
Diff project

Alt + P , Alt + D

Version Control - Mercurial
Log/Filelog

Alt + P , Alt + F

Version Control - Mercurial
Undo changes/Revert

Alt + P , Alt + R

Version Control - Mercurial
Edit

Alt + P , Alt + E

Version Control - Subversion
Add

Alt + G , Alt + A

Version Control - Subversion
Commit/Submit

Alt + G , Alt + C

Version Control - Subversion
Diff

Alt + G , Alt + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Alt + V , Alt + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Alt + Arrow Left / Alt + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Alt + 1

General
Toggle Search Results pane

Alt + 2

General
Toggle Application Output pane

Alt + 3

General
Toggle Compile Output pane

Alt + 4

General
Toggle other output panes

Alt + 5 ... 9

General
Activate Bookmarks pane

Alt + M

General
Activate File System pane

Alt + Y

General
Activate Open Documents pane

Alt + O

General
Maximize output panes

Alt + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Alt + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Alt + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Alt +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

Editor
Decrease / increase font size (or Ctrl+scroll)

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Alt + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Alt + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Alt + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Alt + C , Alt+ F

Editor
Paste snippet

Alt + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Alt + U

Editor
Turn selected text into uppercase

Alt + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Alt + (

Editor
Stop recording a macro

Alt + )

Editor
Play last macro

Alt + R

Editor
Show Qt Quick toolbars

Ctrl + Alt + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Alt + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Alt + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Alt + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

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 (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