jEdit

Files

Print buffer.

Ctrl + P

All hotkeys for jEdit

Files
New file.

Ctrl + N

Files
Open file.

Ctrl + O

Files
Close buffer.

Ctrl + W

Files
Close all buffers.

Ctrl + E then Ctrl + W

Files
Save buffer.

Ctrl + S

Files
Save all buffers.

Ctrl + E then Ctrl + S

Files
Print buffer.

Ctrl + P

Files
Go to previous buffer.

Ctrl + Page Up

Files
Go to next buffer.

Ctrl + Page Down

Files
Go to recent buffer.

Ctrl + `

Files
Show buffer switcher.

Alt + `

Files
Exit jEdit.

Ctrl + Q

Views
Turn gutter (line numbering) on and off.

Ctrl + E then Ctrl + T

Views
Remove split containing current text area only.

Ctrl + 0

Views
Remove all splits.

Ctrl + 1

Views
Split view horizontally.

Ctrl + 2

Views
Split view vertically.

Ctrl + 3

Views
Send keyboard focus to previous text area.

Alt + Page Up

Views
Send keyboard focus to next text area.

Alt + Page Down

Views
Send keyboard focus to top; bottom; left; right docking area.

Ctrl + E then ← ↑ → ↓

Views
Close currently focused docking area.

Ctrl + E then Ctrl + `

Action bar
Display the action bar and give it keyboard focus.

Ctrl + ⤶ Enter

Action bar
Repeat last editor action.

Ctrl + Space

Moving the caret
Move caret one character or line.

← ↑ → ↓

Moving the caret
Move caret one word or paragraph.

Ctrl + ← ↑ → ↓

Moving the caret
Move caret one screenful.

Page Up / Down

Moving the caret
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Home

Moving the caret
Last non-whitespace character of line, end of line, last visible line (repeated presses).

End

Moving the caret
Beginning of buffer.

Ctrl + Home

Moving the caret
End of buffer.

Ctrl + End

Moving the caret
Go to matching bracket.

Ctrl + ]

Moving the caret
Go to previous bracket.

Ctrl + E

Source code editing
Expand abbreviation.

Ctrl + ;

Moving the caret
Go to line.

Ctrl + L

Selecting text
Extend selection by one character or line.

↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one word or paragraph.

Ctrl + ↑   Shift + ← ↑ → ↓

Selecting text
Extend selection by one screenful.

Shift + Page Up

Selecting text
Extend selection by one screenful.

Shift + Page Down

Selecting text
Extend selection to first non-whitespace character of line, beginning of line, first visible line (repeated presses).

↑   Shift + Home

Selecting text
Extend selection to last non-whitespace character of line, end of line, last visible line (repeated presses).

↑   Shift + End

Selecting text
Extend selection to beginning of buffer.

Ctrl + ↑   Shift + Home

Selecting text
Extend selection to end of buffer.

Ctrl + ↑   Shift + End

Selecting text
Select code block.

Ctrl + [

Selecting text
Select word; line; paragraph.

Ctrl + E then W

Selecting text
Select line

Ctrl + E then L

Selecting text
Select paragraph

Ctrl + E then P

Selecting text
Select line range.

Ctrl + E Ctrl + L

Selecting text
Select all.

Ctrl + A

Selecting text
Select none.

Esc

Selecting text
Switch between range and rectangular selection mode.

Alt + \

Selecting text
Switch between single and multiple selection mode.

Ctrl + \

Selecting text
Invert selection.

Ctrl + E then I

Scrolling
Ensure current line is visible, and send focus to the text area.

Ctrl + E then Ctrl + J

Scrolling
Center caret on screen.

Ctrl + E then Ctrl + N

Scrolling
Scroll up one line.

Ctrl + '

Scrolling
Scroll down one line.

Ctrl + /

Scrolling
Scroll up; down one page.

Alt + '

Scrolling
Scroll down one page.

Alt + /

Text editing
Undo.

Ctrl + Z

Text editing
Redo.

Ctrl + E then Ctrl + Z

Text editing
Delete character before caret

⬅ Backspace

Text editing
Delete character after caret

Del

Text editing
Delete word before caret

Ctrl + ⬅ Backspace

Text editing
Delete word after caret

Ctrl + Del

Text editing
Delete line

Ctrl + D

Text editing
Delete paragraph

Ctrl + E then D

Text editing
Delete from caret to beginning; end of line.

Ctrl + ↑   Shift + ⬅ Backspace

Text editing
Delete from caret to end of line.

Ctrl + ↑   Shift + Del

Text editing
Remove trailing whitespace from the current line (or all selected lines).

Ctrl + E then R

Text editing
Join lines.

Ctrl + J

Text editing
Complete word.

Ctrl + B

Text editing
Format paragraph (or selection).

Ctrl + E then F

Clipboard and registers
Cut selected text to clipboard.

Ctrl + X

Clipboard and registers
Cut selected text to clipboard.

↑   Shift + Del

Clipboard and registers
Copy selected text to clipboard.

Ctrl + C

Clipboard and registers
Copy selected text to clipboard.

Ctrl + Insert

Clipboard and registers
Append selected text to clipboard, removing it from the buffer.

Ctrl + E then Ctrl + U

Clipboard and registers
Append selected text to clipboard, leaving it in the buffer.

Ctrl + E then Ctrl + A

Clipboard and registers
Paste clipboard contents.

Ctrl + V

Clipboard and registers
Paste clipboard contents.

↑   Shift + Insert

Clipboard and registers
Vertically paste clipboard contents.

Ctrl + E then Ctrl + P

Clipboard and registers
(press key afterwards) Cut selected text to register key.

Ctrl + R then Ctrl + X

Clipboard and registers
(press key afterwards) Copy selected text to register key.

Ctrl + R then Ctrl + C

Clipboard and registers
(press key afterwards) Append selected text to register key, removing it from the buffer.

Ctrl + R then Ctrl + U

Clipboard and registers
(press key afterwards) Append selected text to register key, leaving it in the buffer.

Ctrl + R then Ctrl + A

Clipboard and registers
(press key afterwards) Paste contents of register key.

Ctrl + R then Ctrl + V

Clipboard and registers
(press key afterwards) Vertically paste contents of register key.

Ctrl + R then Ctrl + P

Clipboard and registers
Paste previous.

Ctrl + E then Ctrl + V

Clipboard and registers
Paste deleted.

Ctrl + E then Ctrl + Y

Markers
If current line doesn't contain a marker, one will be added. Otherwise, the existing marker will be removed. Use the Markers menu to return to markers added in this manner.

Ctrl + E Ctrl + M

Markers
Add marker with shortcut key.

Ctrl + T

Markers
Go to marker with shortcut key.

Ctrl + Y

Markers
Select to marker with shortcut key.

Ctrl + U

Markers
Go to marker with shortcut key, and move the marker to the previous caret position.

Ctrl + K

Markers
Move caret to previous marker.

Ctrl + E then Ctrl + ,

Markers
Move caret to next marker.

Ctrl + E then Ctrl + .

Search and replace
Open search and replace dialog box.

Ctrl + F

Search and replace
Find next.

Ctrl + G

Search and replace
Find previous.

Ctrl + H

Search and replace
Search in open buffers.

Ctrl + E then Ctrl + B

Search and replace
Search in directory.

Ctrl + E then Ctrl + D

Search and replace
Replace in selection.

Ctrl + E then Ctrl + R

Search and replace
Replace in selection and find next.

Ctrl + E then Ctrl + G

Search and replace
Incremental search bar.

Ctrl + ,

Search and replace
HyperSearch bar.

Alt + ,

Search and replace
Incremental search for word under the caret.

Ctrl + .

Search and replace
HyperSearch for word under the caret.

Alt + .

Search and replace
Toggle ignore case.

Ctrl + E then Ctrl + I

Search and replace
Toggle regular expressions.

Ctrl + E then Ctrl + X

Source code editing
Shift current line (or all selected lines) left; right.

Alt + ←  →

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

↑   Shift + ⭾ Tab

Source code editing
Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position.

⭾ Tab

Source code editing
Indent current line (or all selected lines).

Ctrl + I

Source code editing
Range comment selection.

Ctrl + E then Ctrl + C

Source code editing
Line comment selection.

Ctrl + E then Ctrl + K

Folding and narrowing
Collapse fold containing caret.

Alt + ⬅ Backspace

Folding and narrowing
Expand fold containing caret one level only.

Alt + ⤶ Enter

Folding and narrowing
Expand fold containing caret fully.

Alt + ↑   Shift + ⤶ Enter

Folding and narrowing
Expand all folds.

Ctrl + E then X

Folding and narrowing
Add explicit fold.

Ctrl + E then A

Folding and narrowing
Select fold.

Ctrl + E then S

Folding and narrowing
Expand folds with level less than key, collapse all others.

Ctrl + E then ⤶ Enter

Folding and narrowing
Narrow to fold.

Ctrl + E then N then N

Folding and narrowing
Narrow to selection.

Ctrl + E then N then S

Folding and narrowing
Moves caret to previous; next fold.

Alt + ↑  ↓

Folding and narrowing
Moves caret to the parent fold of the one containing the caret.

Ctrl + E then U

Macros
Record macro.

Ctrl + M then Ctrl + R

Macros
Record temporary macro.

Ctrl + M then Ctrl + M

Macros
Stop recording.

Ctrl + M then Ctrl + S

Macros
Run temporary macro.

Ctrl + M then Ctrl + P

Alternative shortcuts
Move caret to previous character.

Alt + J

Alternative shortcuts
Move caret to next character.

Alt + L

Alternative shortcuts
Move caret up one line

Alt + I

Alternative shortcuts
Move caret down one line

Alt + K

Alternative shortcuts
Move caret up one screenful

Alt + Q

Alternative shortcuts
Move caret down one screenful

Alt + A

Alternative shortcuts
First non-whitespace character of line, beginning of line, first visible line (repeated presses).

Alt + Z

Alternative shortcuts
Last non-whitespace character of line, end of line, last visible line (repeated presses).

Alt + X

Similar combinations for other applications


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

Ctrl + P


Novell Evolution 2 (Linux)
Print selected item
General

ctrl + p


Google Calendar (Web Application)
Print
Application

Ctrl + P


VLC Media Player (Windows)
Preferences/ interface settings
Manage VLC, Playlists, and Special Commands

Ctrl + P


Microsoft Outlook 2010 (Windows)
Print Message
Messages in Main View - Message List and Single Messages

Ctrl + P


Adobe Reader 9 (Linux)
Print Page menu
Acrobat Features

Ctrl + p


Adobe Reader X (Windows)
Print Page menu
Acrobat Features

Ctrl + P


Microsoft Projects 2010 (Windows)
Print Menu
Access Projects 2010 Features

Ctrl + P


KDevelop (Linux)
Print file dialog
Manage Files

Ctrl + P


Microsoft Word 2007 (Windows)
Print a document.
Working with documents: Print and preview documents

Ctrl + P


Microsoft Projects 2010 (Windows)
Print the current Help topic.
Navigate Projects Help

Ctrl + P


SharpDevelop 4.0 (Windows)
Print
Manage SharpDevelop Projects

Ctrl + P


Firefox (Linux)
Print
Inside Webpages

Ctrl + P


Unity3D 3 (Windows)
Play
Editing

Ctrl + p


Firefox (Windows)
Print
Inside Webpages

Ctrl + P


Thunderbird (Windows)
Print
Other Shortcuts

Ctrl + P


Eclipse Helios (Windows)
Print
The Rest

Ctrl + P


Microsoft Excel 2003 (Windows)
Print
Basic

Ctrl + p


Thunderbird (Linux)
Print
Other Shortcuts

Ctrl + P


Microsoft OneNote 2010 (Windows)
Print the current page.
Working with and inside Pages / Side Notes

ctrl + p


Google Chrome (Windows)
Print current webpage (Chrome Print Dialog)
Access Browser Features

Ctrl + P


Zune (Windows)
Play or pause play
Playing Songs

Ctrl + P


Microsoft Outlook 2010 (Windows)
Print Message
Messages in Compose View - Message List and Single Messages

Ctrl + P


Phoenix Viewer (Windows)
Preferences
Edit

Ctrl + P


Microsoft PowerPoint 2003 (Windows)
Print
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + P


Inpage (Windows)
To print Document
For File Releated

Ctrl + p


Google Chrome (Linux)
Print current webpage (Chrome Print Dialog)
Access Browser Features

Ctrl + P


Notepad++ 5 (Windows)
Display Print... dialog box.
Basic File Management

Ctrl + P


Google Docs (Windows)
Print
Manage Google Docs

Ctrl + P


Microsoft PowerPoint 2003 (Windows)
Slide Show: Mouse pointer to pen
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + P


Microstation v8i (Windows)
Print / Plot Dialog
Managing Design Files

Ctrl + P


MyLifeOrganized (Windows)
Print
Managing Files

Ctrl + P


Vuescan (Windows)
Print
14 Shortcuts for Vuescan (Windows)

Ctrl + P


Tekla Structures 14.0 (Windows)
3D / Plane
Modeling shortcuts

Ctrl + p


Total Commander 8 (Windows)
Copy current path to command line
Main Shortcuts

Ctrl + p


Access 2010 (Windows)
Open the Print dialog box (or p)
Manage Access Features - Print Preview

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box
Manage Access Features - Help Window

Ctrl + P


Microsoft Outlook 2010 (Windows)
Print Message
Calendar Shortcuts - Message List and Single Messages

Ctrl + P


Oracle SQL Developer 4 (Windows)
Print
DBMS Output

Ctrl + P


Evernote (Windows)
Open Print dialog for selected notes
Note List

Ctrl + p


Smartplant Review (Windows)
Print
Standard Control Keys

Ctrl + p


Oracle SQL Developer 4 (Windows)
Print
File

Ctrl + P


Opera (Linux)
Print
Display

Ctrl + P


UltraEdit (Windows)
Print the active document
File Menu

Ctrl + P


Microsoft PowerPoint 2010 (Windows)
Redisplay hidden pointer or change the pointer to a pen.
Show PowerPoint Presentation with Shortcuts

Ctrl + P


Visual Studio 2015 (Windows)
Print
Manage Visual Studio

Ctrl + P


Photoshop Lightroom 4 (Windows)
Print selected photo
Managing photos and catalog

Ctrl + P


Sublime Text (Windows)
Quick Open - Show file list of currently opened file
Manage Sublime Window, Files and Tabs

Ctrl + P


Microsoft Outlook 2010 (Windows)
Print
Contacts Shortcuts

Ctrl + P


AutoCAD 2012 (Windows)
Plot dialog box
Manage Drawings

Ctrl + P


Avid Media Composer 7 (Windows)
Prints the selected bin in whatever view you have selected (Text, Frame or Script View)
Bin Shortcuts

Ctrl + P


Microsoft Windows 7 (Windows)
Print a topic
Windows Help

Ctrl + P


Microsoft Outlook 2010 (Windows)
Print selected item
Tasks Shortcuts

Ctrl + P


FreeMind 0.9.0 (Windows)
Print
File commands

Ctrl + P


VLC Media Player (MacOS)
Preferences/ interface settings
Manage VLC, Playlists, and Special Commands

Ctrl + P


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

Ctrl + P


Vuescan (Linux)
Print
12 Shortcuts for Vuescan (Linux)

Ctrl + P


IntelliJ (Linux)
Parameter info (within method call arguments)
Editing

Ctrl + P


IntelliJ (Windows)
Parameter info (within method call arguments)
Editing

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box (or p)
Working with Text and Data - Print Preview

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box
Working with Text and Data - Help Window

Ctrl + P


Photoshop Lightroom 4 (Windows)
Print
Print module

Ctrl + P


Adobe Reader X (Linux)
Print Page menu
Acrobat Features

Ctrl + P


HoneyView 5.03 (Windows)
Print
Other

Ctrl + P


Microsoft Word 2013 (Windows)
Print document/ print preview
Manage Word Documents and View

Ctrl + P


Gwenview (Linux)
Print the current image.
30 Shortcuts for Gwenview (Linux)

Ctrl + P


WinRAR (Windows)
Set default password
File Menu

Ctrl + P


Audacity 2 (Windows)
Preferences
Edit Menu

Ctrl + P


Directory Opus (Windows)
Description
Operations Toolbar

Ctrl + P


Pro Tools (Windows)
Print score...
File Menu

Ctrl + P


FL Studio (Windows)
Toggle recording metronome precount
Record / Playback / Transport

Ctrl + P


Presonus Studio One (Windows)
Insert part
Event Menu

Ctrl + P


Axialis IconWorkshop (Windows)
Print...
File Menu

Ctrl + P


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

Ctrl + P


Qt Creator (Windows)
Print
General

Ctrl + P


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

Ctrl + P


Qt Creator (MacOS)
Print
General

Ctrl + P


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

Ctrl + P


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

Ctrl + P


FL Studio (Windows)
Toggle Performance mode
Playlist Action

Ctrl + P


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

Ctrl + P


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

Ctrl + P


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

Ctrl + P


Comsol 5 (Windows)
Print the contents of the plot window
Model Tree

Ctrl + P


Comsol 5 (Linux)
Print the contents of the plot window
Model Tree

Ctrl + P


Adobe Acrobat Pro (Windows)
Print Help topic
Navigation - Navigating the Help window

Ctrl + P


Atom (text editor) 1.0 (Linux)
Open file (type the name to perform a search)
File Management

Ctrl + p


Atom (text editor) 1.0 (Windows)
Open file (type the name to perform a search)
File Management

Ctrl + P


Notepad++ 6 (Windows)
Print
File menu

Ctrl + P


Microsoft Excel 2013 (Windows)
Print File (Opens print menu)
Various Excel Features

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box (or p)
Working with Access Views - Print Preview

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box
Working with Access Views - Help Window

Ctrl + P


Microsoft Word 2013 (Windows)
Print a document (print preview)
Print Documents

Ctrl + P


uTorrent (Windows)
Preferences
21 Shortcuts for uTorrent (Windows)

Ctrl + P


uTorrent (Linux)
Preferences
21 Shortcuts for uTorrent (Linux)

Ctrl + P


Camtasia 8 (Windows)
Produce and share
Manage Camtasia Projects

Ctrl + P


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

Ctrl + P


Microsoft Excel 2010 (Windows)
Print File (Opens print menu).
Various Excel Features

Ctrl + P


Adobe After Effects CC (Windows)
Activate and cycle through Puppet Tools
Activating Tools

Ctrl + P


Sonos Controller (Windows)
Play/ Pause
22 Shortcuts for Sonos Controller (Windows)

Ctrl + P


Microsoft Outlook 2016 (Windows)
Print
Common Commands: Common To Most Views

Ctrl + P


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

Ctrl + P


Access 2016 (Windows)
Print the current object
Database Operation

Ctrl + P


Google Slides (Windows)
Print
General Slides Shortcuts

Ctrl + P


Photoshop Lightroom CC (Windows)
Print selected photo
Managing Photos and Catalogs

Ctrl + P


Android Studio (Windows)
Show parameters for method
General Shortcuts

Ctrl + P


Microsoft Excel 2016 (Windows)
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.
Select Cells - Print Workbooks

Ctrl + P


Microsoft Edge Browser (Windows)
Print the current page
View / Print

Ctrl + P


Corel VideoStudio X9.5 (Windows)
Play/Pause Clip
Runtime Shortcuts

Ctrl + P


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

Ctrl + P


Microsoft OneNote 2016 (Windows)
Print the current page
The Rest

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box (or p)
The Rest - Print Preview

Ctrl + P


Microsoft Outlook 2016 (Windows)
Print
Mail

Ctrl + P


Access 2010 (Windows)
Open the Print dialog box
The Rest - Help Window

Ctrl + P


Access 2010 (Windows)
Print the current or selected object
Manage Databases

Ctrl + P


Microsoft Outlook 2016 (Windows)
Print
People

Ctrl + P


Microsoft Excel 2016 (Windows)
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.
Format Cells - Print Workbooks

Ctrl + P


Microsoft Outlook 2016 (Windows)
Print selected item
Tasks

Ctrl + P


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

Ctrl + P


FileMaker Pro (Windows)
Print
General keyboard shortcuts (Windows)

Ctrl + P


Photoshop Lightroom CC (Windows)
Print
Print Module

Ctrl + P


Corel Painter 2017 (Windows)
Print
General Shortcuts

Ctrl + P


Finale (Windows)
Print
File Menu

Ctrl + P


InDesign CC (Windows)
Print
File Menu Shortcuts

Ctrl + P


Nuke 10 (Windows)
Toggle Proxy
2D Viewer

Ctrl + P


Nuke 10 (Linux)
Toggle Proxy
2D Viewer

Ctrl + P


ArchiCAD 20 (Windows)
Plot
File Menu Commands

Ctrl + P


ArchiCAD 20 (Windows)
Print
File Menu Commands

Ctrl + P


FileMaker Pro (Windows)
Print records
Browse-Mode Shortcuts

Ctrl + P


3D Coat (Windows)
Edit All Layers in external Editor
Edit Menu

Ctrl + P


Zoho Sheet (Windows)
Print File
File Operations

Ctrl + P


CINEMA 4D (Windows)
Goto First Key
Animation Timeline

Ctrl + P


Microsoft Excel 2016 (Windows)
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.
Formulas - Print Workbooks

Ctrl + P


Dynamics GP 2015 (Windows)
Print
General Shortcuts

Ctrl + P


Microsoft Word 2016 (Windows)
Print presentation
Text Editing/Graphics editing Operations

Ctrl + P


Windows Movie Maker (Windows)
Publish a movie
On timeline

Ctrl + P


Dynamics AX 2015 (Windows)
Print a report of the contents of the current form (auto report).
Working with Forms

Ctrl + P


Microsoft Word 2016 (Windows)
Print Document
General Operation

Ctrl + P


Wondershare Editor (Windows)
Powertool
Editing

Ctrl + P


Dynamics NAV 2015 (Windows)
Print
General

Ctrl + P


Dynamics CRM 2015 (Windows)
Prints the current page or active pane, if the snap-in implements the printing function.
MMC Active Window Shortcuts

Ctrl + P


GIMP (Linux)
Print
File

Ctrl + P


Microsoft Projects 2016 (Windows)
Print a file (display the Print Tab in the Backstage view).
File Management

Ctrl + P


Microsoft Excel 2016 (Windows)
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.
Manage Workbooks - Print Workbooks

Ctrl + P


Zoho Show (Windows)
Print File
File Operations

Ctrl + P


Apple Photos (Windows)
Print
Share

Ctrl + P


Dynamics AX 2015 (Windows)
Print the current Help topic.
General Shortcuts

Ctrl + P


Apple Motion (MacOS)
Set 3D view to perspective camera
View Menu

Ctrl + P


Autodesk Inventor 2017 (Windows)
Print
General

Ctrl + P


GIMP (Windows)
Print
File operations

Ctrl + P


Autodesk Revit Architecture (Windows)
Print
Application menu

Ctrl + P


AutoCAD 2016 (Windows)
Plots the current drawing
General

Ctrl + P


Ace Projects (Windows)
Go to matching bracket
Navigation Shortcuts

Ctrl + P


CyberLink PhotoDirector 8 (Windows)
Print
FIle / Project features

Ctrl + P


Silhouette Studio (Windows)
Print
General

Ctrl + P


AutoCad Architecture 2017 (Windows)
Print
General

Ctrl + P


Microsoft Excel 2016 (Windows)
Print. This won't offer offer Key Tips/ Options. To continue with shortcuts, use the new Key Options below.
Excel Auto Tables and Data Forms - Print Workbooks

Ctrl + P


Act! CRM (Windows)
Print the Content
General Shortcuts

Ctrl + P


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

Ctrl + P


Autodesk 3ds Max 2017 (Windows)
Pan view
Viewport Navigation Controls

Ctrl + P / Middle mouse button


Sublime Text (Linux)
Immediately Open Files by Name
Navigation Shortcuts

Ctrl + P


JetBrains RubyMine (Windows)
Parameter Information
Editing Shortcuts

Ctrl + P


JetBrains RubyMine (Linux)
Parameter Information
Editing Shortcuts

Ctrl + P


Google Blogger (Web Application)
Publish
15 Shortcuts for Google Blogger (Web Application)

Ctrl + P


Rocket.Chat (Web Application)
Open Channel/User Search
On Windows Plateform

Ctrl + K / Ctrl + P


Sketch 3 (MacOS)
Toggle Pixels
Canvas View

Ctrl + P


FileZilla (Windows)
Process queue
28 Shortcuts for FileZilla (Windows)

Ctrl + P


JetBrains PyCharm (Windows)
Parameter Information
Editing

Ctrl + P


Logic Pro X (MacOS)
Protect cabling/Positions
Environment

Ctrl + P


Logic Pro X (MacOS)
Page View
Score Editor

Ctrl + P


Red Hat Enterprise (Linux)
Prints the current displayed webpage or document
Web Browser

Ctrl + P


Autodesk SketchBook Pro (Windows)
Print
General Shortcuts

Ctrl + P


Bash (Linux)
Previous Command
Navigation

Ctrl + P / Up Arrow


jEdit (Windows)
Print Buffer
File

Ctrl + P


Bash (Linux)
Previous Command in History
History

Ctrl + P


JetBrains PhpStorm (Windows)
Parameter Information
Editing

Ctrl + P


Adobe RoboHelp (Windows)
Print
General Shortcuts

Ctrl + P


Daz 3D Bryce 7 (Windows)
Print
Menus

Ctrl + P


DAZ Studio (Windows)
Perspective View
View Commands

Ctrl + P


JetBrains PhpStorm (Linux)
Parameter Information
Editing

Ctrl + P


Daz 3D Carrara 8 (Windows)
Print
Application - File

Ctrl + P


Blender 3D (Windows)
Make Selected Object the Child of Active Object
Object Mode

Ctrl + P


Corel PhotoPaint X6 (Windows)
Print
File Menu

Ctrl + P


Blender 3D (Windows)
Make Vertex Parent
General Editing

Ctrl + P


VMWare Workstation 12 (Windows)
Edit User Preferences
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + P


Opera (Windows)
Print page
System

Ctrl + P


Corel Draw X8 (Windows)
Print
FIle

Ctrl + P


Daz 3D Carrara 8 (Windows)
Print
Spline Modeler - File

Ctrl + P


Corel Quattro Pro X8 (Windows)
Print
File Menu

Ctrl + P


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

Ctrl + P


HTML-Kit (Windows)
Invoke Two Step Keyboard Shortcut based on Ctrl+P
87 Shortcuts for HTML-Kit (Windows)

Ctrl + P


Steinberg Cubase 9 (Windows)
Open pool
Project

Ctrl + P


Corel Quattro Pro X8 (Windows)
Switch to Point Mode to specify A Cell Preference
Formula Keys

Ctrl + P


Corel Ventura 10 (Windows)
Print
General Shortcuts

Ctrl + P


Yahoo Mail (Web Application)
Print
General

Ctrl + P


Daz 3D Carrara 8 (Windows)
Print
Vertex Modeler - File

Ctrl + P


Chief Architect (Windows)
Print Tools - Print
General Editing

Ctrl + P


MusicBee (Windows)
Play/Pause
Playback Controls

Ctrl + P


Flock (Windows)
Print
General

Ctrl + P


Forte (Windows)
Print Message
Main Browser Window

Ctrl + P


Kingsoft Spreadsheets 2016 (Windows)
Display Print Dialog Box
Display Various Objects

Ctrl + P


Kingsoft Writer 2016 (Windows)
Print Dialog Box
Display Various Objects and Dialog Box

Ctrl + P


Poser Pro (Windows)
Print
File

Ctrl + P


Kingsoft Presentation 2016 (Windows)
Print Active File
Files and Other Shortcuts

Ctrl + P


Primevera P6 P6 (Windows)
Print
General Shortcuts

Ctrl + P


IBM Director (Windows)
Print Active pane
14 Shortcuts for IBM Director (Windows)

Ctrl + P


Apple Motion (MacOS)
Set 3D View to Perspective
3D Controls

Ctrl + P


TradeStation (Windows)
Print window
Development Environment

Ctrl + P


MPS 2017 (Windows)
Show parameters of the method call at the caret
Advanced Editing

Ctrl + P


Krita Painting 3 (Windows)
Print
General

Ctrl + P


Jetbrains CLion (Windows)
Parameter info (within method call arguments)
Editing Shortcuts

Ctrl + P


MediaMonkey (Windows)
Play/Pause
Standard Keyboard Shortcuts

Ctrl + P


WinSCP 5 (Windows)
Open current session in PuTTY
Service Commands

Ctrl + P


MetaTrader MT4 (Windows)
Print
Miscellaneous Shortcuts

Ctrl + P


vSphere Client (Windows)
Add Permission to VM
Miscellaneus Shortcuts

Ctrl + P


Zerodha Trader (Windows)
Preferences Settings to Change Fonts,Prefix Order Size,Reconcile and etc.
For Market Watch and Other Settings on User Interface

Ctrl + P


Informix Genero 2.5.0 (Windows)
Print
Buffers and File

Ctrl + P


qBittorrent (Windows)
Pause
Edit Menu

Ctrl + P


Groove Music (Windows)
Play/Pause
Music Play

Ctrl + P


Siemens NX 11 (Windows)
Plot
File Menu

Ctrl + P


Pegasus Mail (Web Application)
Print the message
Message Reader

P / Ctrl + P


KMPlayer (Windows)
Reopen after changing settings
General

Ctrl + P


Teamcenter (Windows)
New Workflow Process
New Creation

Ctrl + P


XYplorer (Windows)
Copy Item Path/Name(s)
General Shortcuts

Ctrl + P


Pegasus Mail (Web Application)
Print...
File menu

Ctrl + P


Scottrade (Windows)
Print Window
32 Shortcuts for Scottrade (Windows)

Ctrl + P


Visual Studio Code (Windows)
Quick Open
General Shortcuts

Ctrl + P


Xamarin Studio (MonoDevelop) (Windows)
Print
File Menu

Ctrl + P


Unity3D 5 (Windows)
Play
Edit

Ctrl + P


GOM Player (Windows)
Play/Pause
Playback Control

Space / Ctrl + P


Visual Studio Code (Windows)
Go to File...
Navigation Shortcuts

Ctrl + P


ZBrush 4 (Windows)
Set Pivot Point
3D Models

Ctrl + P


TVPaint Animation (Windows)
Show All Projects
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + P


ProRealTime (Windows)
Portfolios
Trading

Ctrl + P


Synfig (Windows)
Play the current animation in the WorkArea
73 Shortcuts for Synfig (Windows)

Ctrl + P


Pencil2D (Windows)
Print
57 Shortcuts for Pencil2D (Windows)

Ctrl + P


iClone 7 (Windows)
Show/Hide Preference Panel
OnScreen Display

Ctrl + P


Quickbooks Desktop (Windows)
Print report (or alt+t)
Quick Reports

Ctrl + p


Quickbooks Desktop (Windows)
Print invoice (or alt+t)
Managing Invoices

Ctrl + p


Soundforge (Windows)
Preview
Plug-In Chain

Ctrl + P


CrazyTalk 8 (Windows)
Toggle Puppeteering Panel
Timeline Editing

Ctrl + P


GeoModeller3D (Windows)
Print
File Operations

Ctrl + P


Anim8or (Windows)
Graph Editor
Top Toolbar Shortcuts

Ctrl + P


SolidWorks (Windows)
Print
File Menu

Ctrl + P


Bitcomet (Windows)
Properties
Global

Ctrl + P


CrazyTalk 8 (Windows)
Toggle Puppeteering Panel
Puppeteering Panel

Ctrl + P


Tableau (Windows)
Print
General

Ctrl + P


DrawPlus (Windows)
Print
Document Shortcuts

Ctrl + P


Soundforge (Windows)
Toggle pre-roll on and off for the playlist
Playlist/Cutlist

Ctrl + P


TVPaint Animation (Windows)
Show All Project
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + P


Solid Edge (Windows)
Print
Standard Shortcuts

Ctrl + P


Rhino (Windows)
Print
Default Shortcuts

Ctrl + P


Solidworks 2019
Print
Windows

Ctrl + P


Impro-Visor (Windows)
print the leadsheet
Files

Ctrl + P


QCad (Windows)
Print current drawing
File Handlng

Ctrl + P


QCad (Linux)
Print current drawing
File Handlng

Ctrl + P


RStudio (Windows)
Jump to matching Brace/Paren
Source

Ctrl + P


Spotify (Windows)
Preferences
General

Ctrl + P


RStudio (MacOS)
Jump to matching Brace/Paren
Source

Ctrl + P


QCad (Windows)
Paste
Editing Shortcuts

Ctrl + P


QCad (Linux)
Paste
Editing Shortcuts

Ctrl + P


Zwift (PC and macOS)
Toggle always on top
General

Ctrl + P


ChessBase 13
Show players index of the selected database
Database window

Ctrl + P


TurboCAD (Windows)
Print the active drawing
171 Shortcuts for TurboCAD (Windows)

Ctrl + P


Vegas Pro 14 (Windows)
Show video in Video Preview window
Trimmer Shortcuts

Ctrl + P


winIDEA
Print the active document
File

Ctrl + P


OpenSCAD (MacOS)
Navigate Line Up
Navigation Shortcuts

Ctrl + P


Alphacam (Windows)
Printer/Plotter
Regular Commands

Ctrl + P


Vivaldi
Print
Window

Ctrl + P


FlashFXP (Web Application)
Stop queue after current transfer or Resume transfer queue
54 Shortcuts for FlashFXP (Web Application)

Ctrl + P


Xyplorer
Copy Item Path/Name: Copy name(s) with path to clipboard (of all selected items in List)
File Menu

Ctrl + P


Surfcam (Windows)
Enable the Pan function
60 Shortcuts for Surfcam (Windows)

Ctrl + P


Affinity Photo
Print
File

Ctrl + P


VMware Workstation 5.0
Edit preferences.
General

Ctrl + P


Kate (Linux)
Print
29 Shortcuts for Kate (Linux)

Ctrl + P


Kate (Windows)
Print
38 Shortcuts for Kate (Windows)

Ctrl + P


CuteFTP (Windows)
Print (when in HTML editor mode)
General

Ctrl + P


Simplify3D
Machine control panel
Tools menu

Ctrl + P


progeCAD (Windows)
Prints the active drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + P


Comodo IceDragon (Windows)
Print
Viewing, Printing and Saving Current Page

Ctrl + P


Ansys Mechanical (Windows)
Activate Vertex Selection
Selection Filters

Ctrl + P


Moldflow Insight (Windows)
Print
File Management

Ctrl + P


Moldflow Adviser (Windows)
Print
File Management

Ctrl + P


PSPad (Windows)
Print - Print open file
File

Ctrl + P


VariCAD (Windows)
Print
Hot Keys

Ctrl + P


Most used text editing
Print
Functions

Ctrl + P


FEKO (Windows)
Print
General Shortcuts

Ctrl + P


FEKO (Linux)
Print
General Shortcuts

Ctrl + P


IRONCAD (Windows)
Print
File/Editing Keys

Ctrl + P


Geany (Linux)
Print
Files

Ctrl + P


Geany (Windows)
Print
Files

Ctrl + P


Ulead PhotoImpact 8 (Windows)
Prints the current image file
File Menu

Ctrl + P


Wordfast Pro (Windows)
Print
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + P


PhotoFiltre (Windows)
Print current image
Others

Ctrl + P


Discourse
Print topic
Actions

Ctrl + P


KiCad 5.0.2
Print
Page Layout Editor

Ctrl + P


Inkscape (Windows)
Print document
File

Ctrl + P


WinRAR
Set default password
File menu

Ctrl + P


GibbsCAM (Windows)
Print
File Menu

Ctrl + P


Vectorworks (Windows)
Print
File Menu

Ctrl + P


ArtRage 4.5 5 (Windows)
Print painting
Menus

Ctrl + P


Cisco IOS
Previous command
Moving the cursor

Ctrl + P


SpaceClaim (Windows)
Print
71 Shortcuts for SpaceClaim (Windows)

Ctrl + P


Target 3001! (Windows)
Print Project
Project Management

Ctrl + P


Cobalt (Windows)
Pause
70 Shortcuts for Cobalt (Windows)

Ctrl + P


Altium Designer (Windows)
Print Current Document
Environment Shortcuts

Ctrl + P


Foxit Reader (Windows)
Print Document
30 Shortcuts for Foxit Reader (Windows)

Ctrl + P


Foxit Reader (Linux)
Print Document
30 Shortcuts for Foxit Reader (Linux)

Ctrl + P


RStudio (Mac)
Jump to Matching Brace/Paren
Source

Ctrl + P


RStudio
Jump to Matching Brace/Paren
Source

Ctrl + P


Arduino (Windows)
Print
29 Shortcuts for Arduino (Windows)

Ctrl + P


Arduino (Linux)
Print
29 Shortcuts for Arduino (Linux)

Ctrl + P


Modo (Windows)
Make closed curve
Tools

Ctrl + P


LDView
Print
General

Ctrl + P


Huggle
Mark as patrolled
Page

Ctrl + P


GeoGebra
Print Preview (Desktop) / Print Menu (Web)
Windows shortcuts

Ctrl + P


Banner 9 (Windows, Mac)
Print
Windows and Mac

Ctrl + P


Pidgin (Linux)
Preferences
Tools

Ctrl + P


AVS Audio Editor (Windows)
Opens the File Info window
File

Ctrl + P


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

Ctrl + P


Modo (Windows)
Parent
Animation

Ctrl + P


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

Ctrl + P


Sage Simply Accounting (Windows)
Print this transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + P


Oracle RightNow
Print
Explorers and reports

Ctrl + P


Sage Simply Accounting (Windows)
Print this report
Keyboard Shortcuts in Displayed Reports

Ctrl + P


IPython Shell
Access previous command in history
Command history

Ctrl + P


KeyCreator (Windows)
Print
General Shortcuts

Ctrl + P


NetHack
Repeat message
Game options

Ctrl + P


BobCAD (Windows)
Print Active Workspace
22 Shortcuts for BobCAD (Windows)

Ctrl + P


CamBam (Windows)
Convert Selected Objects to Polylines
32 Shortcuts for CamBam (Windows)

Ctrl + P


BricsCAD (Windows)
Prints the current drawing (PRINT command)
Other Shortcuts

Ctrl + P


Balsamiq Mockups (Windows)
Print mockup
Working with Mockup Files

Ctrl + P


BricsCAD (Linux)
Prints the current drawing (PRINT Ctrl)
Other Shortcuts

Ctrl + P


DraftSight (Windows)
Plots the drawing to a File,Printer,Plotter
37 Shortcuts for DraftSight (Windows)

Ctrl + P


eMachineShop (Windows)
Print current Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + P


Brave Browser (Windows)
Print
Bookmarks/History/Settings/Tools

Ctrl + P


ShareX 12.2.0 (Windows)
Print image
Image Editor

Ctrl + P


Adobe Illustrator
Print
Work with documents

Ctrl + P


PRTG Network Monitor
Edit > Pause > Indefinitely
Enterprise console

Ctrl + P


FlexiSign Pro 8.1 (Windows)
Print
Miscellaneous Shortcuts

Ctrl + P


SuperMemo (Windows)
Plan Daily Schedule
129 Shortcuts for SuperMemo (Windows)

Ctrl + P


Tableau
Print
Managing workbooks, sheets, and files (Tableau Desktop)

Ctrl + P


Lacerte
Print the current document
Letter Editor

Ctrl + P


GitHub Desktop
Push
Repository menu

Ctrl + P


AVImark
Report
Follow up list

Ctrl + P


Google Chrome
Open options to print the current page
Webpage shortcuts

Ctrl + P


Evolution
Print selection
Global - Selection

Ctrl + P


Claws Mail
Move a previous line
Compose window

Ctrl + P


AutoCAD
Plot dialog box
Manage Drawings

Ctrl + P


Ubuntu
Print the current document
Common application shortcuts

Ctrl + P


Nuclide (Linux)
Use this for a global search of anything within your project, including all files, currently open files, etc.
Files

Ctrl + P