RStudio (Windows)

Source

Run current line/selection

Ctrl + Enter

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


Google Chrome (Windows)
Run snippet
Manage Chrome DevTools - Sources Panel

Ctrl + Enter


Google Mail (Windows)
Send Message
Compose Messages

Ctrl + Enter


Firefox (Linux)
Complete a .com address in address bar: adds "http" prefix and ".com" suffix to entry, then loads the page. Add alt to combination to load page in background tab.
Address Bar

Ctrl + Enter


Firefox (Windows)
Complete a .com address in address bar: adds "http" prefix and ".com" suffix to entry, then loads the page. Add alt to combination to load page in background tab.
Address Bar

Ctrl + Enter


Thunderbird (Windows)
Send Message now
Compose and Edit Message

Ctrl + Enter


Thunderbird (Linux)
Send Message now
Compose and Edit Message

Ctrl + Enter


Firefox (Linux)
Open selected link in new background tab
Inside Webpages

Ctrl + Enter


Firefox (Windows)
Open selected link in new background tab
Inside Webpages

Ctrl + Enter


Microsoft OneNote 2010 (Windows)
Create a row below the current row in a table.
Creating and Manipulating OneNote Tables

ctrl + enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Code Editor - Edit Code

Ctrl + Enter


SharpDevelop 4.0 (Windows)
Goto Definition
Coding Shortcuts

Ctrl + Enter


Microsoft Word 2007 (Windows)
A page break
Edit and move text and graphics: Insert special characters

Ctrl + Enter


Google Chrome (Linux)
Run snippet
Manage Chrome DevTools - Sources Panel

Ctrl + Enter


Microsoft Excel 2003 (Windows)
Enter same contents to multiple cells
Common

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Manage Access Features - Insert Data

Ctrl + Enter


Notepad++ 5 (Windows)
Word completion
Edit - Auto-completion

Ctrl + Enter


Notepad++ 5 (Windows)
Word completion
Search - Auto-completion

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Manage Access Features - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Coding - Edit Code

Ctrl + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and scale option proportionately for width or height
Panel Shortcuts - Transform Panel

Ctrl + Enter


MyLifeOrganized (Windows)
When in Rapid Text Entry box, parse the title into Tags; when in Search box move focus to 1st search result
Accessing Features

Ctrl + Enter


Open Office Impress (Linux)
Moves to the next text object on the slide.
Select and Move Elements

Ctrl + Enter


Visual Studio 2015 (Windows)
Enter blank line above cursor
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + Enter


Sublime Text (Windows)
Insert line after and position cursor at beginning of new line
Cool Text Manipulation

Ctrl + Enter


Sublime Text (Windows)
Insert line after and position cursor at beginning of new line
Cool Text Manipulation

Ctrl + Enter


Evernote (Windows)
Open the selected note in a separate window (Alt + F4 to close window)
Note List

Ctrl + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and scale option proportionately for width or height
Additional Shortcuts - Transform Panel

Ctrl + Enter


Opera (Linux)
Open selected link in new background tab
Link

Ctrl + Enter


Opera (Linux)
Log in/autofill form using the Wand
Form

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Working with Text and Data - Insert Data

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Comparing photos in the Library module

Ctrl + Enter


Kanban Tool (Web Application)
saving and closing existing task or for creating and closing new tasks
Online Kanban Board for Visual Project Management

Ctrl + Enter


Microsoft PowerPoint 2010 (Windows)
In Microsoft Office PowerPoint, move to the next title or body text placeholder. If it is the last placeholder on a slide, this will insert a new slide with the same slide layout as the original slide.
Basic Text Navigation and Formatting

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Working with Text and Data - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


FreeMind 0.9.0 (Windows)
Follow link
Node navigation commands

Ctrl + Enter


IntelliJ (Linux)
Smart line split
Editing

Ctrl + Enter


IntelliJ (Windows)
Smart line split
Editing

Ctrl + Enter


HoneyView 5.03 (Windows)
Show in Windows Explorer
Main Shortcuts

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Develop Module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Slideshow module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Print module

Ctrl + Enter


Photoshop Lightroom 4 (Windows)
Play impromptu slide show
Web module

Ctrl + Enter


IntelliJ (Linux)
Edit source / View source
Navigation

F4 / Ctrl + Enter


Access 2010 (Windows)
Insert a new line
Working with Access Views - Insert Data

Ctrl + Enter


IntelliJ (Windows)
Edit source / View source
Navigation

F4 / Ctrl + Enter


FL Studio (Windows)
Select time around selection
Playlist Action

Ctrl + Enter


Microsoft Word 2013 (Windows)
Insert page break
Insert Special Characters, Text Elements, and Breaks

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
Working with Access Views - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Twitter (Web Application)
Send Tweet
Actions

Ctrl + Enter


Qt Creator (Windows)
Insert line below current line
Editor

Ctrl + Enter


Qt Creator (MacOS)
Insert line below current line
Editor

Ctrl + Enter


Atom (text editor) 1.0 (Linux)
New line below
Editing Lines

Ctrl + Enter


Atom (text editor) 1.0 (Windows)
New line below
Editing Lines

Ctrl + Enter


Atom (text editor) 1.0 (Linux)
Replace all
Find and Replace

Ctrl + Enter


Atom (text editor) 1.0 (Windows)
Replace all
Find and Replace

Ctrl + Enter


FL Studio (Windows)
Select time around selection
Piano Roll Action

Ctrl + Enter


Notepad++ 6 (Windows)
Launch Word Completion ListBox
Edit menu

Ctrl + Enter


GTDNext.com (Windows)
Completes a task
Center Pane Shortcuts

Ctrl + Enter


Skype for Business (Lync) 2016 (Windows)
Add audio/end audio
Conversation window

Ctrl + Enter


Access 2010 (Windows)
Insert a new line
The Rest - Insert Data

Ctrl + Enter


Microsoft OneNote 2016 (Windows)
Create row below current row in table
OneNote Tables

Ctrl + Enter


Access 2010 (Windows)
Select detail cell for next item / previous item in row
The Rest - Pivot Table

Ctrl + Enter / Ctrl + Shift + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Comparing Photos in the Library Module

Ctrl + Enter


Microsoft Outlook 2016 (Windows)
Send
Mail

Ctrl + Enter


Microsoft PowerPoint 2016 (Windows)
Move from title/text to text/slide
Outlining Views

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Develop Module

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Slideshow Module

Ctrl + Enter


FileMaker Pro (Windows)
Add a new field in the Field Picker dialog box
General keyboard shortcuts (Windows)

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Print Module

Ctrl + Enter


Photoshop Lightroom CC (Windows)
Play impromptu slide show
Web Module

Ctrl + Enter


InDesign CC (Windows)
Quick apply
Edit Menu shortcuts

Ctrl + Enter


Nuke 10 (Windows)
Run Script in editor
Script Editor

Ctrl + Enter


Nuke 10 (Linux)
Run Script in editor
Script Editor

Ctrl + Enter


Zoho Writer (Windows)
To give page break in document
General

Ctrl + Enter


Zoho Sheet (Windows)
Insert Line Break in Cell
Editing

Ctrl + Enter


3D Coat (Windows)
Pressed in one
Splines

Ctrl + Enter


Zoho Writer (Windows)
To Give Page Break in document
Format Tab

Ctrl + Enter


Dynamics CRM 2015 (Windows)
Open a record found in lookup with forms in Read-optimized mode
Form Keyboard Shortcuts

Ctrl + Enter


Dynamics NAV 2015 (Windows)
Save and close window
Edit

Ctrl + Enter


Dynamics CRM 2015 (Windows)
Publish Form Editor customization
General Purpose Shortcuts

Ctrl + Enter


Ace Projects (Windows)
Enter full screen
Other Shortcuts

Ctrl + Enter


Todoist (Web Application)
Save existing or new task and create new one below it
Task Editing Shortcuts

Ctrl + Enter


Sublime Text (Linux)
Insert Line After
General Editing Shortcuts

Ctrl + Enter


Todoist (Web Application)
Submit Comment
Android Only Shortcuts

Ctrl + Enter


Asana (Web Application)
Complete Selected Task
Task Action Shortcuts(On Windows Plateform)

Ctrl + Enter


Microsoft Excel 2016 (Windows)
Complete cell entry and don't move selection
Edit Cell Content

Ctrl + Enter


IntelliJ (MacOS)
Generate Code
Editing Shortcuts

Ctrl + Enter


Trello (Web Application)
Save Text(Windows)
General Shortcuts

Ctrl + Enter


Bitbucket (Web Application)
Submit your comment
Commits/Pull Requests

Ctrl + Enter


Zimbra Collaboration Suite 8 (Windows)
Send Message
Mail Compose Form

Ctrl + S / Ctrl + Enter


Adobe XD (Experience Design) (Windows)
Preview
Window Menu

Ctrl + Enter


Desk.com (Windows)
Open selected cases
Filter View

Ctrl + Enter


Desk.com (Windows)
Update and send
Case View

Ctrl + Enter


Zoho Mail (Web Application)
Send Message
Predefined Shortcuts

Ctrl + Enter


jEdit (Windows)
Display Action Bar
Action Bar

Ctrl + Enter


Clarizen (Web Application)
Save
PopUp/Item editor

Ctrl + Enter


Clarizen (Web Application)
Performs relevant action if the focus is on a button (OK, Cancel, Done, etc.)
Other PopUps

Ctrl + Enter


JetBrains PhpStorm (Windows)
View Source
Navigation

Ctrl + Enter


Clarizen (Web Application)
Sends a post
Social Media

Ctrl + Enter


Clarizen (Web Application)
Save note
Miscellanous Shortcuts

Ctrl + Enter / Shift + Enter


Microsoft Teams (Windows)
Send a Message when Compose Box is Expanded
Messaging Shortcuts

Ctrl + Enter


JetBrains PhpStorm (Linux)
View Source
Navigation

Ctrl + Enter


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

Ctrl + Enter


Corel Ventura 10 (Windows)
Insert Page Break
Special Characters

Ctrl + Enter


Corel Quattro Pro X8 (Windows)
Insert Hard Page Break
Text Formatting

Ctrl + Enter


Corel Designer X7 (Windows)
Column Break/TextFrame Break
Inserting Formatting Code

Ctrl + Enter


Opera (Windows)
Log in/autofill form using the Wand
Form

Ctrl + Enter


Yahoo Mail (Web Application)
Send Message
General

Ctrl + Enter


MAGIX Movie Edit Pro (Windows)
Set project marker
PlayBack Functions

Ctrl + Enter


MusicBee (Windows)
Queue Last
Playback Controls

Ctrl + Enter


Flock (Windows)
Complete .com address
General

Ctrl + Enter


Kingsoft Spreadsheets 2016 (Windows)
Fills the selected cell range with the current entry
Other Shortcuts

Ctrl + Enter


Kingsoft Writer 2016 (Windows)
Insert Page Break
Editing

Ctrl + Enter


Adobe Captivate 2017 (Windows)
Preview the project
General and Miscellaneous Shortcuts

Ctrl + Enter


Forte (Windows)
Download HTML Images
Main Browser Window

Ctrl + Enter


Brackets (Windows)
Open Line Below
99 Shortcuts for Brackets (Windows)

Ctrl + Enter


Amarok (Windows)
Goto Current
General Shortcuts

Ctrl + Enter


MediaMonkey (Windows)
Play (selected Tracks) After Others
Standard Keyboard Shortcuts

Ctrl + Enter


WinSCP 5 (Windows)
Insert names of selected files to command line
File Panels

Ctrl + Enter


Jetbrains CLion (Windows)
Smart line split
Editing Shortcuts

Ctrl + Enter


Soundforge (Windows)
Maximize the width of the active data window
Magnification and View

Ctrl + Enter


MPS 2017 (Windows)
Split the selected line at the point where the caret is located, leaving the caret at the end of the first line
Basic Editing

Ctrl + Enter


Jupyter Notebook (Windows)
run cell
Command Mode (press Esc to enable)

Ctrl + Enter


Maxthon (Web Application)
Toggle highlighting of search keywords on the active page
Search Bar

Ctrl + Enter


Libreoffice Writer (Windows)
Manual page break
General

Ctrl + Enter


GOM Player (Windows)
Full Stretch Screen
Window Size

Ctrl + Enter


Visual Studio Code (Windows)
Insert line below
Editing Shortcuts

Ctrl + Enter


Aptana Studio 3 (Windows)
Wrap
Other Shortcuts

Ctrl + Enter


Delphi 10 (Windows)
Open file at cursor
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Enter


CuteFTP (Windows)
Edit selected file (also creates a line-break when in the integrated editor's Find/Replace utility)
General

Ctrl + Enter


Inkscape (Windows)
In XML Editor, set the attr value When editing an attribute value in XML Editor, this sets the new value (same as Clicking the Set attribute button)
Dialog

Ctrl + Enter


Comodo IceDragon (Windows)
Complete .com Address
Miscellaneous

Ctrl + Enter


Geany (Linux)
Show macro list
Build,Make and Compile

Ctrl + Enter


Geany (Windows)
Show macro list
Build,Make and Compile

Ctrl + Enter


Google Keep (Web Application)
Finish editing
Editor Shortcuts

Ctrl + Enter


Inkscape (Windows)
Enter group
Selector

Ctrl + Enter


AVS Video Editor (Windows)
Settings
Top Menu Files and Effects Area

Ctrl + Enter


Balsamiq Mockups (Windows)
Committing the current text
Working with Text

Enter / Ctrl + Enter


SuperMemo (Windows)
SuperMemo Commander
129 Shortcuts for SuperMemo (Windows)

Ctrl + Enter


Internet Explorer (Windows)
Complete a .com address in address bar: adds "http://" prefix and a ".com"-suffix, then loads the webpage.
Basic Navigation and Address Bar

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Navigate within Documents - Insert Breaks

Ctrl + Enter


Microsoft Excel 2007 (Windows)
Completes a cell entry and stays in the same cell
Navigating in Worksheets and Selecting Cells

Ctrl + Enter


Open Office Writer 3 (Windows)
Manual page break
General OpenOffice Writer Shortcuts

Ctrl + Enter


Google Spreadsheets (Web Application)
Insert line break in a cell
Entering/editing data

Ctrl + Enter


Dynamics CRM 2011 (Windows)
Publish Form Editor customization
General Shortcuts

Ctrl + Enter


Open Office Impress (Windows)
Moves to the next text object on the slide.
Select and Move Elements

Ctrl + Enter


Microsoft Outlook 2007 (Windows)
Send.
Shortcuts for Managing E-Mail

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Edit Documents - Insert Breaks

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Formats - Insert Breaks

Ctrl + Enter


InDesign CS5 (Windows)
Apply width, height, or scale value proportionally
Transform Panels

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Manage Word View - Insert Breaks

Ctrl + Enter


Microsoft Word 2010 (Windows)
Insert page break
Tables - Insert Breaks

Ctrl + Enter