Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)

Insert new line after cursor (cursor stays in current line)

Ctrl + N

All hotkeys for Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)
Selects parent control in design mode Left mouse click+Esc drags the parent control

Esc

193 Shortcuts for Delphi 10 (Windows)
After selecting control in form designer, click on it with Shift again to select top most parent Form

Shift + Click

193 Shortcuts for Delphi 10 (Windows)
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value

Tab

193 Shortcuts for Delphi 10 (Windows)
Invoke Code Templates also called Code Snippets

Ctrl + J

193 Shortcuts for Delphi 10 (Windows)
Delete text from cursor position until end of word

Ctrl + T

193 Shortcuts for Delphi 10 (Windows)
Incremental Search

Ctrl + E

193 Shortcuts for Delphi 10 (Windows)
Delete current line

Ctrl + Y

193 Shortcuts for Delphi 10 (Windows)
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.

Ctrl + B

193 Shortcuts for Delphi 10 (Windows)
Insert a new GUID at the cursor position

Ctrl + Shift + G

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block

Ctrl + Shift + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block

Ctrl + Shift + U

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block or current line in case of no selection

Ctrl + K + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block or current line in case of no selection

Ctrl + K + U

193 Shortcuts for Delphi 10 (Windows)
Invoke SyncEdit

Ctrl + Shift + J

193 Shortcuts for Delphi 10 (Windows)
Automatically Declare Variable at cursor position

Ctrl + Shift + V

193 Shortcuts for Delphi 10 (Windows)
Delete to the end of line

Ctrl + Shift + Y

193 Shortcuts for Delphi 10 (Windows)
Match pair forward

Alt + [

193 Shortcuts for Delphi 10 (Windows)
Match pair backward

Alt + ]

193 Shortcuts for Delphi 10 (Windows)
Browse Forward (hotlink history)

Alt + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse Backward (hotlink history)

Alt + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)

Alt + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Run program to current cursor position

F4

193 Shortcuts for Delphi 10 (Windows)
Toggle Breakpoint

F5

193 Shortcuts for Delphi 10 (Windows)
Debugger step into

F7

193 Shortcuts for Delphi 10 (Windows)
Trace into next source line

Shift + F7

193 Shortcuts for Delphi 10 (Windows)
Debugger step over

F8

193 Shortcuts for Delphi 10 (Windows)
Run until return

Shift + F8

193 Shortcuts for Delphi 10 (Windows)
Run program under debugger

F9

193 Shortcuts for Delphi 10 (Windows)
Program Reset

Ctrl + F2

193 Shortcuts for Delphi 10 (Windows)
Evaluate/modify

Ctrl + F7

193 Shortcuts for Delphi 10 (Windows)
Add Watch

Ctrl + F5

193 Shortcuts for Delphi 10 (Windows)
View units

Ctrl + F12

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Alt + G

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Ctrl + O + G

193 Shortcuts for Delphi 10 (Windows)
Start/stop Recording editor macro

Ctrl + Shift + R

193 Shortcuts for Delphi 10 (Windows)
Play editor macro

Ctrl + Shift + P

193 Shortcuts for Delphi 10 (Windows)
Invoke code completion

Ctrl + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Invoke code parameter hints

Ctrl + Shift + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Open file at cursor

Ctrl + Enter

193 Shortcuts for Delphi 10 (Windows)
Find all references

Ctrl + Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Invoke class completion for the class that currently contains the cursor

Ctrl + Shift + C

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Set a bookmark at current row in the source

Ctrl + Shift + 1..9

193 Shortcuts for Delphi 10 (Windows)
Go to a bookmark row in the source

Ctrl + 1..9

193 Shortcuts for Delphi 10 (Windows)
Opens the drop-down on the top-right corner of the code editor, listing all open files

Ctrl + Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Navigate to previous or next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Mouse Wheel

193 Shortcuts for Delphi 10 (Windows)
Navigate to previous method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to the lexically first method implementation in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Home

193 Shortcuts for Delphi 10 (Windows)
Navigate to the lexically last method implementation in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + End

193 Shortcuts for Delphi 10 (Windows)
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component)

Ctrl + Alt + P

193 Shortcuts for Delphi 10 (Windows)
Adds current date to source code

Ctrl + Alt + A

193 Shortcuts for Delphi 10 (Windows)
Toggle comment per line or selected block and cursors goes down one line, Ctrl+#

Ctrl + /

193 Shortcuts for Delphi 10 (Windows)
Add Todo list item

Ctrl + Shift + T

193 Shortcuts for Delphi 10 (Windows)
Toggle between Form as text mode or design mode

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Use unit dialog

Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Open Project Dialog

Ctrl + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Project manager window

Ctrl + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Object Inspector window

F11

193 Shortcuts for Delphi 10 (Windows)
Toggle between code view and design view

F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Window list

Alt + 0

193 Shortcuts for Delphi 10 (Windows)
Invoke Structure window

Shift + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Browser window

Ctrl + Shift + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Breakpoint window

Ctrl + Alt + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Call Stack window

Ctrl + Alt + S

193 Shortcuts for Delphi 10 (Windows)
Invoke Watches window

Ctrl + Alt + W

193 Shortcuts for Delphi 10 (Windows)
Invoke Local Variables window

Ctrl + Alt + L

193 Shortcuts for Delphi 10 (Windows)
Invoke Threads window

Ctrl + Alt + T

193 Shortcuts for Delphi 10 (Windows)
Invoke FPU window

Ctrl + Alt + F

193 Shortcuts for Delphi 10 (Windows)
Invoke CPU window

Ctrl + Alt + C

193 Shortcuts for Delphi 10 (Windows)
Invoke Event window

Ctrl + Alt + V

193 Shortcuts for Delphi 10 (Windows)
Invoke Modules window

Ctrl + Alt + M

193 Shortcuts for Delphi 10 (Windows)
Invoke Forms window

Shift + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to uses clause window

Ctrl + Shift + A

193 Shortcuts for Delphi 10 (Windows)
Invoke Project Options window

Ctrl + Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Compile Project

Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Build Project

Shift + F9

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to project window

Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Run without debugging

Shift + Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Find

Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Find in Files

Shift + Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Previous/Next result (for Find in Files and Build Error Messages)

Alt + F7/F8

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase and deselects selection

Ctrl + K + E

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase and deselects selection

Ctrl + K + F

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase

Ctrl + K + O

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase

Ctrl + K + N

193 Shortcuts for Delphi 10 (Windows)
Toggles case

Ctrl + O + U

193 Shortcuts for Delphi 10 (Windows)
Toggles Code folding between On and Off

Ctrl + Shift + K + O

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expands All blocks of code

Ctrl + Shift + K + A

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse current block of code

Ctrl + Shift + K + E

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expand current block of code

Ctrl + Shift + K + U

193 Shortcuts for Delphi 10 (Windows)
Code folding: Toggle Current block (expand & collapse)

Ctrl + Shift + K + T

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses All Regions {$region 'comment'}..{$endregion}

Ctrl + Shift + K + R

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse Nested Procedures

Ctrl + Shift + K + P

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Methods

Ctrl + Shift + K + M

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Classes

Ctrl + Shift + K + C

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses down to Primary Groups (Interface/Implementation)

Ctrl + Shift + K + G

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses Namespace/Unit

Ctrl + Shift + K + N

193 Shortcuts for Delphi 10 (Windows)
Switch to the next open file in the editor

Ctrl + Tab

193 Shortcuts for Delphi 10 (Windows)
Switch to the previous open file in the editor

Ctrl + Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Invokes Print selection dialog

Ctrl + K + P

193 Shortcuts for Delphi 10 (Windows)
Invokes Write block to file(selected text)

Ctrl + K + W

193 Shortcuts for Delphi 10 (Windows)
Invokes Read block from file(inserts text at cursor)

Ctrl + K + R

193 Shortcuts for Delphi 10 (Windows)
Copies selected text at the end of the selection

Ctrl + K + C

193 Shortcuts for Delphi 10 (Windows)
Select word at cursor position

Ctrl + K + T

193 Shortcuts for Delphi 10 (Windows)
Turns on block selection mode

Ctrl + O + C

193 Shortcuts for Delphi 10 (Windows)
Selects current Line (and turns off block selection mode)

Ctrl + O + L

193 Shortcuts for Delphi 10 (Windows)
Toggles between limiting the Ctrl+Alt navigation shortcuts to the current class, or limiting it to the current unit

Ctrl + Q + L

193 Shortcuts for Delphi 10 (Windows)
Go to next item of Messages Window

Ctrl + Q + W

193 Shortcuts for Delphi 10 (Windows)
Switches between source (.cpp) and header (.h)

Ctrl + F6

193 Shortcuts for Delphi 10 (Windows)
Undo

Alt + Backspace

193 Shortcuts for Delphi 10 (Windows)
Display Popup menu

Alt + F10

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the left of the starting cursor position

Alt + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current line

Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current line

Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the right of the starting cursor position

Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects the column from the left of the starting cursor position

Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects the column from the left of the starting cursor position

Alt + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Cut word under cursor / current selected block

Alt + X

193 Shortcuts for Delphi 10 (Windows)
Copy word under Cursor / selected block

Ctrl + C

193 Shortcuts for Delphi 10 (Windows)
Select all

Ctrl + A

193 Shortcuts for Delphi 10 (Windows)
Delete the word to the beginning

Ctrl + Backspace

193 Shortcuts for Delphi 10 (Windows)
Deletes a currently selected block

Ctrl + D

193 Shortcuts for Delphi 10 (Windows)
Scrolls down one line

Ctrl + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves to the end of a file

Ctrl + End

193 Shortcuts for Delphi 10 (Windows)
Topic Search

Ctrl + F1

193 Shortcuts for Delphi 10 (Windows)
Open Main Menu

Ctrl + F10

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a file

Ctrl + Home

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + H

193 Shortcuts for Delphi 10 (Windows)
Inserts a tab character

Ctrl + I

193 Shortcuts for Delphi 10 (Windows)
Copy selected Block

Ctrl + Insert

193 Shortcuts for Delphi 10 (Windows)
Find again

Ctrl + L

193 Shortcuts for Delphi 10 (Windows)
Moves one word left

Ctrl + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Insert new line

Ctrl + M

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

Ctrl + N

193 Shortcuts for Delphi 10 (Windows)
Open file at cursor

Ctrl + O + A

193 Shortcuts for Delphi 10 (Windows)
Browse symbol at cursor

Ctrl + O + B

193 Shortcuts for Delphi 10 (Windows)
Inserts compiler options and directives

Ctrl + O + O

193 Shortcuts for Delphi 10 (Windows)
Moves to the bottom of a screen

Ctrl + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a screen

Ctrl + PgUp

193 Shortcuts for Delphi 10 (Windows)
Search Replace Dialog

Ctrl + Q + A

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a block

Ctrl + Q + B

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to end of a file

Ctrl + Q + C

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a line

Ctrl + Q + D

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + E

193 Shortcuts for Delphi 10 (Windows)
Search Find Dialog

Ctrl + Q + F

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a block

Ctrl + Q + K

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to previous position

Ctrl + Q + P

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a file

Ctrl + Q + R

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a line

Ctrl + Q + S

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + T

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + U

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + X

193 Shortcuts for Delphi 10 (Windows)
Deletes to the end of Line

Ctrl + Q + Y

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + R

193 Shortcuts for Delphi 10 (Windows)
Moves one word right

Ctrl + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Save

Ctrl + S

193 Shortcuts for Delphi 10 (Windows)
Save All

Ctrl + Shift + S

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current file

Ctrl + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current file

Ctrl + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the left of the cursor

Ctrl + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the bottom of the screen

Ctrl + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the top of the screen

Ctrl + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the right of the cursor

Ctrl + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Redo

Ctrl + Shift + Z

193 Shortcuts for Delphi 10 (Windows)
Scrolls up one line

Ctrl + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Paste

Ctrl + V

193 Shortcuts for Delphi 10 (Windows)
Undo

Ctrl + Z

193 Shortcuts for Delphi 10 (Windows)
Display Help

F1

193 Shortcuts for Delphi 10 (Windows)
Find again

F3

193 Shortcuts for Delphi 10 (Windows)
Insert Mode On / Off

Insert

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position.

Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current line

Shift + End

193 Shortcuts for Delphi 10 (Windows)
Inserts a new line with a carriage return

Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current line

Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Paste from clipboard

Shift + Insert

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the left of the cursor

Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position

Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects from the left of the starting cursor position

Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the right of the cursor

Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor to the left one tab position

Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects from the left of the starting cursor position

Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current file

Ctrl + Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current file

Ctrl + Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Ctrl + Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the top of the screen

Ctrl + Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the bottom of the screen

Ctrl + Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Ctrl + Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Select editor window tab

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
IDE Insight

F6 / Ctrl + .

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


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