RStudio (Windows)

Source

Re-run previous region

Ctrl + Shift + P

All hotkeys for RStudio (Windows)

Console
Move cursor to console

Ctrl + 2

Console
Clean console

Ctrl + L

Console
Move cursor to beginning of line

Home

Console
Move cursor to end of line

End

Console
Navigate command history

Up / Down

Console
Popup command history

Ctrl + Up

Console
Interrupt currently executing command

Esc

Console
Change working directory

Ctrl + Shift + H

Source
Goto file/function

Ctrl + .

Source
Move cursor to source editor

Ctrl + 1

Source
New document (except on chrome/windows)

Ctrl + Shift + N

Source
New document (Chrome only)

Ctrl + Alt + Shift + N

Source
Open document

Ctrl + O

Source
Save active document

Ctrl + S

Source
Close active document (except on Chrome)

Ctrl + W

Source
Close active document (Chrome only)

Ctrl + Alt + W

Source
Close all open documents

Ctrl + Shift + W

Source
Preview HTML (markdown and HTML)

Ctrl + Shift + K

Source
Compile notebook/compile PDF (TeX and Sweave)

Ctrl + Shift + K

Source
Insert chunk (Sweave and Knitr)

Ctrl + Alt + I

Source
Insert code section

Ctrl + Shift + R

Source
Run current line/selection

Ctrl + Enter

Source
Run current line/selection (retain cursor position)

Alt + Enter

Source
Re-run previous region

Ctrl + Shift + P

Source
Run current document

Ctrl + Alt + R

Source
Run from document beginning to current line

Ctrl + Alt + B

Source
Run from current line to document end

Ctrl + Alt + E

Source
Run from current line to document end

Ctrl + Alt + F

Source
Run the current code section

Ctrl + Alt + T

Source
Run previous sweave/Rmd code

Ctrl + Alt + P

Source
Run the current Sweave/Rmd chunk

Ctrl + Alt + C

Source
Run the next Sweave/Rmd chunk

Ctrl + Alt + N

Source
Source a file

Ctrl + Shift + O

Source
Source the current document

Ctrl + Shift + S

Source
Source the current document (with echo)

Ctrl + Shift + Enter

Source
Fold selected

Alt + L

Source
Unfold selected

Shift + Alt + L

Source
Fold all

Alt + O

Source
Unfold all

Shift + Alt + O

Source
Go to line

Shift + Alt + G

Source
Jump to

Shift + Alt + J

Source
Switch to tab

Ctrl + Shift + .

Source
Previous tab

Ctrl + F11

Source
Next tab

Ctrl + F12

Source
First tab

Ctrl + Shift + F11

Source
Last tab

Ctrl + Shift + F12

Source
Navigate back

Ctrl + F9

Source
Navigate forward

Ctrl + F10

Source
Extract function from selection

Ctrl + Alt + X

Source
Extract variable from selection

Ctrl + Alt + V

Source
Reindent lines

Ctrl + I

Source
Comment/uncomment current line/selection

Ctrl + Shift + C

Source
Reflow comment

Ctrl + Shift + /

Source
Reformat selection

Ctrl + Shift + A

Source
Show diagnostics

Ctrl + Shift + Shift + P

Source
Move lines Up/Down

Alt + Up/Down

Source
Copy lines Up/Down

Shift + Alt + Up/Down

Source
Jump to matching Brace/Paren

Ctrl + P

Source
Expand to matching Brace/Paren

Ctrl + Shift + E

Source
Select to matching Brace/Paren

Ctrl + Shift + Alt + E

Source
Add cursor above current cursor

Ctrl + Alt + Up

Source
Add cursor beow current cursor

Ctrl + Alt + Down

Source
Move active cursor up

Ctrl + Alt + Shift + Up

Source
Move Active Cursor Down

Ctrl + Alt + Shift + Down

Source
Find and replace

Ctrl + F

Source
Find next

F3

Source
Find previous

Shift + F3

Source
Use selection for find

Ctrl + F3

Source
Replace and find

Ctrl + Shift + J

Source
Find in files

Ctrl + Shift + F

Source
Check spelling

F7

Completions (Console and Source)
Attempt completion

Tab / Ctrl + Space

Completions (Console and Source)
Navigate candidates

Up / Down

Completions (Console and Source)
Accept selected candidate

Enter / Tab / Right

Completions (Console and Source)
Dismiss completion popup

Esc

Views
Move focus to Source Editor

Ctrl + 1

Views
Move focus to Console

Ctrl + 2

Views
Move focus to Help

Ctrl + 3

Views
Show History

Ctrl + 4

Views
Show files

Ctrl + 5

Views
Show plots

Ctrl + 6

Views
Show packages

Ctrl + 7

Views
Show environment

Ctrl + 8

Views
Show git/svn

Ctrl + 9

Views
Show build

Ctrl + 0

Views
Sync editor & pdf preview

Ctrl + F8

Views
Reference

Alt + Shift + K

Build
Build and reload

Ctrl + Shift + B

Build
Load all (devtools)

Ctrl + Shift + L

Build
Test package (desktop)

Ctrl + Shift + T

Build
Test package (web)

Ctrl + Alt + F7

Build
Check package

Ctrl + Shift + E

Build
Document package

Ctrl + Shift + D

Debug
Toggle breakpoint

Shift + F9

Debug
Execute next line

F10

Debug
Step into function

Shift + F4

Debug
Finish function/loop

Shift + F6

Debug
Continue

Shift + F5

Debug
Stop debugging

Shift + F8

Plots
Previous plot

Ctrl + Alt + F11

Plots
Next plot

Ctrl + Alt + F12

Git / SVN
Diff active source document

Ctrl + Alt + D

Git / SVN
Commit changes

Ctrl + Alt + M

Git / SVN
Scroll diff view

Ctrl + Up/Down

Git / SVN
Stage/unstage(Git)

Spacebar

Git / SVN
Stage/unstage and move to next (Git)

ENter

Session
Quit Session (desktop only)

Ctrl + Q

Session
Restart R Session

Ctrl + Shift + F10

Editing (Console and Source)
Undo

Ctrl + Z

Editing (Console and Source)
Redo

Ctrl + Shift + Z

Editing (Console and Source)
Cut

Ctrl + X

Editing (Console and Source)
Copy

Ctrl + C

Editing (Console and Source)
Paste

Ctrl + V

Editing (Console and Source)
Select all

Ctrl + A

Editing (Console and Source)
Jump to word

Ctrl + Left/Right

Editing (Console and Source)
Jump to start/end

Ctrl + Home/End / Ctrl + Up/Down

Editing (Console and Source)
Delete line

Ctrl + D

Editing (Console and Source)
Select

Shift + Arrow

Editing (Console and Source)
Select word

Ctrl + Shift + Left/Right

Editing (Console and Source)
Select to line start

Alt + Shift + Left

Editing (Console and Source)
Select to line end

Alt + Shift + RIght

Editing (Console and Source)
Select page up/down

Shift + Page Up / Shift + Page down

Editing (Console and Source)
Select page start/end

Ctrl + Shift + Home/End

Editing (Console and Source)
Delete word left

Ctrl + Backspace

Editing (Console and Source)
Indent

Tab

Editing (Console and Source)
Outdent

Shift + Tab

Editing (Console and Source)
Yank line up to cursor

Ctrl + U

Editing (Console and Source)
Yank line after cursor

Ctrl + K

Editing (Console and Source)
Insert currently yanked text

Ctrl + Y

Editing (Console and Source)
Insert assignment operator

Alt + -

Editing (Console and Source)
Insert pipe operator

Ctrl + Shift + M

Editing (Console and Source)
Show help for function at cursor

F1

Editing (Console and Source)
Show source code for function at cursor

F2

Editing (Console and Source)
Find usages for symbol at cursor (C++)

Ctrl + Alt + U

Similar combinations for other applications


Eclipse Helios (Windows)
With a bracket selected: jump to the matching closing or opening bracket
Navigate in Editor

Ctrl + Shift + P


Adobe Reader 9 (Linux)
Print Setup menu
Acrobat Features

Ctrl + Shift + p


Microsoft Outlook 2010 (Windows)
Display Font dialog box
Messages in Main View - Format Message Body

Ctrl + Shift + P


Unity3D 3 (Windows)
Pause
Editing

Ctrl + Shift + p


SharpDevelop 4.0 (Windows)
Fold and show definitions only
Coding Shortcuts

Ctrl + Shift + P


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

Ctrl + Shift + P


Microsoft Outlook 2010 (Windows)
Display Font dialog box
Messages in Compose View - Format Message Body

Ctrl + Shift + P


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

Ctrl + Shift + P


Phoenix Viewer (Windows)
UI Print Selected Object Info
Advanced

Ctrl + Shift + P


Microsoft Outlook 2010 (Windows)
Display Font dialog box
Calendar Shortcuts - Format Message Body

Ctrl + Shift + P


MyLifeOrganized (Windows)
Toggle Project Status
Managing Tasks

Ctrl + Shift + P


Opera (Linux)
Print without preview
Display

Ctrl + Shift + P


Photoshop Lightroom 4 (Windows)
Open Page Setup dialog box
Managing photos and catalog

Ctrl + Shift + P


Microsoft Outlook 2010 (Windows)
Create Search Folder
Create Items

Ctrl + Shift + P


Oracle SQL Developer 4 (Windows)
Components
View

Ctrl + Shift + P


Microsoft PowerPoint 2010 (Windows)
Change the font size.
Basic Text Navigation and Formatting

Ctrl + Shift + P


Microsoft PowerPoint 2010 (Windows)
Open the Font dialog box to change the font size.
Change Fonts and Formatting

Ctrl + Shift + P


Photoshop Lightroom 4 (Windows)
Open Page Setup dialog box
Print module

Ctrl + Shift + P


Notepad2 (Windows)
Move window to default position
Misc.

Ctrl + Shift + P


Axialis IconWorkshop (Windows)
Create snapshot...
Edit Menu

Ctrl + Shift + P


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

Ctrl + Shift + P


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

Ctrl + Shift + P


FileMaker Pro (Windows)
Style Plain
Layout Mode Shortcuts - Format Text

Ctrl + Shift + P


Pro Tools (Windows)
QuickPunch
Options Menu

Ctrl + Shift + P


Atom (text editor) 1.0 (Windows)
Toggle command palette
General

Ctrl + Shift + P


Atom (text editor) 1.0 (Linux)
Toggle command palette
General

Ctrl + Shift + p


FileMaker Pro (Windows)
Display print setup options
Layout Mode Shortcuts - Relationships Graph

Ctrl + Shift + P


Notepad++ 6 (Windows)
Play recorded macro
Macro menu

Ctrl + Shift + P


Skype for Business (Lync) 2016 (Windows)
Switch to compact view
Conversation window

Ctrl + Shift + P


FileMaker Pro (Windows)
Style Plain
Text Shortcuts - Format Text

Ctrl + Shift + P


Microsoft Outlook 2016 (Windows)
Create a Search Folder
Search

Ctrl + Shift + P


FileMaker Pro (Windows)
Display print setup options
Text Shortcuts - Relationships Graph

Ctrl + Shift + P


Microsoft Edge Browser (Windows)
Open a new InPrivate Browsing window
Window / Tab Control

Ctrl + Shift + P


Microsoft Outlook 2016 (Windows)
Display the Font dialog box
Common Commands: Format Text and work with Editor

Ctrl + Shift + P


Photoshop Lightroom CC (Windows)
Open Page Setup dialog box
Managing Photos and Catalogs

Ctrl + Shift + P


Microsoft Visio 2016 (Windows)
Switch format painter on/off
Select Various Tool/Shape Shortcuts

Ctrl + Shift + P


Microsoft Outlook 2016 (Windows)
Create a Search Folder
Common Commands: Create Item or File

Ctrl + Shift + P


FileMaker Pro (Windows)
Style Plain
Database Management Shortcuts - Format Text

Ctrl + Shift + P


Adobe Premiere CC (Windows)
Clear poster frame
Window Shortcuts

Ctrl + Shift + P


Adobe After Effects CC (Windows)
Open Position dialog box for Layers
Modify Layer Properties

Ctrl + Shift + P


FileMaker Pro (Windows)
Display print setup options
Database Management Shortcuts - Relationships Graph

Ctrl + Shift + P


Nuke 10 (Windows)
Ignore Pixel Aspect
Timeline Viewer

Ctrl + Shift + P


Nuke 10 (Linux)
Ignore Pixel Aspect
Timeline Viewer

Ctrl + Shift + P


Photoshop Lightroom CC (Windows)
Open Page Setup dialog box
Print Module

Ctrl + Shift + P


ArchiCAD 20 (Windows)
Plot SetUp
File Menu Commands

Ctrl + Shift + P


InDesign CC (Windows)
Add Page
Layout Menu Shortcuts

Ctrl + Shift + P


CINEMA 4D (Windows)
Goto First Marker
Animation Timeline

Ctrl + Shift + P


Finale (Windows)
Insert Page Number
Text Tool

Ctrl + Shift + P


Autodesk 3ds Max 2017 (Windows)
Percent snap
General user interface

Ctrl + Shift + P


AutoCAD 2016 (Windows)
Toggles the Quick Properties interface
General

Ctrl + Shift + P


Silhouette Studio (Windows)
Print border
View

Ctrl + Shift + P


Ace Projects (Windows)
Select to matching bracket
Selection Shortcuts

Ctrl + Shift + P


Autodesk Inventor 2017 (Windows)
Snap object
Skech

Ctrl + Shift + P


AutoCad Architecture 2017 (Windows)
Quick Properties
Alphabest combination

Ctrl + Shift + P


Todoist (Web Application)
Add a new Project
Android Only Shortcuts

Ctrl + Shift + P


Sublime Text (Linux)
Command Prompt
Other Shortcuts

Ctrl + Shift + P


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

Ctrl + Shift + P


Microsoft Hotmail (Web Application)
Print Message
14 Shortcuts for Microsoft Hotmail (Web Application)

Ctrl + Shift + P


Corel Draw X8 (Windows)
Font size
Font Formatting

Ctrl + Shift + P


Microsoft Word 2016 (MacOS)
Insert a PAGE field
Work with fields

Ctrl + Shift + P


InCopy CC (Windows)
Select current paragraph (Galley and Story views)
Navigation Shortcuts

Ctrl + Shift + P


Corel Ventura 10 (Windows)
Font Size
Tagging

Ctrl + Shift + P


Edius (Windows)
Open clip source file
General

Ctrl + Shift + P


Chief Architect (Windows)
Material Defaults
Settings Tools

Ctrl + Shift + P


vSphere Client (Windows)
Host Profiles
vCenter Navigation Shortcuts

Ctrl + Shift + P


Zerodha Trader (Windows)
NEST Auto Plugins like SPAN Calculator
Other Shortcuts

Ctrl + Shift + P


MediaMonkey (Windows)
Save Preview
Standard Keyboard Shortcuts

Ctrl + Shift + P


qBittorrent (Windows)
Pause All
Edit Menu

Ctrl + Shift + P


Adobe Captivate 2017 (Windows)
Import PPT
General and Miscellaneous Shortcuts

Ctrl + Shift + P


VideoPad Video Editor (Windows)
Place Selected Clip on Sequence
Clip

Ctrl + Shift + P


Libreoffice Writer (Windows)
Superscript
General

Ctrl + Shift + P


Groove Music (Windows)
Play selected item(s)
Song Select

Ctrl + Shift + P


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

Ctrl + Shift + P


Visual Studio Code (Windows)
Show Command Palette
General Shortcuts

Ctrl + Shift + P / F1


Xamarin Studio (MonoDevelop) (Windows)
Print Preview
File Menu

Ctrl + Shift + P


Siemens NX 11 (Windows)
Macro-Playback
Tools Menu

Ctrl + Shift + P


Unity3D 5 (Windows)
Pause
Edit

Ctrl + Shift + P


Delphi 10 (Windows)
Play editor macro
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + P


iClone 7 (Windows)
Show/Hide Project Settings Panel
OnScreen Display

Ctrl + Shift + P


Soundforge (Windows)
Process selection
Plug-In Chain

Ctrl + Shift + P


DrawPlus (Windows)
Print Preview
Document Shortcuts

Ctrl + Shift + P


Sierra Chart (Windows)
Trade Orders and Positions
Trade Menu

Ctrl + Shift + P


Titanium (Windows)
To Matching Bracket
Navigation

Ctrl + Shift + P


TurboCAD (Windows)
Copy properties from one object to another
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + P


Ulead PhotoImpact 8 (Windows)
Prints multiple copies of a single image, or prints multiple images on the same page
File Menu

Ctrl + Shift + P


Comodo IceDragon (Windows)
Toggle Private Browsing - Browse the web without storing history, form entries and so on
Tools

Ctrl + Shift + P


Wordfast Pro (Windows)
Open Project
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + P


Maxwell Render (Windows)
Render viewport
Render

Ctrl + Shift + P


Vectorworks (Windows)
Rendering–Final Shaded Polygon
View Menu

Ctrl + Shift + P


Arduino (Windows)
Page SetUp
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + P


Arduino (Linux)
Page SetUp
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + P


WavePad Sound Editor (Windows)
Find and Select Peak Sample
Move And Select Operations

Ctrl + Shift + P


Brave Browser (Windows)
New Private Tab
Tabs and Windows

Ctrl + Shift + P


Modo (Windows)
Unparent
Animation

Ctrl + Shift + P


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

Ctrl + Shift + P


KeyCreator (Windows)
Print Preview
General Shortcuts

Ctrl + Shift + P


BricsCAD (Windows)
Toggles the Properties bar
Other Shortcuts

Ctrl + Shift + P


BricsCAD (Linux)
Toggles the Properties bar
Other Shortcuts

Ctrl + Shift + P


Solidwork Composer (Windows)
Enables rendering modes
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + Shift + P


FlexiSign Pro 8.1 (Windows)
Print Setup (Page Setup on Macintosh)
Miscellaneous Shortcuts

Ctrl + Shift + P


Open Office Writer 3 (Windows)
Superscript
General OpenOffice Writer Shortcuts

Ctrl + Shift + P


gedit 2.3 (Linux)
Print preview
Program

Ctrl + Shift + P


Google Earth 5 (Linux)
Print preview
Program

Ctrl + Shift + P


Adobe Reader 9 (Windows)
Print Setup menu
Acrobat Features

Ctrl + Shift + P


Microsoft Outlook 2007 (Windows)
Create a new Search Folder.
Shortcuts for Search

Ctrl + Shift + P


Internet Explorer (Windows)
Open private browsing window / incognito mode.
main for Privacy Settings

Ctrl + Shift + P


Google Earth 5 (Windows)
Create new Placemark
Create Items on Map

ctrl + shift + p


Microsoft Outlook 2007 (Windows)
Create a Search Folder.
Shortcuts to Create Items or Files

Ctrl + Shift + P


IrfanView 4.42 (Windows)
Set image as wallpaper - previous wallpaper
Tools and Dialogs

Ctrl + Shift + P


Microsoft Excel 2007 (Windows)
Opens the Format Cells dialog box with the Font tab selected.
CTRL Combinations in Excel 2007

Ctrl + Shift + P


Microsoft Outlook 2007 (Windows)
Display the Font dialog box.
Shortcuts for Formatting Text

Ctrl + Shift + P


Adobe After Effects CS5 (Windows)
Open Position dialog box for selected layers
Modifying Layer Properties

Ctrl + Shift + P