GNU Emacs

Info

Go to previous node

P

All hotkeys for GNU Emacs

Files
Read a file into Emacs

Ctrl + X then Ctrl + F

Files
Save a file back to disk

Ctrl + X then Ctrl + S

Files
Save all files

Ctrl + X then S

Files
Insert contents of another file into this buffer

Ctrl + X then I

Files
Replace this file with another file

Ctrl + X then Ctrl + V

Files
Write buffer to specified file

Ctrl + X then Ctrl + W

Files
Toggle read only status of buffer

Ctrl + X then Ctrl + Q

Leaving Emacs
Suspend or iconify Emacs

Ctrl + Z

Leaving Emacs
Exit Emacs completely

Ctrl + X then Ctrl + C

Multiple windows
Delete all other windows

Ctrl + X then 1

Multiple windows
Scroll other window

Ctrl + Meta + V

Help
Show commands matching a string

Ctrl + H then A

Help
Describe the function a key runs

Ctrl + H then K

Help
Describe a function

Ctrl + H then F

Help
Get mode specific information

Ctrl + H then M

The minibuffer
Abort command

Ctrl + G

Simple customization
(then customize) Customize variables and faces

Meta + X

Error recovery
Undo an unwanted change

Ctrl + X then U

Error recovery
Undo an unwanted change

Ctrl + _

Error recovery
Undo an unwanted change

Ctrl + /

Motion
Scroll current line to center, top, bottom

Ctrl + L

Incremental search
Search forward

Ctrl + S

Query replace
Enter recursive edit

Ctrl + R

Incremental search
Regular expression search

Ctrl + Meta + S

Incremental search
Reverse regular expression search

Ctrl + Meta + R

The minibuffer
Fetch previous minibuffer input

Meta + P

The minibuffer
Fetch later minibuffer input or default

Meta + N

The minibuffer
Complete and execute

⤶ Enter

Info
Scroll reverse

Del

Motion
Character - backward

Ctrl + B

Motion
Character - forward

Ctrl + F

Motion
Word - backward

Meta + B

Motion
Word - forward

Meta + F

Motion
Line - backward

Ctrl + P

Motion
Line - forward

Ctrl + N

Motion
Go to line beginning

Ctrl + A

Motion
Go to line ending

Ctrl + E

Motion
Sentence - backward

Meta + A

Motion
Sentence - forward

Meta + E

Motion
Paragraph - backward

Meta + {

Motion
Paragraph - forward

Meta + }

Motion
Page - backward

Ctrl + X then [

Motion
Page - forward

Ctrl + X then ]

Motion
sexp - backward

Ctrl + Meta + B

Motion
sexp - forward

Ctrl + Meta + F

Motion
function - backward

Ctrl + Meta + A

Motion
function - forward

Ctrl + Meta + E

Motion
Go to beginning of buffer

Meta + <

Motion
Go to end of buffer

Meta + >

Motion
Scroll to next screen

Ctrl + V

Motion
Scroll to previous screen

Meta + V

Motion
Scroll left

Ctrl + X then <

Motion
Scroll right

Ctrl + X then >

Motion
Go to line

Meta + G then G

Motion
Go to character

Meta + G then C

Motion
Back to indentation

Meta + M

Killing and deleting
Character (delete, not kill) - forward

Ctrl + D

Killing and deleting
Word - backward

Meta + Del

Killing and deleting
Word - forward

Meta + D

Killing and deleting
Line (to end of) - backward

Meta + 0 then Ctrl + K

Killing and deleting
Line (to end of) - forward

Ctrl + K

Killing and deleting
Sentence - backward

Ctrl + X then Del

Killing and deleting
Sentence - forward

Meta + K

Killing and deleting
sexp - backward

Meta + - then Ctrl + Meta + K

Killing and deleting
sexp - forward

Ctrl + Meta + K

Killing and deleting
Kill region

Ctrl + W

Killing and deleting
Copy region to kill ring

Meta + W

Killing and deleting
then press char to kill through next occurence of char

Meta + Z

Killing and deleting
Yank back last thing killed

Ctrl + Y

Killing and deleting
Replace last yank with previous kill

Meta + Y

Marking
Set mark here

Ctrl + @

Marking
Set mark here

Ctrl + Space

Marking
Exchange point and mark

Ctrl + X then Ctrl + X

Marking
Set mark arg words away

Meta + @

Marking
Mark paragraph

Meta + H

Marking
Mark page

Ctrl + X then Ctrl + P

Marking
Mark sexp

Ctrl + Meta + @

Marking
Mark function

Ctrl + Meta + H

Marking
Mark entire buffer

Ctrl + X then H

Query replace
(then query-replace-regexp) Interactively replace a text string using regular expressions

Meta + % then Meta + X

Info
Scroll forward

Space

Query replace
Replace this one, go to next

Y

Info
Go to next node

N

Query replace
Replace all remaining matches

!

Query replace
Back up to the previous match

^

Query replace
Exit recursive edit

Ctrl + Meta + C

Multiple windows
Delete all other windows (for frame)

Ctrl + X then 5 then 1

Multiple windows
Split window, above and below

Ctrl + X then 2

Multiple windows
Split window, above and below (for frame)

Ctrl + + X then 5 then 2

Multiple windows
Delete this window

Ctrl + X then 0

Multiple windows
Delete this window (for frame)

Ctrl + X then 5 then 0

Multiple windows
Split window, side by side

Ctrl + X then 3

Multiple windows
Switch cursor to another window

Ctrl + X then O

Multiple windows
Switch cursor to another window (for frame)

Ctrl + X then 5 then O

Multiple windows
Select buffer in other window

Ctrl + X then 4 then B

Multiple windows
Select buffer in other window (for frame)

Ctrl + X then 5 then B

Multiple windows
Display buffer in other window

Ctrl + X then 4 then Ctrl + O

Multiple windows
Display buffer in other window (for frame)

Ctrl + X then 5 then Ctrl + O

Multiple windows
Find file in other window

Ctrl + X then 4 then F

Multiple windows
Find file in other window (for frame)

Ctrl + X then 5 then F

Multiple windows
Find file read-only in other window

Ctrl + X then 4 then R

Multiple windows
Find file read-only in other window (for frame)

Ctrl + X then 5 then R

Multiple windows
Run Dired in other window

Ctrl + X then 4 then D

Multiple windows
Run Dired in other window (for frame)

Ctrl + X then 5 then D

Multiple windows
Find tag in other window

Ctrl + X then 4 then .

Multiple windows
Find tag in other window (for frame)

Ctrl + X then 5 then .

Multiple windows
Grow window taller

Ctrl + X then ^

Multiple windows
Shrink window smaller

Ctrl + X then {

Multiple windows
Grow window wider

Ctrl + X then }

The minibuffer
Complete as much as possible

⭾ Tab

Formatting
Indent region (mode-dependent)

Ctrl + Meta + \

Formatting
Indent sexp (mode-dependent)

Ctrl + Meta + Q

Formatting
Indent region rigidly arg columns

Ctrl + X then ⭾ Tab

Formatting
Indent for comment

Meta + ;

Formatting
Insert newline after point

Ctrl + O

Formatting
Move rest of line vertically down

Ctrl + Meta + O

Formatting
Delete blank lines around point

Ctrl + X then Ctrl + O

Formatting
Join line with previous (with arg, next)

Meta + ^

Formatting
Delete all white space around point

Meta + \

Formatting
Put exactly one space at point

Meta + Space

Formatting
Fill paragraph

Meta + Q

Formatting
Set fill column to arg

Ctrl + X then F

Formatting
Prefix each line starts with

Ctrl + X then .

Formatting
Set face

Meta + O

Case change
Uppercase word

Meta + U

Case change
Lowercase word

Meta + L

Case change
Capitalize word

Meta + C

Case change
Uppercase region

Ctrl + X then Ctrl + U

Case change
Lowercase region

Ctrl + X then Ctrl + L

The minibuffer
Show possible completions

?

The minibuffer
Regexp search backward through history

Meta + R

The minibuffer
Regexp search forward through history

Meta + S

The minibuffer
Edit and repeat the last command that used the minibuffer

Ctrl + X then Esc then Esc

The minibuffer
Activate menu bar items in text terminals

F10

Buffers
Select another buffer

Ctrl + X then B

Buffers
List all buffers

Ctrl + X then Ctrl + B

Buffers
Kill a buffer

Ctrl + X then K

Transposing
Transpose characters

Ctrl + T

Transposing
Transpose words

Meta + T

Transposing
Transpose lines

Ctrl + X then Ctrl + T

Transposing
Transpose sexps

Ctrl + Meta + T

Spelling check
Check spelling of current word

Meta + $

Tags
Find a tag (a definition)

Meta + .

Tags
Find next occurence of a tag

Ctrl + U then Meta + .

Tags
Continue last tags search on query-replace

Meta + ,

Shells
Execute a shell command

Meta + !

Shells
Execute a shell command asynchronously

Meta + &

Shells
Run a shell command on the region

Meta + |

Rectangles
Copy rectangle to register

Ctrl + X then R then R

Rectangles
Kill rectangle

Ctrl + X then R then K

Rectangles
Yank rectangle

Ctrl + X then R then Y

Rectangles
Open rectangle, shifting text right

Ctrl + X then R then O

Rectangles
Black out rectangle

Ctrl + X then R then C

Rectangles
Prefix each line with string

Ctrl + X then R then T

Abbrevs
Add global abbrev

Ctrl + X then A then G

Abbrevs
Add mode-local abbrev

Ctrl + X then A then L

Abbrevs
Add global expansion for this abbrev

Ctrl + X then A then I then G

Abbrevs
Add mode-local expansion for this abbrev

Ctrl + X then A then I then L

Abbrevs
Explicitly expand abbrev

Ctrl + X then A then E

Abbrevs
Expand previous word dynamically

Meta + /

Miscellaneous
Numeric argument

Ctrl + U then Num 0 - Num 9

Miscellaneous
Negative argument

Meta + -

Miscellaneous
then char: Quoted insert

Ctrl + Q

International character sets
Enable or disable input method

Ctrl + \

Info
Enter the Info documentation reader

Ctrl + H then I

Info
Find specified function or variable in Info

Ctrl + H then S

Info
Beginning of node

B

Info
Go to previous node

P

Info
Move up

U

Info
Select menu item by name

M

Info
Select menu item by number

Num 1 - Num 9

Info
Follow cross reference (return with 1)

F

Info
Return to last node you saw

L

Info
Return to directory node

D

Info
Go to top node of Info file

T

Info
Go to any node by name

G

Info
Run info tutorial

H

Info
Look up a subject in the indices

I

Info
Search nodes for regexp

S

Info
Quit Info

Q

Registers
Save region in register

Ctrl + X then R then S

Registers
Insert register contents into buffer

Ctrl + X then R then I

Registers
Save value of point in register

Ctrl + X then R then Space

Registers
Jump to point saved in register

Ctrl + X then R then J

Keyboard macros
Start defining a keyboard macro

Ctrl + X then (

Keyboard macros
End keyboard macro definition

Ctrl + X then )

Keyboard macros
Eappend to last keyboard macro

Ctrl + X then E

Dealing with Emacs Lisp
Eval sexp before point

Ctrl + X then Ctrl + E

Dealing with Emacs Lisp
Eval current defun

Ctrl + Meta + X

Dealing with Emacs Lisp
Read and eval minibuffer

Meta + :

Similar combinations for other applications


Remember the Milk (Web Application)
Postpone the selected task by one day
Editing Tasks

p


Dropbox (Web Application)
Check deleted files
16 Shortcuts for Dropbox (Web Application)

p


VLC Media Player (Windows)
Play movie (from the very beginning)
Movie Navigation

P


Adobe Photoshop CS4 (MacOS)
Pen tool, Freeform Pen tool
Shortcut Keys for selecting tools

P


Google Mail (Windows)
Move to next part / previous part of conversation in message
Main Window - Manage Single Messages

N / P


Thunderbird (Windows)
Go to next / go to previous unread Message
Navigate Messages

N / P


Thunderbird (Linux)
Go to next / go to previous unread Message
Navigate Messages

N / P


Civilization V (Windows)
Construct a Plantation
Civilian Unit Hotkeys

p


Thunderbird (MacOS)
Go to next / go to previous unread Message
Navigate Messages

N / P


Civilization V (Windows)
Construct a Pasture
Civilian Unit Hotkeys

p


Adobe Photoshop CS4 (MacOS)
Toggle the preview option (on and off)
Shortcut Keys for using the Black-and-White dialog box

P


Adobe Photoshop CS4 (MacOS)
Toggle preview
Shortcut Keys for using the Camera Raw dialog box

P


VistaSwitcher (Windows)
Open the preferences menu
Application / Other

p


Microstation v8i (Windows)
Open the Data Point Key-in dialog box
Microstation AccuDraw/ AccuSnap Shortcuts - Dialog Boxes

P


Tekla Structures 14.0 (Windows)
Pan
General shortcuts

p


Microsoft PowerPoint 2003 (Windows)
Slide Show: Previous slide
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

P


InDesign CS5 (MacOS)
Pen tool
Tools

P


Adobe Illustrator CS5 (MacOS)
Pen tool
Selecting Tools

p


AutoCAD 2012 (Windows)
PAN / Adds a parameter with grips to a dynamic block definition.
Command Shortcuts - P Command Shortcuts

P


Jaws 11.0 (Windows)
Next Paragraph (Shift + P for previous)
Navigation in HTML (Internet browsing)

P


Adobe Illustrator CS5 (Windows)
Pen tool
Selecting Tools

p


VLC Media Player (MacOS)
Play movie (from the very beginning)
Movie Navigation

P


Photoshop Lightroom 4 (Windows)
Flag photo as a pick
Rating and Filtering Photos

P


Photoshop Lightroom 4 (MacOS)
Flag photo as a pick
Rating and Filtering Photos

P


Adobe Photoshop CS5 (MacOS)
Toggle between original selection and refined version
Refine Edge

P


Adobe Photoshop CS5 (Windows)
Toggle between original selection and refined version
Refine Edge

P


Gwenview (Linux)
Viewing a video this shortcut toggles playback on and off.
30 Shortcuts for Gwenview (Linux)

P


Virtual DJ (Windows)
Play / Pause
All Shortcuts

P


Adobe Photoshop CS5 (MacOS)
Toggle preview
Camera Raw Dialog Box

P


Audacity 2 (Windows)
Pause
Transport Menu

P


Presonus Studio One (Windows)
Loop selection snapped
Transport Menu

P


Adobe Photoshop CS5 (Windows)
Toggle preview
Camera Raw Dialog Box

P


FL Studio (Windows)
Pencil tool
Playlist Action

P


Calibre (Windows)
Polish books
Library Management

P


Adobe Flash Professional (Windows)
Pencil
Tools

P


Axialis IconWorkshop (Windows)
Drawing tools - Pencil
Draw Menu

P


Autodesk Maya 2015 (Windows)
Edit - Parent
Edit Operation

P


Feedly (Web Application)
Select previous article
Article List Actions

p


FL Studio (Windows)
Pencil tool
Piano Roll Action

P


Prezi (Web Application)
Go to Path mode
Editing

P


Google Mail (MacOS)
Move to next part / previous part of conversation in message
Main Window - Manage Single Messages

N / P


Google Play Music (Web Application)
Create a new playlist
General

P


Autodesk Maya 2015 (Windows)
Parent
Tool and Action

P


Camtasia 8 (Windows)
Shape - Pen
Screen Draw Hotkeys

P


Nirvana (Web Application)
New Project (saved to bottom of Projects list)
Capturing

P


Autodesk Maya 2017 (Windows)
Edit - Parent
Edit Operation

P


Plex (Windows)
Play/Pause
Graphics(Audio/Video) Control

Spacebar / P


Onshape (Windows)
Projected view
Drawings

P


Onshape (MacOS)
Projected view
Drawings

P


Plex (MacOS)
Play/Pause
Graphics(Audio/Video) Control

Spacebar / P


Photoshop Lightroom CC (MacOS)
Flag photo as Pick
Rating and Filtering Photos

P


Photoshop Lightroom CC (Windows)
Flag photo as Pick
Rating and Filtering Photos

P


Plex (Windows)
Start Playback of selected item
Navigation Controls

P


Plex (MacOS)
Start Playback of selected item
Navigation Controls

P


Adobe Illustrator CC (MacOS)
Pen tool
Selectiong Tool

P


Adobe Illustrator CC (Windows)
Pen tool
Selectiong Tool

P


Adobe After Effects CC (Windows)
Show only Position property
Properties and Groups in Timeline Panel

P


Adobe After Effects CC (MacOS)
Show only Position property
Properties and Groups in Timeline Panel

P


Adobe Audition CC (Windows)
Paintbrush selection tool
Marker/Tool/Clip Shortcuts

P


Microsoft PowerPoint 2016 (Windows)
Previous Slide
Slide Operations(Presentation time)

P / Lt Arrow


Corel Painter 2017 (MacOS)
Pen
Toolbox commands

P


Adobe Audition CC (MacOS)
Paintbrush selection tool
Marker/Tool/Clip Shortcuts

P


Corel Painter 2017 (Windows)
Pen
Toolbox commands

P


Autodesk Maya 2017 (Windows)
Parent
Tool and Action

P


Adobe Premiere CC (Windows)
Pen tool
Tools Shortcuts

P


Adobe Premiere CC (MacOS)
Pen tool
Tools Shortcuts

P


Apple Keynote (MacOS)
Go to previous slide
Slideshow

P


Hexagon 2 (MacOS)
Toggle Perspective/Orthographic View
Selection,Tools and Manipulators Shortcuts

P


Hexagon 2 (Windows)
Toggle Perspective/Orthographic View
Selection,Tools and Manipulators Shortcuts

P


InDesign CC (Windows)
Pen tool
Tools

P


Nuke 10 (Windows)
Insert Roto Paint node
Node Graph

P


InDesign CC (MacOS)
Pen tool
Tools

P


3D Coat (MacOS)
Increase transperancy of texture
Color

P


Nuke 10 (Linux)
Insert Roto Paint node
Node Graph

P


Nuke 10 (MacOS)
Insert Roto Paint node
Node Graph

P


3D Coat (Windows)
Increase transperancy of texture
Color

P


Anime Studio (Windows)
Paint bucket/ Reparent bone
A to Z shortcuts

P


ArchiCAD 20 (Windows)
Parallel/Perpendicular
Actions

P


3D Coat (Windows)
Increase Opacity
Sliders Setting

P


Adobe Photoshop CC (Windows)
Pen tool
Selecting Tools

P


Adobe Photoshop CC (MacOS)
Pen tool
Selecting Tools

P


ArchiCAD 20 (MacOS)
Parallel/Perpendicular
Actions

P


Age of Empires (Windows)
Pack
Unit commands ( After Clicking The Unit)

P


Adobe Photoshop CC (Windows)
Toggle between original selection and refined version
Refine Edge Dialog Box

P


Anime Studio (MacOS)
Paint bucket/ Reparent bone
A to Z shortcuts

P


GIMP (Linux)
Paintbrush
Paint Tools

P


Adobe Photoshop CC (MacOS)
Toggle between original selection and refined version
Refine Edge Dialog Box

P


GIMP (MacOS)
Paintbrush
Paint Tools

P


GIMP (Windows)
Paintbrush
Paint Tools

P


Autodesk 3ds Max 2017 (Windows)
Perspective user
Views

P


Adobe Flash Professional (MacOS)
Pencil
Tools

P


Silhouette Studio (MacOS)
Polygon
Tools

P


Silhouette Studio (Windows)
Polygon
Tools

P


Autodesk Inventor 2017 (Windows)
Place component
Assembly

P


Autodesk 3ds Max 2017 (Windows)
Make preview
Material editor

P


GTA V Cheats (Windows)
Pause
General Shortcuts

P


Todoist (Web Application)
Sort by Priority
Sorting Task Shortcuts

P


SalesForce (Web Application)
Go to Primary Tab
Console Controls

P


Atlasian JIRA Agile (Web Application)
Project DropDown Menu
General Shortcuts

+ + P


Logic Pro X (MacOS)
Show/hide Piano Roll
General Controls

P


Atlasian JIRA Agile (Web Application)
Previous Column
Agile Shortcuts

P


Google News (Web Application)
Previous Story (or K)
Navigation

P


Atlasian JIRA Agile (Web Application)
Previous Activity
Issue Actions and Navigation Shortcuts

P


Sketch 3 (MacOS)
Pencil
Insert Shape

P


Atlassian Crucible (Web Application)
Go to Previous Review Comment
Comment Navigation

P


Adobe XD (Experience Design) (Windows)
Open Path/Pen panel
Path/Pen

P


Adobe XD (Experience Design) (MacOS)
Open Path/Pen panel
Path/Pen

P


BrainSuite (Windows)
Show Painter Tool (Delineation Toolbox)
Toolboxes

P


BrainSuite (MacOS)
Show Painter Tool (Delineation Toolbox)
Toolboxes

P


Adobe XD (Experience Design) (Windows)
Pen
Tools Menu

P


Adobe XD (Experience Design) (MacOS)
Pen
Tools Menu

P


Autodesk SketchBook Pro (Windows)
Invoke Perspective Tool
Tools

P


Daz 3D Carrara 8 (Windows)
Pan
Application - Tools

P


jEdit (Windows)
Select Word/Line/Paragraph
Selecting Text

Ctrl + E and W / L / P


Zoho Desk (Windows)
Add Task
Quick Add Shortcuts

P + +


Daz 3D Bryce 7 (Windows)
Set Current Object As Positive
Set Object Attributes

P


Daz 3D Bryce 7 (MacOS)
Set Current Object As Positive
Set Object Attributes

P


Zoho Projects (Windows)
Add Projects
Tab Specific Actions

P


Corel Draw X8 (Windows)
Align center page
Align

P


Daz 3D Carrara 8 (Windows)
Pan
Spline Modeler - Tools

P


Blender 3D (Windows)
Separate
General Editing

P


Cyberduck (MacOS)
Previous activity
Navigating Issues

P


Lynx (Linux)
Print Page or Save A file to disk
17 Shortcuts for Lynx (Linux)

P


DAZ Studio (Windows)
Level pitch/roll
Keyboard Navigation Commands

P


Cyberduck (MacOS)
Previous column
Agile Shortcuts

P


Blender 3D (Windows)
Pin Selected Vertices
UV Editor

P


DAZ Studio (MacOS)
Level pitch/roll
Keyboard Navigation Commands

P


Daz 3D Carrara 8 (Windows)
Pan
Vertex Modeler - Tools

P


Clip Studio Paint (Manga Studio) (Windows)
Pen/Pencil (toggle between two)
Frequently Used Shortcuts

P


Steinberg Cubase 9 (Windows)
Locators to selection
Transport

P


Steinberg Cubase 9 (MacOS)
Locators to selection
Transport

P


MAGIX Movie Edit Pro (Windows)
Activate smooth playback forpreview
PlayBack Functions

P


Pixelmator (MacOS)
Pixel
Selection Tools

P


Forte (Windows)
New Usenet Post
Main Browser Window

P


Garageband 10 (MacOS)
Show/Hide the Piano Roll Editor
Display Objects

P


Kingsoft Presentation 2016 (Windows)
Previous Slide
SlideShow

P / Left Arrow


Final Fantasy XV (Windows)
Actions and traits
Hotbar And Main Menu

P


Krita Painting 3 (Windows)
Color pick
Painting

P


SketchUp (Windows)
Push/Pull
Tools

P


Houdini (Windows)
Mini parameter editor
Network View

P


TeamCity (Web Application)
Searching among Project Names
12 Shortcuts for TeamCity (Web Application)

P


Forte (Windows)
Pause
Task Manager

P


MOTU Digital Performer 9 (Windows)
Pencil tool
Tools

P


X-Plane 11 (Windows)
Pause Simulator
Controls

P


MOTU Digital Performer 9 (MacOS)
Pencil tool
Tools

P


GOM Player (Windows)
Increase Hue by 5%
Video Control

P


PotPlayer (Windows)
Add Bookmark
Standard Keyboard Controls

P


Pegasus Mail (Web Application)
Print the message
Message Reader

P / Ctrl + P


Soundforge (Windows)
Insert/show/hide pan envelope
Data Window

P


ZBrush 4 (Windows)
Perspective
3D Models

P


TVPaint Animation (Windows)
Toggle Palette Panel
89 Shortcuts for TVPaint Animation (Windows)

P


DrawPlus (Windows)
Pen Tool
Tools Shortcuts

P / F3


Roundcube (Web Application)
Print this message
Mailbox View

p


Pencil2D (Windows)
Preview
57 Shortcuts for Pencil2D (Windows)

P


Anim8or (Windows)
Point Edit Mode
Object Editor Shortcuts

P


CityEngine (Windows)
Toggle between Perspective and orthogonal view
48 Shortcuts for CityEngine (Windows)

P


CityEngine (MacOS)
Toggle between Perspective and orthogonal view
48 Shortcuts for CityEngine (MacOS)

P


Anim8or (Windows)
Path
Object Editor Shortcuts

P


Pencil2D (Windows)
Pen
57 Shortcuts for Pencil2D (Windows)

P


TurboCAD (Windows)
Polar Coordinates
171 Shortcuts for TurboCAD (Windows)

P


Sculptris (Windows)
Enable or Place Pivot Point
Miscellaneous Shortcuts

P


mpv
Pause / Playback
General

P


Impro-Visor (Windows)
open the preference dialog
Editors

P


Netvibes (Windows)
Read previous item
Feed reader shortcuts

P


Vegas Pro 14 (Windows)
Insert/show/hide track panning envelope
Timeline and Track List

P


Solid Edge (Windows)
Maintain Coplaner Faces
Advance Sunchronous Edit

P


Webflow (Windows)
Show Pages panel
Left-hand toolbar

P


Webflow (MacOS)
Show Pages panel
Left-hand toolbar

P


Vim (Linux)
Put (paste) the clipboard after cursor
Cut and Paste

p


Vim (Linux)
Put (paste) before cursor
Cut and Paste

P


Vegas Pro 14 (Windows)
Show/hide preview channel strip
Mixing Console

P


Todoist
Sort by priority
Sorting tasks inside a project

P


IRONCAD (Windows)
Place point for the location of the copied/linked object
Triball Function Keys - Triball Positioning with Multiple Location Active

P


Anno 1800
Pause
Gameplay

P


IRONCAD (Windows)
Place point for selected curve type when TriBall is Active
Triball Function Keys - Triball Positioning with 3D Curve

P


Affinity Photo
Liquify Push Forward Tool
Tools: Liquify Persona only

P


Warframe
View Mission Progress
Misc

P


Webflow
Show Pages panel
Left hand toolbar

P


IRONCAD (Windows)
Place point for the location of the copied/linked object
Positioning Function Keys - Triball Positioning with Multiple Location Active

P


IRONCAD (Windows)
Place point for selected curve type when TriBall is Active
Positioning Function Keys - Triball Positioning with 3D Curve

P


Zwift (PC and macOS)
Enter promo code
Other hotkeys

P


IRONCAD (Windows)
Place point for the location of the copied/linked object
2D Drawing Creation - Triball Positioning with Multiple Location Active

P


IRONCAD (Windows)
Place point for selected curve type when TriBall is Active
2D Drawing Creation - Triball Positioning with 3D Curve

P


IRONCAD (Windows)
Place point for the location of the copied/linked object
Handle - Triball Positioning with Multiple Location Active

P


PhotoFiltre (Windows)
Paintbrush tool
Tools

P


IRONCAD (Windows)
Place point for selected curve type when TriBall is Active
Handle - Triball Positioning with 3D Curve

P


KiCad 5.0.2
Place Item
Page Layout Editor

P


Discourse
Open user menu
Application

P


Gmsh 4.1.4
Go to post-processing module
General

P


SpaceClaim (Windows)
Pull
71 Shortcuts for SpaceClaim (Windows)

P


KiCAD (Windows)
Add Power
EE Schema

P


Flyff
Brings up your Party window.
Character

P


KiCAD (Linux)
Add Power
EE Schema

P


KiCAD (MacOS)
Add Power
EE Schema

P


KiCAD (Windows)
Place Item
PCB

P


KiCAD (Linux)
Place Item
PCB

P


KiCAD (MacOS)
Place Item
PCB

P


Bus Simulator 18
Parking brake
Bus controls

P


Cobalt (Windows)
Preset
70 Shortcuts for Cobalt (Windows)

P


Maxwell Render (Windows)
Pan
Viewport

P


Google Keep (Web Application)
Navigate to next/previous list item
Navigation Shortcuts

N / P


Google Keep (Web Application)
Move list item to next/previous position
Navigation Shortcuts

Shift + N / P


Ulead PhotoImpact 8 (Windows)
Goes through all the various Paint tools
Tool panel

P


Europa Universalis IV
Primary mapmodes
General

P


Modo (Windows)
Make polygon
Tools

P


Modo (MacOS)
Make polygon
Tools

P


Elex (PC)
Other item screen in adjutor
General

P


Huggle
Prod tag page
Page

P


Target 3001! (Windows)
Move this Points to the Center(panorama,Pan)
Cursor Usage

P


NetHack
Put on ring / amulet
Clothing

P


MyPaint (Windows)
More opaque
Show Layer Menu

P


gThumb (Linux)
Pause/Unpause the slideshow
Slideshow

P


Vectorworks (Windows)
4th group
Cycles through Modes in Tool bar

P


Vectorworks (MacOS)
4th group
Cycles through Modes in Tool bar

P


Modo (Windows)
Parent in place
Animation

P


Modo (MacOS)
Parent in place
Animation

P


Substance Painter
Pick stroke material
General

P


Substance Painter (Mac)
Pick stroke material
General

P


SolveSpace (Windows)
Datum Point
Sketch

P


SolveSpace (MacOS)
Datum Point
Sketch

P


Xyplorer
Show Photo Data
Other Shortcuts

P


Battlezone 98 Redux
Drop nav beacon
Other

P


The Forest
Utility (select last left handed item)
World

P


TopSolid (Windows)
Execute An Hardcopy
Verification

P


CamBam (Windows)
Draw A Polyline
32 Shortcuts for CamBam (Windows)

P


Kingdom Come: Deliverance
Player menu
Inventory

P


American Truck Simulator
Windscreen wipers
Main vehicle controls

P


FlexiSign Pro 8.1 (Windows)
Bezier Path Tool
Path Editing

P


FlexiSign Pro 8.1 (MacOS)
Bezier Path Tool
Path Editing

P


Pharaoh
Pause the game (you can't build while paused)
General

P


The Binding of Isaac: Afterbirth
Pause. While paused <keybs>P</keybs> will resume while <keybs>Esc</keybs> will offer to quit
General

P


Solidwork Composer (Windows)
Plays/pauses animation
35 Shortcuts for Solidwork Composer (Windows)

P


ShareX 12.2.0 (Windows)
Pixelate
Drawing Tools

P


Adobe Photoshop Elements (Windows)
Straighten
Tools

P


Adobe Photoshop Elements (MacOS)
Straighten
Tools

P


KeyCreator (Windows)
Point Submenu
Various Submenu Options

P


Figma (Web Application)
Pen
Tools

P


FlightGear
Pause simulation
Miscellaneous

P


LDCad
2: Play/pause the animation while in animation mode
Editor

P


Aspire (Windows)
Makes the selected node the Start Point for machining
Node Editing

P


Adobe Illustrator (Mac)
Pen tool
Select tools

P


Adobe Illustrator
Pen tool
Select tools

P


VCarve Pro (Windows)
Makes the selected node the Start Point for machining
Node Editing

P


BlackBerry Classic
Go to the previous day, week, or month
Calendar app

P


Madden NFL 19
Fake snap
Advanced pre-play offense game controls

P


Claws Mail
Go to previous mail. The Up arrow is a synonym.
Main window

P


K-9 Mail
Previous message
Message details

P


FastMail
uPload
File

P


Adobe Photoshop Elements
Straighten tool
General

P


Adobe Photoshop Elements (Mac)
Straighten tool
Tool selection

P


Nier: Automata
System menu
Genel

P


Google Keep Notes
Navigate to previous list item
Navigation

P


HitFilm
Set timeline in and out points to content
General timeline

P


WorkZone Client
Display/hide the preview panel for the selected list item
Navigate in lists

P


Freshdesk
Priority
Ticket view

P


Remember the Milk
Postpone the selected task/s if they have a due date
Actions

P


Atlassian JIRA Agile
Previous Activity
Issue actions and navigator

P


Adobe Bridge CC (Mac)
Flag
General

P


Adobe Bridge CC
Flag
General

P


Final Cut Pro X
Make the Position tool active
Share and tools

P


Unturned
Player list
Interface

P


AutoCAD
PAN / Adds a parameter with grips to a dynamic block definition
P, Q, R

P


ArtRage Studio Pro
Pencil
Tool Commands

P


AI War Classic
Pause
General

P


Bluebeam Revu
Pen
Markup & editing

P


Airmail
Select Previous Conversation
General

P


Black Desert Online
Party chat
Chat controls

P


Total War: Attila (Mac)
Toggle pause
Game / UI

P


Total War: Attila
Toggle pause
Game / UI

P


Adobe Lightroom Classic
Flag photo as a pick
Rating and filtering photos

P


PaintShop Pro 2018
Preset shape
Single key shorcuts

P


Gravit Designer
Pen
Main tools

P


Adobe Lightroom Classic (Mac)
Flag photo as a pick
Rating and filtering photos

P


Path of Exile
Passive skills panel
General

P


Call of Duty: Black Ops 4
Text chat (party)
Interface

P


Adobe Animate CC (Mac)
Pen
Tools

P


CorelDRAW Graphics Suite 2018
Center to Page
General

P


Diablo
Pause the game
General

P


Diablo II
Toggles Party screen
General

P


Unreal Engine
Show navigation mesh
Level editor

P


StarCraft 2
Peristalisis
Zerg technology upgrade

P


BSPlayer
Capture frame - original image size
Misc

P


Reddit
Move up a level in the comment hierarchy
General

P


Nuke
Insert RotoPaint node
Node graph

P


Euro Truck Simulator 2
Windscreen wipers
Vehicle controls

P


Roll20
Show/Hide Page Toolbar
Advanced shortcuts

P


Clip Studio Paint Pro
Pencil
Tool

P


Blood
Use Proximity Bomb*
Keyboard

P


Adobe Photoshop CC
Toggle preview
Using the Camera Raw dialog box

P


Virtual DJ 2018
Play / pause
General

P


Corel Painter (Mac)
Pen
Toolbox commands

P


Autodesk SketchBook (Mac)
Invoke Perspective tool (perspective mode)
Tools

P


Corel Painter
Pen
Toolbox commands

P


Xodo
Pen
Annotating

P


Zoho Mail
Previous mail
Mail: Selection

P


Autodesk SketchBook (Windows)
Invoke Perspective tool (perspective mode)
Tools

P


MyPaint
More opaque
Layer

P


ImageJ
Print active image
General

P


Dota 2
Activates Scan
Unit actions - Advanced

P


Camtasia
Pen
Recorder's ScreenDraw

P


LightWave 3D
Selected item properties
Layout: General

P


Pixelmator Pro
Pen
Select tools

P


World of Warcraft
Spell book
Panels

P


Adobe XD (Windows)
Pen
Tools menu

P


Adobe XD (Mac)
Pen
Tools menu

P


Adobe Premiere Pro (Mac)
Pen Tool
Titler

P


Adobe Premiere Pro (Windows)
Pen Tool
Titler

P


Ardour
Set playhead position
Transport and recording control

P


GIMP
Paintbrush
Toolbox

P


Microsoft PowerPoint (Slideshows)
Perform the previous animation or return to the previous slide
Control your slide show during the presentation

P


Kodi
Visualisation preset list
Music visualisation

P


Comodo IceDragon
Previous page
PDF Viewer

P


Tekla Structures 20
Pan
General

P


Grand Theft Auto V
Adjust Depth of Field (Camera)
Phone

P


Wikipedia
Show preview
Access keys

P


Apple GarageBand
Show/Hide the Piano Roll Editor
General

P


The Sims 4
Pause Sims 4
Live mode

P


Google+
Previous comment
Full post view

P


NZBGet
Post-process again selected records
History tab commands

P


Vim
Paste storage buffer before current line
Copy/Paste text

P


REAPER
Track: Toggle track pan envelope visible
Section: Main

P


Maple
Π or π
Entering Greek characters

P


League of Legends
Open item shop
General

P


VLC Media Player
Play movie from the very beginning
Movie navigation

P


Microsoft Access 2016
From Print Preview, open the Print dialog box
Print database information

P


Krita 3.0
Color pick
Painting

P


IrfanView
Properties
Handling files

P


Zimbra Web Client
Print
All apps

P


Blender
Pinch/­Magnify brush
Sculpt mode

P


Paint.NET
Activate Pencil tool
Pencil tool

P


Firefox Quantum
Previous page
PDF Viewer

P


GOM Player
Increase hue by 5%
Video control

P


Yahoo Mail
Print message
Messages and conversations

P


Mozilla Thunderbird
Go to Previous unread message
Moving between messages

P


Portal 2
Change portalability of the entire selection at once
Portal 2 Puzzle Maker

P


Audacity
Pause
Transport menu

P


Windows Calculator
Select Pi
Scientific mode

P


Gmail
Previous message in an open conversation
Compose and chat

P


Overwatch
Social menu channels
Communication

P


Narrator
then Alt + Up arrow or Alt + Down arrow: Move to the next or previous paragraph
Scan mode keyboard commands

P


Adobe Acrobat 2017 (Mac)
Toggle between editing and previewing your form
Working with Forms

P


Adobe Acrobat 2017 (Windows and Unix)
Toggle between editing and previewing your form
Working with Forms

P


Facebook (Chrome)
Share new status
News feed

P


Adobe Fireworks MX (Windows)
Select the Pen Tool
Shortcuts for selecting and working with Fireworks Tools

p


Google Reader (Web Application)
Select next/previous item in list view
Reading List Navigation

n / p


Adobe Photoshop CS4 (Windows)
Pen tool, Freeform Pen tool
Shortcut Keys for selecting tools

P


IrfanView 4.42 (Windows)
Properties
File Handling

P


Google Reader (Web Application)
Next/previous subscription or folder
Side Pane Navigation

shift + n / p


InDesign CS5 (Windows)
Pen tool
Tools

p


vi (Linux)
put after cursor
Clipboard

P


vi (Linux)
put before cursor
Clipboard

P