RStudio (Windows)

Source

Run current line/selection (retain cursor position)

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


Eclipse Helios (Windows)
Show and access file properties
Manage Files and Projects

Alt + Enter


Microsoft Outlook 2010 (Windows)
Show email properties
Messages in Main View - Message List and Single Messages

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Work with Data Selections - Edit Inside Cells

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Managing 'Windows' in Windows 7 - Manipulate Items in Explorer

Alt + Enter


Android Emulator (Windows)
Toggle fullscreen mode
Other Device Keys

Alt + Enter


Firefox (Linux)
Download selected link
Inside Webpages

Alt + Enter


Firefox (Windows)
Download selected link
Inside Webpages

Alt + Enter


Microsoft OneNote 2010 (Windows)
Create another paragraph in the same cell in a table.
Creating and Manipulating OneNote Tables

alt + enter


Microsoft Excel 2003 (Windows)
Wrap texts in a cell
Common

Alt + Enter


Microsoft Outlook 2010 (Windows)
Show email properties
Messages in Compose View - Message List and Single Messages

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Windows Explorer - Manipulate Items in Explorer

Alt + Enter


Access 2010 (Windows)
Display a property sheet
Manage Access Features - Design View

Alt + Enter


Inpage (Windows)
To switch between master page and document
For Page Change

Alt + Enter


Phoenix Viewer (Windows)
Toggle Fullscreen
View

Alt + Enter


Media Player Classic (MPC) (Windows)
Fullscreen
Most used

Alt + Enter


Tekla Structures 14.0 (Windows)
Properties
General shortcuts

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Insert and Edit Data - Edit Inside Cells

Alt + Enter


Access 2010 (Windows)
Display property dialog box
Manage Access Features - Pivot Table

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Windows Admin - Manipulate Items in Explorer

Alt + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and copy object
Panel Shortcuts - Transform Panel

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

Alt + Enter


Total Commander 8 (Windows)
Show property sheet.
Main Shortcuts

Alt + Enter


Microsoft Outlook 2010 (Windows)
Show email properties
Calendar Shortcuts - Message List and Single Messages

Alt + Enter


Opera (Linux)
Edit Item properties
Focus

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
Manage Access Features - Other Shortcuts

Alt + Enter


Oracle SQL Developer 4 (Windows)
Cell Popup
Data Editor

Alt + Enter


Microsoft Windows 8 (Windows)
Open Properties dialog box
Windows Explorer - Manage Items in Explorer

Alt + Enter


Microsoft Windows 7 (Windows)
Open Properties dialog box
Ease of Access and Magnifier - Manipulate Items in Explorer

Alt + Enter


Adobe Illustrator CS5 (Windows)
Apply a value and copy object
Additional Shortcuts - Transform Panel

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Format Data - Edit Inside Cells

Alt + Enter


Access 2010 (Windows)
Display a property sheet
Working with Text and Data - Design View

Alt + Enter


Microsoft Windows 7 (Windows)
Show properties of current photo
Photo Viewer

Alt + Enter


Android Emulator (Linux)
Toggle fullscreen mode
Other Device Keys

Alt + Enter


Access 2010 (Windows)
Display property dialog box
Working with Text and Data - Pivot Table

Alt + Enter


CATIA V5 (Windows)
Properties
38 Shortcuts for CATIA V5 (Windows)

Alt + Enter


IntelliJ (Linux)
Show intention actions and quick-fixes
Editing

Alt + Enter


IntelliJ (Windows)
Show intention actions and quick-fixes
Editing

Alt + Enter


FreeMind 0.9.0 (Windows)
Edit long node
Node editing commands

Alt + Enter


HoneyView 5.03 (Windows)
full screen
Main Shortcuts

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
Formulas and Names - Edit Inside Cells

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
Working with Text and Data - Other Shortcuts

Alt + Enter


Photoshop Lightroom 4 (Windows)
Preview slide show
Slideshow module

Alt + Enter


Directory Opus (Windows)
Properties
Operations Toolbar

Alt + Enter


Access 2010 (Windows)
Display a property sheet
Working with Access Views - Design View

Alt + Enter


Microsoft Excel 2013 (Windows)
Start a new line in the same cell
Edit Content of Cells

Alt + Enter


Axialis IconWorkshop (Windows)
Properties...
Edit Menu

Alt + Enter


Access 2010 (Windows)
Display property dialog box
Working with Access Views - Pivot Table

Alt + Enter


Microsoft Excel 2010 (Windows)
Start a new line in the same cell.
The Rest - Edit Inside Cells

Alt + Enter


Qt Creator (Windows)
Trigger a refactoring action in this scope
Editor

Alt + Enter


Linux Mint (Linux)
Properties of selected item
File Manager (Nemo) - Interact with the Selected Item

Alt + Enter


Microsoft Windows 10 (Windows)
Open Properties dialog box
Manage Items in Explorer

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
Working with Access Views - Other Shortcuts

Alt + Enter


Skype for Business (Lync) 2016 (Windows)
On the shortcuts menu - open the selected contact or group contacts card
Contacts list

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Select Cells - General Cell Format

Alt + Enter


Access 2010 (Windows)
Display a property sheet
The Rest - Design View

Alt + Enter


Microsoft OneNote 2016 (Windows)
Create another paragraph in same cell in table
OneNote Tables

Alt + Enter


Google Slides (Windows)
Open link
General Slides Shortcuts

Alt + Enter


Android Studio (Windows)
Issue quick fix
General Shortcuts

Alt + Enter


Access 2010 (Windows)
Display property dialog box
The Rest - Pivot Table

Alt + Enter


Safari Browser (MacOS)
Open the loaction in address bar
General Shortcuts (Browser)

Alt + Enter


Corel VideoStudio X9.5 (Windows)
Project Properties
Setting Tab Operations

Alt + Enter


Access 2016 (Windows)
Display Property sheet
Design/Content Operation(on selected control)

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Format Cells - General Cell Format

Alt + Enter


Plex (Windows)
FullScreen Desktop(From Windowed)
Window Control

F11 / Alt + Enter


Plex (Windows)
Exit FullScreen to Windowed
Window Control

F11 / Shift + F11 / Alt + Enter


Microsoft Outlook 2016 (Windows)
Show the properties for the selected item
Mail

Alt + Enter


Access 2010 (Windows)
Display a property sheet in Design view
The Rest - Other Shortcuts

Alt + Enter


Photoshop Lightroom CC (Windows)
Preview slide show
Slideshow Module

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Formulas - General Cell Format

Alt + Enter


Finale (Windows)
Add selected expression to all staves in system
Expression Tool

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Manage Workbooks - General Cell Format

Alt + Enter


Windows Movie Maker (Windows)
Play video in full screen
On timeline

Alt + Enter


Wondershare Editor (Windows)
Full screen
Preview

Alt + Enter


Dynamics CRM 2015 (Windows)
Displays the properties dialog box, if any, for the selected item.
MMC Active Window Shortcuts

Alt + Enter


Dynamics AX 2015 (Windows)
Open the Properties sheet
Working with AOT

Alt + Enter


Dynamics NAV 2015 (Windows)
Move to the field below without opening the drop-down menu
Navigation

Alt + Enter


Microsoft Excel 2016 (Windows)
Repeat a previous cell format action on current cell
Excel Auto Tables and Data Forms - General Cell Format

Alt + Enter


Microsoft Excel 2016 (Windows)
Start a new line inside cell
Edit Cell Content

Alt + Enter


Todoist (Web Application)
Save and Go to Comment
Task Add Shortcuts(Windows 10 Only)

Alt + Enter


JetBrains RubyMine (Windows)
Show Intention Actions and Quick Fixes
Editing Shortcuts

Alt + Enter


JetBrains RubyMine (Linux)
Show Intention Actions and Quick Fixes
Editing Shortcuts

Alt + Enter


JetBrains RubyMine (Windows)
Show Intention Actions/Quick-Fixes
Editing Shortcuts

Alt + Enter


JetBrains RubyMine (Linux)
Show Intention Actions/Quick-Fixes
Editing Shortcuts

Alt + Enter


JetBrains PyCharm (Windows)
Show Intention Actions and Quick Fixes
Editing

Alt + Enter


JetBrains PyCharm (Windows)
Show Intention Actions/Quick-Fixes
Editing

Alt + Enter


JetBrains PhpStorm (Windows)
Show Intention Actions and Quick Fixes
Editing

Alt + Enter


JetBrains PhpStorm (Windows)
Show Intention Actions/Quick-Fixes
Editing

Alt + Enter


Adobe RoboHelp (Windows)
Open Topic Properties Dialog
Display Various Objects

Alt + Enter


JetBrains PhpStorm (Linux)
Show Intention Actions and Quick Fixes
Editing

Alt + Enter


JetBrains PhpStorm (Linux)
Show Intention Actions/Quick-Fixes
Editing

Alt + Enter


jEdit (Windows)
Expand Fold one Level
Folding and Narrowing

Alt + Enter


ACDSee (Windows)
Open/Close Properties Pane
View Mode

Alt + Enter


Corel Draw X8 (Windows)
Object proprties
Dockers

Alt + Enter


Opera (Windows)
Edit Item properties
Focus

Alt + Enter


Corel Ventura 10 (Windows)
Object Properties
Objects/Graphics

Alt + Enter


Corel Ventura 10 (Windows)
Paragraph/Selection Properties(When Selected)
Tagging

Alt + Enter


MusicBee (Windows)
Play Now
Playback Controls

Alt + Enter


Kingsoft Spreadsheets 2016 (Windows)
Starts New Line in Same Cell
Other Shortcuts

Alt + Enter


Forte (Windows)
Properties
Main Browser Window

Alt + Enter


MediaMonkey (Windows)
Play (selected Track) Now - Alternate
Standard Keyboard Shortcuts

Alt + Enter


Soundforge (Windows)
Display File Properties window
Project File Shortcuts

Alt + Enter


Forte (Windows)
Message Properties
Composition Window

Alt + Enter


Vegas Pro 14 (Windows)
Project properties
Project File

Alt + Enter


XYplorer (Windows)
Properties
Navigation

Alt + Enter


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

Alt + Enter


Teamcenter (Windows)
View Properties
Miscellaneous Shortcuts

Alt + Enter


Libreoffice Writer (Windows)
Inserting a new paragraph without numbering inside a list. Does not work when the cursor is at the end of the list.
General

Alt + Enter


Libreoffice Writer (Windows)
Inserting a new paragraph directly before or after a section, or before a table.
General

Alt + Enter


GOM Player (Windows)
Full Screen/Restore
Window Size

Alt + Enter


Siemens NX 11 (Windows)
Full Screen
View Menu

Alt + Enter


MPS 2017 (Windows)
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form
General Shortcuts

Alt + Enter


Visual Studio Code (Windows)
Select all occurences of Find match
Search and Replace

Alt + Enter


eSignal (Windows)
Properties
49 Shortcuts for eSignal (Windows)

Alt + Enter


Bitcomet (Windows)
Properties of task
Task lists

Alt + Enter


Flash Movie Player (Windows)
Enter/exit fullscreen mode
General

Alt + Enter


Titanium (Windows)
Enter NewLine
Search

Alt + Enter


CuteFTP (Windows)
Folder, file, or Site properties
General

Alt + Enter


CuteFTP (MacOS)
Folder, file, or Site properties
72 Shortcuts for CuteFTP (MacOS)

Alt + Enter


Moldflow Insight (Windows)
Properties
Editing Shortcuts

Alt + Enter


Moldflow Adviser (Windows)
Properties
Editing Shortcuts

Alt + Enter


Wordfast Pro (Windows)
Confirm / Unconfirm
100 Shortcuts for Wordfast Pro (Windows)

Alt + Enter


Comodo IceDragon (Windows)
Open Address in New Tab
Windows and Tabs

Alt + Enter


Ulead PhotoImpact 8 (Windows)
Displays the Photo Properties dialog box
View Menu

Alt + Enter


AVS Video Editor (Windows)
Full screen
Preview Area

Alt + Enter / F11


Solidwork Composer (Windows)
Displays the Document Properties dialog box
35 Shortcuts for Solidwork Composer (Windows)

Alt + Enter


Altium Designer (Windows)
Configure
Output Job Editor Shortcuts

Alt + Enter


Microsoft Excel 2007 (Windows)
Starts a new line in the same cell
Navigating in Worksheets and Selecting Cells

Alt + Enter


Open Office Writer 3 (Windows)
Inserting a new paragraph without numbering
General OpenOffice Writer Shortcuts

Alt + Enter


Open Office Writer 3 (Windows)
Inserting a new paragraph directly before or after a section or a table
General OpenOffice Writer Shortcuts

Alt + Enter


Internet Explorer (Windows)
Open typed webpage address in new background tab.
Tabbed Browsing main

Alt + Enter


Nautilus File Manager 2 (Linux)
File properties
File Management

Alt + Enter


Rhythmbox (Linux)
Track properties
General

Alt + Enter


Google Spreadsheets (Web Application)
Start a new line in the same cell
Entering/editing data

Alt + Enter


Internet Explorer (Windows)
Open search results in new tab.
Instant Search

Alt + Enter


Microsoft Windows Vista (Windows)
View the properties for a selected items.
Use Vista Features with Shortcuts

Alt + Enter


Microsoft Outlook 2007 (Windows)
Show the properties for the selected item.
Shortcuts for Managing E-Mail

Alt + Enter


Windows Media Player 11 (Windows)
Show video in full screen.
Play Videos with Shortcuts

Alt + Enter


InDesign CS5 (Windows)
Apply value and copy object
Transform Panels

Alt + Enter