RStudio (Windows)

Build

Load all (devtools)

Ctrl + Shift + L

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


Firebug (Windows)
Focus Command Line
Managing Firebug

Ctrl + Shift + L


Firebug (Linux)
Focus Command Line
Managing Firebug

Ctrl + Shift + L


Remember the Milk (Web Application)
Jump to Login screen
Navigation

ctrl + shift + l


Remember the Milk (Web Application)
Move cursor to the "go" box
Locations

ctrl + shift + l


Adobe Reader 9 (Linux)
Tile all windows vertically
The Rest

Ctrl + Shift + l


Thunderbird (Windows)
Reply to list
Compose and Edit Message

Ctrl + Shift + L


Microsoft Outlook 2010 (Windows)
Add/remove bullets
Messages in Main View - Format Message Body

Ctrl + Shift + L


Google Mail (Windows)
Left align
Format Text in Messages

Ctrl + Shift + L


Thunderbird (Linux)
Reply to list
Compose and Edit Message

Ctrl + Shift + L


Visual Studio 2015 (Windows)
Delete current line or selection of lines
Code Editor - Edit Code

Ctrl + Shift + L


SharpDevelop 4.0 (Windows)
Fold all
Coding Shortcuts

Ctrl + Shift + L


Microsoft Excel 2010 (Windows)
Apply filter on selected column headings.
Work with Data Selections - Auto Filter

Ctrl + Shift + L


Microsoft Outlook 2010 (Windows)
Add/remove bullets
Messages in Compose View - Format Message Body

Ctrl + Shift + L


Google Docs (Windows)
Left alignment
Format Text

Ctrl + Shift + L


Visual Studio 2015 (Windows)
Delete current line or selection of lines
Coding - Edit Code

Ctrl + Shift + L


MyLifeOrganized (Windows)
Hide the text filter
Accessing Features

Ctrl + Shift + L


Sublime Text (Windows)
With multiple lines selected - enter multi-line editing mode.
Navigation - Advanced Selections

Ctrl + Shift + L


Sublime Text (Windows)
With multiple lines selected - enter multi-line editing mode.
Selections - Advanced Selections

Ctrl + Shift + L


Visual Studio 2015 (Windows)
Delete current line or selection of lines
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + Shift + L


Microsoft Outlook 2010 (Windows)
Add/remove bullets
Calendar Shortcuts - Format Message Body

Ctrl + Shift + L


Microsoft Excel 2010 (Windows)
Apply filter on selected column headings.
Insert and Edit Data - Auto Filter

Ctrl + Shift + L


Microsoft Outlook 2010 (Windows)
Create distribution list
Create Items

Ctrl + Shift + L


Oracle SQL Developer 4 (Windows)
Log
View

Ctrl + Shift + L


Microsoft Outlook 2010 (Windows)
Create new distribution list
Contacts Shortcuts

Ctrl + Shift + L


Visual Studio 2015 (Windows)
Open Solution explorer window
Tool Windows

Ctrl + Shift + L


Microsoft Excel 2010 (Windows)
Apply filter on selected column headings.
Format Data - Auto Filter

Ctrl + Shift + L


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

Ctrl + Shift + L


Audacity 2 (Windows)
Export multiple
File Menu

Ctrl + Shift + L


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

Ctrl + Shift + L


Beyond Compare (Windows)
Copy line to left
Edit Menu

Ctrl + Shift + L


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

Ctrl + Shift + L


FL Studio (Windows)
Link selected channels starting from selected mixer track
Mixer

Ctrl + Shift + L


Microsoft Excel 2010 (Windows)
Apply filter on selected column headings.
Formulas and Names - Auto Filter

Ctrl + Shift + L


Adobe Flash Professional (Windows)
Show/Hide Timeline
Windows

Ctrl + Shift + L


Pro Tools (Windows)
Loop playback
Options Menu

Ctrl + Shift + L


Atom (text editor) 1.0 (Windows)
Change synatx highlighting
General

Ctrl + Shift + L


Atom (text editor) 1.0 (Linux)
Change synatx highlighting
General

Ctrl + Shift + l


Amazon Music Player (Windows)
List View
13 Shortcuts for Amazon Music Player (Windows)

Ctrl + Shift + L


Microsoft Word 2013 (Windows)
Insert a LISTNUM field
Enter Special Fields

Ctrl + Shift + l


Microsoft Excel 2013 (Windows)
Apply filter on selected column headings
Auto Filter

Ctrl + Shift + L


Microsoft Excel 2010 (Windows)
Apply filter on selected column headings.
The Rest - Auto Filter

Ctrl + Shift + L


Skype for Business (Lync) 2016 (Windows)
For Video - Lock video for everyone in the meeting
Instant Messaging

Ctrl + Shift + L


Photoshop Lightroom CC (Windows)
Toggle Lights Dim mode
Changing Views and Screen Modes

Ctrl + Shift + L


Skype for Business (Lync) 2016 (Windows)
Switch to gallery view.
Conversation or Meeting Stage

Ctrl + Shift + L


Microsoft Edge Browser (Windows)
Open webpage/URL, or perform search, using current clipboard content
Search

Ctrl + Shift + L


Microsoft Outlook 2016 (Windows)
Add bullets
Common Commands: Format Text and work with Editor

Ctrl + Shift + L


Microsoft Outlook 2016 (Windows)
Create a contact group
Common Commands: Create Item or File

Ctrl + Shift + L


Microsoft Visio 2016 (Windows)
Align text left
Format text

Ctrl + Shift + L


Google Slides (Windows)
Left
Text Editing

Ctrl + Shift + L


Microsoft Edge Browser (Windows)
Reset Emulation settings (On Emulation tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + Shift + L


Adobe After Effects CC (Windows)
Lock / Unlock all Layers
Layers

Ctrl + L / Ctrl + Shift + L


Adobe Premiere CC (Windows)
Left align
Marker Operation

Ctrl + Shift + L


Corel Painter 2017 (Windows)
Dry digital watercolor
Layers

Ctrl + Shift + L


Microsoft Outlook 2016 (Windows)
Create a contact group
People

Ctrl + Shift + L


InDesign CC (Windows)
Flush Left
Formatting Shortcuts

Ctrl + Shift + L


FileMaker Pro (Windows)
Open the Manage Layouts dialog box
General keyboard shortcuts (Windows)

Ctrl + Shift + L


Adobe After Effects CC (Windows)
Align horizontal text Left
Text

Ctrl + Shift + L


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

Ctrl + Shift + L


Finale (Windows)
Unlock System
Utility Menu

Ctrl + Shift + L


Zoho Sheet (Windows)
Filter
Actions

Ctrl + Shift + L


Finale (Windows)
Line Spacing
Text Tool

Ctrl + Shift + L


AutoCAD 2016 (Windows)
Selects the previously selected objects
General

Ctrl + Shift + L


Autodesk Inventor 2017 (Windows)
Loft
Part

Ctrl + Shift + L


Ace Projects (Windows)
Select all from multi+selection
Multicursor Shortcuts

Ctrl + Shift + L


GIMP (Windows)
Float Selection
Selection Shortcuts

Ctrl + Shift + L


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

Ctrl + Shift + L


Microsoft Excel 2016 (Windows)
Turn Autofilter on or off. Select table as necessary but many times Excel figures out what you want.
Auto Filter

Ctrl + Shift + L


TextMate 2 (MacOS)
Wrap Selection as Link
HTML Shortcuts

Ctrl + Shift + L


Adobe Animate CC (Windows)
Show/Hide Work Area
Windows Shortcuts

Ctrl + Shift + L


Cloud9 (Windows)
Reveal File In File Tree
General Shortcuts

Ctrl + Shift + L


Adobe Flash Builder (Windows)
Show Key Assist
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + Shift + L


Daz 3D Bryce 7 (Windows)
Min Brush Level
Terrain Editing

Ctrl + Shift + L


Adobe Dreamweaver (Windows)
Remove Link
Text

Ctrl + Shift + L


Adobe RoboHelp (Windows)
Apply Listed Style
Design Editor

Ctrl + Shift + L


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

Ctrl + Shift + L


Steinberg Cubase 9 (Windows)
Lock
Edit

Ctrl + Shift + L


DAZ Studio (Windows)
Convert to lowercase
Script Commands

Ctrl + Shift + L


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

Ctrl + Shift + L


Microsoft Word 2016 (MacOS)
Show the first line of body text or all body text
Outline a document

Ctrl + Shift + L


Adobe ColdFusion Builder 2.0 (Windows)
LowerCase
Other Editor

Ctrl + Shift + L


InCopy CC (Windows)
Align text left/center/right
Working with Text

Ctrl + Shift + L / C / R


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

Ctrl + Shift + L


Poser Pro (Windows)
Edit> Restore >Lights
Edit

Ctrl + Shift + L


Notes 9.0 (Windows)
Display All Useful Shortcuts
26 Shortcuts for Notes 9.0 (Windows)

Ctrl + Shift + L


vSphere Client (Windows)
Lisensing
vCenter Navigation Shortcuts

Ctrl + Shift + L


Adobe Captivate 2017 (Windows)
Insert a highlight box
General and Miscellaneous Shortcuts

Ctrl + Shift + L


Scottrade (Windows)
Open Symbol Lookup Window
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + L


Aptana Studio 3 (Windows)
Shortcut Key prompt
Windows Shortcuts

Ctrl + Shift + L


VideoPad Video Editor (Windows)
Subtitle
Tools

Ctrl + Shift + L


XYplorer (Windows)
Go to Line
General Shortcuts

Ctrl + Shift + L


Visual Studio Code (Windows)
Select all occurrences of current selection
MutiCursor and Selection

Ctrl + Shift + L


ZBrush 4 (Windows)
Load Zscript
ZScripts

Ctrl + Shift + L


Sierra Chart (Windows)
Trade Service Log
Trade Menu

Ctrl + Shift + L


Rhino (Windows)
Unlock Selected
Default Shortcuts

Ctrl + Shift + L


CodeLite 10 (Windows)
Line delete.
Editor

Ctrl + Shift + L


Geany (Linux)
Scroll to current line
Moving around in the document

Ctrl + Shift + L


Geany (Windows)
Scroll to current line
Moving around in the document

Ctrl + Shift + L


TurboCAD (Windows)
Luminance Paletteā€¦ (Professional only)
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + L


CuteFTP (Windows)
Clear entire log
General

Ctrl + Shift + L


Chromebook (Linux)
Lock your computer's screen
34 Shortcuts for Chromebook (Linux)

Ctrl + Shift + L


Ulead PhotoImpact 8 (Windows)
Snaps to Guidelines
View Menu

Ctrl + Shift + L


Ableton Live 9 (Windows)
Select Material in Loop
Loop Brace and Start/End Markers

Ctrl + Shift + L


Wordfast Pro (Windows)
Show Key Assist
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + L


Arduino (Linux)
Serial Plotter
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + L


Arduino (Windows)
Serial Plotter
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + L


KeyCreator (Windows)
Change Level
Set Various Entities

Ctrl + Shift + L


FlexiSign Pro 8.1 (Windows)
Justify Left
Text Shortcuts

Ctrl + Shift + L


Figma (Web Application)
Lock/Unlock Selection
Object

Ctrl + Shift + L


gedit 2.3 (Linux)
Save all tabs
Navigation

Ctrl + Shift + L


Google Earth 5 (Linux)
Save all tabs
Navigation

Ctrl + Shift + L


Adobe Reader 9 (Windows)
Tile all windows vertically
The Rest

Ctrl + Shift + L


Microsoft Outlook 2007 (Windows)
Create a distribution list.
Shortcuts to Create Items or Files

Ctrl + Shift + L


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

Ctrl + Shift + L


Microsoft Outlook 2007 (Windows)
Create a new distribution list.
Shortcuts for Contacts

Ctrl + Shift + L


Microsoft Outlook 2007 (Windows)
Add bullets.
Shortcuts for Formatting Text

Ctrl + Shift + L


Adobe After Effects CS5 (Windows)
Unlock all layers
Layers

Ctrl + Shift + L


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

Ctrl + Shift + L


Microsoft Word 2010 (Windows)
Insert a LISTNUM field
Fields

Ctrl + Shift + L