RStudio (Windows)

Editing (Console and Source)

Insert pipe operator

Ctrl + Shift + M

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)
Toggle (mobile) Device Mode
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create new message (from any Outlook view)
Messages in Main View - Main Window

Ctrl + Shift + M


Microsoft Projects 2010 (Windows)
Change task to 'Manually Schedule'
Manage Tasks

Ctrl + Shift + M


Microsoft OneNote 2010 (Windows)
Open a small OneNote window to create a side note.
Work with the OneNote Window(s)

ctrl + shift + m


Google Chrome (Linux)
Toggle (mobile) Device Mode
Manage Chrome DevTools - Accessing DevTools and DevTools Basics

Ctrl + Shift + M


SharpDevelop 4.0 (Windows)
Fold current selection
Coding Shortcuts

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create new message (from any Outlook view)
Messages in Compose View - Main Window

Ctrl + Shift + M


Phoenix Viewer (Windows)
Mini-Map
View

Ctrl + Shift + M


Access 2010 (Windows)
Add new total field using min summary
Manage Access Features - Pivot Table

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create new message (from any Outlook view)
Calendar Shortcuts - Main Window

Ctrl + Shift + M


Microsoft Word 2007 (Windows)
Remove a paragraph indent from the left.
Character and paragraph formatting Align paragraphs

Ctrl + Shift + M


Total Commander 8 (Windows)
Change FTP transfer mode
Main Shortcuts

Ctrl + Shift + m


Sublime Text (Windows)
Select current function enclosed by brackets or parentheses
Navigation - Advanced Selections

Ctrl + Shift + M


MyLifeOrganized (Windows)
Rapid Text Entry dialog box (for adding new tasks)
Managing Tasks

Ctrl + Shift + M


Sublime Text (Windows)
Select current function enclosed by brackets or parentheses
Selections - Advanced Selections

Ctrl + Shift + M


Smartplant Review (Windows)
Delete measurements in the active collection
Managing Smartplan Review

Ctrl + Shift + m


Evernote (Windows)
Increase indent for current paragraph or for selection (Or use Tab/Shift+Tab)
Note Editor

Ctrl + m / Ctrl + Shift + m


Opera (Linux)
Toggle last used messenger
Menus

Ctrl + Shift + M


Microsoft Outlook 2010 (Windows)
Create message
Create Items

Ctrl + Shift + M


NetBeans 8 (Windows)
Toggle add/remove bookmark
General Keyboard Shortcts

Ctrl + Shift + M


Access 2010 (Windows)
Add new total field using min summary
Working with Text and Data - Pivot Table

Ctrl + Shift + M


Texmaker 4.0.2 (Windows)
Inline math mode
"Math" menu

Ctrl + Shift + M


IntelliJ (Linux)
Replace structurally (Ultimate Edition only)
Search/Replace

Ctrl + Shift + M


IntelliJ (Windows)
Replace structurally (Ultimate Edition only)
Search/Replace

Ctrl + Shift + M


FL Studio (Windows)
Export MIDI file
File Operations

Ctrl + Shift + M


IBM Rational DOORS (Windows)
Make Link TO Start
General

Ctrl + Shift + M


Directory Opus (Windows)
Thumbnails
View Menu

Ctrl + Shift + M


Photoshop Lightroom 4 (Windows)
Show/hide margins and gutters
Print module

Ctrl + Shift + M


Beyond Compare (Windows)
Previous difference files
Search Menu - Folder Compare

Ctrl + Shift + M


Presonus Studio One (Windows)
Global mute
Misc.

Ctrl + Shift + M


Microsoft Word 2013 (Windows)
Indent paragraph from the left and increase / decrease indent
Format Paragraphs and Apply Styles

Ctrl + M / Ctrl + Shift + M


Atom (text editor) 1.0 (Windows)
Markdown preview
General

Ctrl + Shift + M


Access 2010 (Windows)
Add new total field using min summary
Working with Access Views - Pivot Table

Ctrl + Shift + M


Atom (text editor) 1.0 (Linux)
Markdown preview
General

Ctrl + Shift + m


Autodesk Maya 2015 (Windows)
Show/hide panel toolbar
Interfaces

Ctrl + Shift + M


Prezi (Web Application)
Toggle Screen Mode Ratio between the values: 4:3, 16:9, and off.
Editing

Ctrl + Shift + M


Skype for Business (Lync) 2016 (Windows)
Focus to your IM input area.
Instant Messaging

Ctrl + Shift + M


Microsoft OneNote 2016 (Windows)
Open a small OneNote window to create side note
OneNote Window

Ctrl + Shift + M


Sonos Controller (Windows)
Mute/ unmute all
22 Shortcuts for Sonos Controller (Windows)

Ctrl + Shift + M


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

Ctrl + Shift + M


Microsoft Visio 2016 (Windows)
Align text center vertically
Format text

Ctrl + Shift + M


Access 2010 (Windows)
Add new total field using min summary
The Rest - Pivot Table

Ctrl + Shift + M


Autodesk Maya 2017 (Windows)
Show/hide panel toolbar
Interfaces

Ctrl + Shift + M


Microsoft Outlook 2016 (Windows)
Create a message (from any Outlook view)
Mail

Ctrl + Shift + M


Adobe Premiere CC (Windows)
Previous marker
Marker Operation

Ctrl + Shift + M


Photoshop Lightroom CC (Windows)
Show/ hide Margins and gutters
Print Module

Ctrl + Shift + M


Finale (Windows)
Show/hide Mixer
Windows Menu

Ctrl + Shift + M


3D Coat (Windows)
Import Image Plane
File Menu

Ctrl + Shift + M


Adobe After Effects CC (Windows)
Open Mask Shape dialog box
Masks

Ctrl + Shift + M


ArchiCAD 20 (Windows)
Mirror a copy
Edit Menu Commands

Ctrl + Shift + M


Finale (Windows)
Custom Frame
Text Tool

Ctrl + Shift + M


Wondershare Editor (Windows)
Mute
Editing

Ctrl + Shift + M


Dynamics AX 2015 (Windows)
Display the shortcut menu for the Presence indicator.
Windows and Menu Control

Ctrl + Shift + M


Autodesk Inventor 2017 (Windows)
Mirror
Part

Ctrl + Shift + M


Microsoft Projects 2016 (Windows)
Set the task to manually schedule
Sheet View

Ctrl + Shift + M


Sublime Text (MacOS)
Select all contents of the current parentheses
General Editing Shortcuts

Ctrl + Shift + M


Slack (Windows)
Activity
Navigation Controls

Ctrl + Shift + M


Mattermost (Windows)
Open recent mentions
Navigation Shortcuts

Ctrl + Shift + M


Adobe XD (Experience Design) (Windows)
Mask with Shape
Object

Ctrl + Shift + M


Desk.com (Windows)
Toggle expand
Filter View

Ctrl + Shift + M


SharePoint 2016 (Windows)
Remove a paragraph indent from the left
Rich Text Editing

Ctrl + Shift + M


Adobe Dreamweaver (Windows)
Delete Row
Table

Ctrl + Shift + M


Corel WordPerfect X8 (Windows)
Document Map
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + Shift + M


Microsoft Word 2016 (MacOS)
Indent a paragraph from the left
Align and format paragraphs

Ctrl + Shift + M


Corel Ventura 10 (Windows)
Em Space
Special Characters

Ctrl + Shift + M


Corel Designer X7 (Windows)
Em Space
Inserting Formatting Code

Ctrl + Shift + M


Clip Studio Paint (Manga Studio) (Windows)
Quick Select
Selection Shortcuts

Ctrl + Shift + M


Brackets (Windows)
Quick Markup Help
99 Shortcuts for Brackets (Windows)

Ctrl + Shift + M


Flock (Windows)
Open favorites manager
General

Ctrl + Shift + M


vSphere Client (Windows)
Maps
vCenter Navigation Shortcuts

Ctrl + Shift + M


Zerodha Trader (Windows)
NEST Messaging
Other Shortcuts

Ctrl + Shift + M


Adobe Captivate 2017 (Windows)
Add a new image
General and Miscellaneous Shortcuts

Ctrl + Shift + M


Xamarin Studio (MonoDevelop) (Windows)
Toggle Fold
Edit Menu

Ctrl + Shift + M


Siemens NX 11 (Windows)
Sheet Metal
Application Menu

Ctrl + Shift + M


Visual Studio Code (Windows)
Show Problems panel
Navigation Shortcuts

Ctrl + Shift + M


Vegas Pro 14 (Windows)
Preview in player
Playback,Recording and Preview

Ctrl + Shift + M


Titanium (Windows)
New Model Dialog
Alloy

Ctrl + Shift + M


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

Ctrl + Shift + M


Geany (Linux)
Mark All
Finding text,Selecting text

Ctrl + Shift + M


Geany (Windows)
Mark All
Finding text,Selecting text

Ctrl + Shift + M


Source Insight (Windows)
Selection History
General

Ctrl + Shift + M


Comodo IceDragon (Windows)
Responsive Design View
Tools

Ctrl + Shift + M


SAP Web IDE (Windows)
View console
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Shift + M


FEKO (Windows)
Quick mesh (mesh with existing settings)
Important CADFEKO Shortcuts

Ctrl + Shift + M


FEKO (Linux)
Quick mesh (mesh with existing settings)
Important CADFEKO Shortcuts

Ctrl + Shift + M


Ableton Live 9 (Windows)
Insert MIDI clip
Session view Ctrls

Ctrl + Shift + M


Ulead PhotoImpact 8 (Windows)
Merges all the objects into the base image
Object Menu

Ctrl + Shift + M


Vectorworks (Windows)
Create Multiple Viewports
View Menu

Ctrl + Shift + M


Arduino (Windows)
Open Serial Monitor
29 Shortcuts for Arduino (Windows)

Ctrl + Shift + M


Arduino (Linux)
Open Serial Monitor
29 Shortcuts for Arduino (Linux)

Ctrl + Shift + M


Sage Simply Accounting (Windows)
E-mail this transaction
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Navigate within Documents - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Google Earth 5 (Windows)
Create new Model
Create Items on Map

ctrl + shift + m


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

Ctrl + Shift + M


Microsoft Outlook 2007 (Windows)
Create a new message (from any Outlook view).
Shortcuts for Managing E-Mail

Ctrl + Shift + M


IrfanView 4.42 (Windows)
Comment dialog (for JPG images)
Tools and Dialogs

Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Edit Documents - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Formats - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Adobe After Effects CS5 (Windows)
Open Mask Shape dialog box for selected mask
Masks

Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Manage Word View - Format Paragraphs

Ctrl + M / Ctrl + Shift + M


Microsoft Word 2010 (Windows)
Indent paragraph from the left and increase / decrease indent
Tables - Format Paragraphs

Ctrl + M / Ctrl + Shift + M