RStudio (Windows)

Source

Run current document

Ctrl + Alt + 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


Microsoft OneNote 2010 (Windows)
Create a column to the right of the current column in a table.
Creating and Manipulating OneNote Tables

ctrl + alt + r


Tally 9.0 (Windows)
Rewrite data for a Company
General Shortcuts

Ctrl + Alt + R


Inpage (Windows)
To align text right side
For formatting

Ctrl + Alt + r


SharpDevelop 4.0 (Windows)
Open Report Generator
SharpDevelop Features

Ctrl + Alt + R


Notepad++ 5 (Windows)
Text direction RTL
View

Ctrl + Alt + R


Phoenix Viewer (Windows)
Character Rebake Textures
Advanced

Ctrl + Alt + R


MyLifeOrganized (Windows)
Zoom in / Zoom out
Managing Tasks

Ctrl + R / Ctrl + Alt + R


Smartplant Review (Windows)
Play a Schedule Review session
Managing Smartplan Review

Ctrl + Alt + r


Photoshop Lightroom 4 (Windows)
Refine photos
Rating and Filtering Photos

Ctrl + Alt + R


Adobe Illustrator CS5 (Windows)
Show/Hide artboard rulers
Viewing Artwork

Ctrl + Alt + r


Photoshop Lightroom 4 (Windows)
Reset crop
Develop Module

Ctrl + Alt + R


Adobe Photoshop CS5 (Windows)
Open the Refine Edge dialog box
Refine Edge

Ctrl + Alt + R


FL Studio (Windows)
Channels - Restretch all
Channel Window & Step Sequencer

Ctrl + Alt + R


Beyond Compare (Windows)
Copy line to right and open next difference
Search Menu

Ctrl + Alt + R


FileMaker Pro (Windows)
Rotate an object
Layout Mode Shortcuts - Arrange Objects

Ctrl + Alt + R


Pro Tools (Windows)
Regroup
Clip Menu

Ctrl + Alt + R


Atom (text editor) 1.0 (Windows)
Reload Atom
General

Ctrl + Alt + R


Atom (text editor) 1.0 (Linux)
Reload Atom
General

Ctrl + Alt + r


Notepad++ 6 (Windows)
Text Direction RTL
Edit menu

Ctrl + Alt + R


FileMaker Pro (Windows)
Rotate an object
Text Shortcuts - Arrange Objects

Ctrl + Alt + R


Adobe Photoshop CC (Windows)
Refine Mask
Basic Shortcuts for Photoshop CC 2015 - Select Basics

Ctrl + Alt + R


Microsoft OneNote 2016 (Windows)
Create column to the right of current column in table
OneNote Tables

Ctrl + Alt + R


FileMaker Pro (Windows)
Rotate an object
Database Management Shortcuts - Arrange Objects

Ctrl + Alt + R


Microsoft Outlook 2016 (Windows)
Reply with meeting request
Mail

Ctrl + Alt + R


Photoshop Lightroom CC (Windows)
Refine photos
Rating and Filtering Photos

Ctrl + Alt + R


Adobe After Effects CC (Windows)
Reverse selected Layers in time
Layers

Ctrl + Alt + R


Photoshop Lightroom CC (Windows)
Reset crop
Develop Module

Ctrl + Alt + R


Adobe Illustrator CC (Windows)
Show/hide artboard rulers
Viewing Artwork

Ctrl + Alt + R


Adobe Photoshop CC (Windows)
Refine Mask
Manage Panels - Select Basics

Ctrl + Alt + R


Adobe Photoshop CC (Windows)
Open Refine Edge Dialog Box
Refine Edge Dialog Box

Ctrl + Alt + R


Silhouette Studio (Windows)
Save to library
File/Project

Ctrl + Alt + R


ZenDesk (Windows)
Current Requester
General Shortcuts

Ctrl + Alt + R


Amazon Kindle (Windows)
Sort by Most Recent
Library

Ctrl + Alt + R


JetBrains RubyMine (Windows)
Run Rake Task
Compile and Run

Ctrl + Alt + R


JetBrains RubyMine (Linux)
Run Rake Task
Compile and Run

Ctrl + Alt + R


Adobe Dreamweaver (Windows)
Skip and Add Next Match to Selection
Find and Replace

Ctrl + Alt + R


Adobe Dreamweaver (Windows)
Show Rulers
Guides,Grids and Rulers(Design View)

Ctrl + Alt + R


Daz 3D Bryce 7 (Windows)
Clear and Render
Menus

Ctrl + Alt + R


DAZ Studio (Windows)
Reset Camera
View Commands

Ctrl + Alt + R


Daz 3D Carrara 8 (Windows)
Auto-Resize working Mode
Application - View

Ctrl + Alt + R


Daz 3D Bryce 7 (Windows)
Clear and Render
Rendering

Ctrl + Alt + R


Corel Ventura 10 (Windows)
Registered
Special Characters

Ctrl + Alt + R


Daz 3D Carrara 8 (Windows)
Auto-Resize working Mode
Spline Modeler - View

Ctrl + Alt + R


InCopy CC (Windows)
Open Drop Caps and Nested Styles dialog box
Working with Types

Ctrl + Alt + R


Daz 3D Carrara 8 (Windows)
Auto-Resize working Mode
Vertex Modeler - View

Ctrl + Alt + R


Brackets (Windows)
Recent Projects
99 Shortcuts for Brackets (Windows)

Ctrl + Alt + R


SPSS Modeler (Windows)
Rename Node
Node

Ctrl + Alt + R


WinSCP 5 (Windows)
Restore selection
File Selection

Ctrl + Alt + R


WinSCP 5 (Windows)
Toggle automatical refresh of remote directory after operation
Service Commands

Ctrl + Alt + R


Soundforge (Windows)
Place a region at the current cursor position (when the Event tool ( ) is selected)
Data Window

Ctrl + Alt + R


XMetal Author (Windows)
Remove Tag
26 Shortcuts for XMetal Author (Windows)

Ctrl + Alt + R


XYplorer (Windows)
Random Order
General Shortcuts

Ctrl + Alt + R


Vegas Pro 14 (Windows)
Arm track for record
Playback,Recording and Preview

Ctrl + Alt + R


Sierra Chart (Windows)
Restore
Window Menu

Ctrl + Alt + R


Rhino (Windows)
SetDisplayMode > Rendered
Default Shortcuts

Ctrl + Alt + R


ChessBase 13
½ Draw
Commentary symbols

Ctrl + Alt + R


Xyplorer
Sort by Random Order
View Menu

Ctrl + Alt + R


SAP Web IDE (Windows)
Navigate back to the previous file
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Alt + R


Comodo IceDragon (Windows)
Toggle Menu Bar activation (when hidden)
Miscellaneous

Ctrl + Alt + R


RStudio
Run current document
Source

Ctrl + Alt + R


Affinity Photo
Refine Edges
Pixel selection/Mask

Ctrl + Alt + R


Vectorworks (Windows)
Convert to Mesh
Modify Menu

Ctrl + Alt + R


Siemens NX
Orient view > Right
View > Popup

Ctrl + Alt + R


Shotcut (Mac)
Toggle Ripple All Tracks
Timeline

Ctrl + Alt + R


Shotcut
Toggle Ripple All Tracks
Timeline

Ctrl + Alt + R


Zendesk Support
Current requester
Navigation

Ctrl + Alt + R


ArtRage Studio Pro
References Panel
Panel Commands

Ctrl + Alt + R


Alteryx
Show Results Window
Show and hide tools and windows

Ctrl + Alt + R


Bluebeam Revu
Align right
Markup & editing

Ctrl + Alt + R


Adobe Lightroom Classic
Reset crop
Working in the Develop module

Ctrl + Alt + R


Gravit Designer
Show rulers
View

Ctrl + Alt + R


PaintShop Pro 2018
Rulers
Shortcuts with Ctrl + Alt

Ctrl + Alt + R


Kindle for PC
Sort by Most Recent
From Library

Ctrl + Alt + R


Android Messages on Web
Delete conversation
General

Ctrl + Alt + R


Adobe Photoshop CC
Open the Refine Edge dialog box
Using refine edge

Ctrl + Alt + R


Sweet Home 3D
Store point of view
General

Ctrl + Alt + R


Brackets
Recent Projects
General

Ctrl + Alt + R


Comodo IceDragon
Toggle Menu Bar activation (when hidden)
Miscellaneous

Ctrl + Alt + R


REAPER
File: Render project to disk...
Section: Main

Ctrl + Alt + R


Microsoft Visual Studio 2017 (All shortcuts)
View.WebBrowser
View

Ctrl + Alt + R


Google Sheets
Open drop-down menu on filtered cell
Navigate spreadsheet

Ctrl + Alt + R


SQL Server Management Studio (SSMS)
Display the Browser Window
Windows management

Ctrl + Alt + R


Outlook 2016 and Outlook 2013
Reply with meeting request
Mail

Ctrl + Alt + R


Notepad++
Text direction RTL
Edit menu

Ctrl + Alt + R


Firefox Quantum
Toggle Reader Mode
Miscellaneous

Ctrl + Alt + R


WinSCP
Toggle automatical refresh of remote directory after operation
Service commands

Ctrl + Alt + R


Opera
Reload all open pages
Loading keys: Transmission

Ctrl + Alt + R


Microsoft OneNote
Create a column to the right of the current column in a table
Add items to a page

Ctrl + Alt + R


Google Earth 5 (Windows)
Edit selected Item
Places Panel

ctrl + alt + r


Adobe Fireworks MX (Windows)
Show/Hide Ruler
Ruler and Guides with Keybaord Shortcuts

ctrl + alt + r


Adobe Photoshop CS4 (Windows)
Open the Refine Edge dialog box
Shortcut Keys for using the Refine Edge dialog box

Ctrl + Alt + R


Adobe After Effects CS5 (Windows)
Reverse selected layers in time
Layers

Ctrl + Alt + R


Figma
Text align right
Text

Ctrl + Alt + R