RStudio (Windows)

Source

Insert code section

Ctrl + Shift + R

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)
Open Resource (file, folder or project)
Manage Files and Projects

Ctrl + Shift + R


Thunderbird (Windows)
Reply to all in Message
Compose and Edit Message

Ctrl + Shift + R


Thunderbird (Linux)
Reply to all in Message
Compose and Edit Message

Ctrl + Shift + R


Google Mail (Windows)
Right align
Format Text in Messages

Ctrl + Shift + R


Microsoft OneNote 2010 (Windows)
Show or hide rule lines on the current page.
Managing Pages, Notebooks and Sections

ctrl + shift + r


Microsoft Outlook 2010 (Windows)
Reply All to meeting request with message
Messages in Main View - Create and Manage Appointments

Ctrl + Shift + R


Google Docs (Windows)
Right alignment
Format Text

Ctrl + Shift + R


Microsoft Outlook 2010 (Windows)
Reply All to meeting request with message
Messages in Compose View - Create and Manage Appointments

Ctrl + Shift + R


Phoenix Viewer (Windows)
Rendering > Wireframe
Advanced

Ctrl + Shift + R


Sublime Text (Windows)
Show Function List without changing cursor position
Navigation - Fancy Navigation

Ctrl + Shift + R


Sublime Text (Windows)
Show Function List without changing cursor position
Selections - Fancy Navigation

Ctrl + Shift + R


Microsoft Outlook 2010 (Windows)
Reply All to meeting request with message
Calendar Shortcuts - Create and Manage Appointments

Ctrl + Shift + R


Oracle SQL Developer 4 (Windows)
Breakpoints
View

Ctrl + Shift + R


NetBeans 8 (Windows)
Rectangular Selection (Toggle)
Coding in Java

Ctrl + Shift + R


Photoshop Lightroom 4 (Windows)
Reset all settings
Develop Module

Ctrl + Shift + R


Texmaker 4.0.2 (Windows)
Right delimiter command
"Math" menu

Ctrl + Shift + R


IntelliJ (Linux)
Replace in path
Search/Replace

Ctrl + Shift + R


IntelliJ (Windows)
Replace in path
Search/Replace

Ctrl + Shift + R


FL Studio (Windows)
Export MP3 file
File Operations

Ctrl + Shift + R


Beyond Compare (Windows)
Synchronize - Mirror to right...
Actions Menu

Ctrl + Shift + R


Beyond Compare (Windows)
Copy line to right
Edit Menu

Ctrl + Shift + R


Beyond Compare (Windows)
Take right line
Edit Menu - Text Merge

Ctrl + Shift + R


Axialis IconWorkshop (Windows)
Export - Photoshop with transparency (PSD)...
File Menu

Ctrl + Shift + R


FileMaker Pro (Windows)
Ungroup objects
Layout Mode Shortcuts - Arrange Objects

Ctrl + Shift + R


Adobe Flash Professional (Windows)
Export to .swf/.spl/.gif/, etc...
File

Ctrl + Shift + R


FileMaker Pro (Windows)
Add a relationship
Layout Mode Shortcuts - Relationships Graph

Ctrl + Shift + R


Qt Creator (Windows)
Rename symbol under cursor
Editor

Ctrl + Shift + R


Qt Creator (MacOS)
Rename symbol under cursor
Editor

Ctrl + Shift + R


FileMaker Pro (Windows)
Ungroup objects
Text Shortcuts - Arrange Objects

Ctrl + Shift + R


uTorrent (Windows)
Reload flags.bmp / flags.conf
21 Shortcuts for uTorrent (Windows)

Ctrl + Shift + R


uTorrent (Linux)
Reload flags.bmp / flags.conf
21 Shortcuts for uTorrent (Linux)

Ctrl + Shift + R


Notepad++ 6 (Windows)
Start to record /Stop recording the macro
Macro menu

Ctrl + Shift + R


Microsoft OneNote 2016 (Windows)
Show or hide Ruler lines on current page
OneNote Window

Ctrl + Shift + R


FileMaker Pro (Windows)
Add a relationship
Text Shortcuts - Relationships Graph

Ctrl + Shift + R


Microsoft Edge Browser (Windows)
Toggle reading view (on/off)
View / Print

Ctrl + Shift + R


Microsoft Visio 2016 (Windows)
Align text right
Format text

Ctrl + Shift + R


Google Slides (Windows)
Right
Text Editing

Ctrl + Shift + R


FileMaker Pro (Windows)
Ungroup objects
Database Management Shortcuts - Arrange Objects

Ctrl + Shift + R


Microsoft Outlook 2016 (Windows)
Reply all to a message
Mail

Ctrl + Shift + R


Microsoft Outlook 2016 (Windows)
Reply All to a meeting request with a message
Calendar

Ctrl + Shift + R


Photoshop Lightroom CC (Windows)
Reset all settings
Develop Module

Ctrl + Shift + R


Adobe Premiere CC (Windows)
Right align
Marker Operation

Ctrl + Shift + R


FileMaker Pro (Windows)
Add a relationship
Database Management Shortcuts - Relationships Graph

Ctrl + Shift + R


Corel Painter 2017 (Windows)
Resize
Canvas

Ctrl + Shift + R


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

Ctrl + Shift + R


InDesign CC (Windows)
Flush Right
Formatting Shortcuts

Ctrl + Shift + R


Adobe After Effects CC (Windows)
Align horizontal text Right align
Text

Ctrl + Shift + R


Adobe After Effects CC (Windows)
Align vertical text Bottom
Text

Ctrl + Shift + R


FileMaker Pro (Windows)
Refresh a window
Browse-Mode Shortcuts

Ctrl + Shift + R


ArchiCAD 20 (Windows)
Rebuild
Display Menu

Ctrl + Shift + R


CINEMA 4D (Windows)
Render to Picture Viewer (IR)
Rendering

Ctrl + Shift + R


Wondershare Editor (Windows)
Find target
Media/ Resource library

Ctrl + Shift + R


Dynamics NAV 2015 (Windows)
View list
Edit

Ctrl + Shift + R


Autodesk Inventor 2017 (Windows)
Rectangular pattern
Placed Features

Ctrl + Shift + R


JetBrains RubyMine (Windows)
Replace in Path
Find and Replace

Ctrl + Shift + R


JetBrains RubyMine (Linux)
Replace in Path
Find and Replace

Ctrl + Shift + R


JetBrains PyCharm (Windows)
Replace in Path
Find and Replace

Ctrl + Shift + R


Adobe Animate CC (Windows)
Export to .swf/.gif etc..
File

Ctrl + Shift + R


Logic Pro X (MacOS)
Hide/Show Page Rulers
Score Editor

Ctrl + Shift + R


Adobe Flash Builder (Windows)
Open file by Name Search
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + Shift + R


Logic Pro X (MacOS)
Reverse
Audio File Editor

Ctrl + Shift + R


JetBrains AppCode (MacOS)
Run Context Configuration from Editor
Compile and Run

Ctrl + Shift + R


JetBrains PhpStorm (Windows)
Replace in Path
Find and Replace

Ctrl + Shift + R


JetBrains PhpStorm (Linux)
Replace in Path
Find and Replace

Ctrl + Shift + R


DAZ Studio (Windows)
Render settings
Render Commands

Ctrl + Shift + R


Daz 3D Carrara 8 (Windows)
Rotate
Application - Model

Ctrl + Shift + R


JetBrains PhpStorm (MacOS)
Run Context editor from Editor
Compile and Run

Ctrl + Shift + R / Ctrl + Shift + D


Corel PhotoPaint X6 (Windows)
Rulers
View Menu

Ctrl + Shift + R


Daz 3D Carrara 8 (Windows)
Rotate
Spline Modeler - Model

Ctrl + Shift + R


Daz 3D Carrara 8 (Windows)
Rotate
Vertex Modeler - Model

Ctrl + Shift + R


Chief Architect (Windows)
General Plan/Layout Defaults
Other Shortcuts

Ctrl + Shift + R


Brackets (Windows)
Reload in browser
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + R


vSphere Client (Windows)
Roles
vCenter Navigation Shortcuts

Ctrl + Shift + R


MediaMonkey (Windows)
Rip Audio CD
Standard Keyboard Shortcuts

Ctrl + Shift + R


VideoPad Video Editor (Windows)
Record audio
File

Ctrl + Shift + R


Jetbrains CLion (Windows)
Replace in path
Find and Replace

Ctrl + Shift + R


Adobe Captivate 2017 (Windows)
Insert a rollover caption
General and Miscellaneous Shortcuts

Ctrl + Shift + R


VideoPad Video Editor (Windows)
Record audio
Clip

Ctrl + Shift + R


Siemens NX 11 (Windows)
Macro-Start Record
Tools Menu

Ctrl + Shift + R


MPS 2017 (Windows)
Initiate search and replace in the specified scope
Search

Ctrl + Shift + R


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

Ctrl + Shift + R


Pencil2D (Windows)
Import Image
57 Shortcuts for Pencil2D (Windows)

Ctrl + Shift + R


ZBrush 4 (Windows)
Render All
Render

Ctrl + Shift + R


Soundforge (Windows)
Compile script
Script Editor

Ctrl + Shift + R


CodeLite 10 (Windows)
Replace in files
Search

Ctrl + Shift + R


TurboCAD (Windows)
Relocate the Block Reference Point
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + R


IRONCAD (Windows)
Toggle Fluent Ribbon Bar On/Off
UI Function Keys

Ctrl + Shift + R


Ulead PhotoImpact 8 (Windows)
Prints image into multiple sheets of paper that can be joined together to create a poster
File Menu

Ctrl + Shift + R


Geany (Linux)
Reload symbol list
Build,Make and Compile

Ctrl + Shift + R


Geany (Windows)
Reload symbol list
Build,Make and Compile

Ctrl + Shift + R


SAP Web IDE (Windows)
Open Resource
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + R


Ulead PhotoImpact 8 (Windows)
Displays or hides Grid
View Menu

Ctrl + Shift + R


SpaceClaim (Windows)
Toggle Quick Rendering mode
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Shift + R


Vectorworks (Windows)
Rotate Right 90
Modify Menu

Ctrl + Shift + R


Ableton Live 9 (Windows)
Export Audio/Video
Working with Sets and the Program

Ctrl + Shift + R


Sage Simply Accounting (Windows)
Remove this quote, order, or time slip
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + R


WavePad Sound Editor (Windows)
Open Region List
Bookmarks and Regions

Ctrl + Shift + R


Balsamiq Mockups (Windows)
Export All Snapshots to PNG
Working with Mockup Files

Ctrl + Shift + R


Brave Browser (Windows)
Clean Reload
Page Navigation and Display

Ctrl + Shift + R


Solidwork Composer (Windows)
Right/left camera view
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + Shift + R


FlexiSign Pro 8.1 (Windows)
Justify Right
Text Shortcuts

Ctrl + Shift + R


Adobe Fireworks MX (Windows)
Export File
Working With Fireworks Files using Shortcuts

ctrl + shift + r


Winamp Media Player (Windows)
Randomize playlist
Manage Playlists

Ctrl + Shift + R


Microsoft Outlook 2007 (Windows)
Reply all to a message.
Shortcuts for Managing E-Mail

Ctrl + Shift + R


Microsoft Outlook 2007 (Windows)
Reply All to a meeting request with a message.
Shortcuts for Managing Calendar

Ctrl + Shift + R


IrfanView 4.42 (Windows)
Lossless JPG rotation - right (Plugin required)
Plugins

Ctrl + Shift + R


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

Ctrl + Shift + R


Adobe After Effects CS5 (Windows)
Align selected horizontal or vertical text right
Text

Ctrl + Shift + R