Eclipse Helios (Windows)

The Rest

Print

Ctrl + P

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

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


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


Siemens NX
Plot
File menu

Ctrl + P