RStudio (Windows)

Build

Test package (desktop)

Ctrl + Shift + T

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)
Jump to the title of the page and select it.
Specific OneNote Shortcuts for Selecting, Editing, and Formatting

ctrl + shift + t


Microsoft Outlook 2010 (Windows)
Increase / decrease indent
Messages in Main View - Format Message Body

Ctrl + T / Ctrl + Shift + T


Google Chrome (Windows)
Reopen the last tab closed (up to 10 tabs)
Manage Tabs

Ctrl + Shift + T


Microsoft Outlook 2010 (Windows)
Reduce hanging indent
Messages in Main View - Format Message Body

Ctrl + Shift + T


Firefox (Linux)
Undo close browser tab
Navigation

Ctrl + Shift + T


Firefox (Windows)
Undo close current browser tab
Navigation

Ctrl + Shift + T


Eclipse Helios (Windows)
Open Type in Hierarchy
Code Information

Ctrl + Shift + T


Thunderbird (Windows)
Retrieve new messages for all accounts
Retrieve Messages

Ctrl + Shift + T


Thunderbird (Linux)
Retrieve new messages for all accounts
Retrieve Messages

Ctrl + Shift + T


Visual Studio 2015 (Windows)
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a
Code Editor - Edit Code

Ctrl + Shift + T


Microsoft OneNote 2010 (Windows)
Move the insertion point to the page title.
Working with and inside Pages / Side Notes

ctrl + shift + t


Google Chrome (Linux)
Reopen last tab closed. Up to 10 tabs.
Manage Tabs

Ctrl + Shift + T


Phoenix Viewer (Windows)
Show Tips
View

Ctrl + Shift + T


Microsoft Outlook 2010 (Windows)
Increase / decrease indent
Messages in Compose View - Format Message Body

Ctrl + T / Ctrl + Shift + T


Microsoft Outlook 2010 (Windows)
Reduce hanging indent
Messages in Compose View - Format Message Body

Ctrl + Shift + T


Visual Studio 2015 (Windows)
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a
Coding - Edit Code

Ctrl + Shift + T


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

Ctrl + Shift + T


Opera (Linux)
Reopen last open tab
Tabs

Ctrl + Shift + T


Microsoft Word 2007 (Windows)
Reduce a hanging indent.
Character and paragraph formatting Align paragraphs

Ctrl + Shift + T


Total Commander 8 (Windows)
Open new folder tab, but do not activate it
Main Shortcuts

Ctrl + Shift + t


Evernote (Windows)
Create a new tag
Main Application Shortcuts - Managing Evernote

Ctrl + Shift + t


Microsoft Outlook 2010 (Windows)
Increase / decrease indent
Calendar Shortcuts - Format Message Body

Ctrl + T / Ctrl + Shift + T


Microsoft Outlook 2010 (Windows)
Reduce hanging indent
Calendar Shortcuts - Format Message Body

Ctrl + Shift + T


Visual Studio 2015 (Windows)
Transpose word to right of cursor; makes b=a out of a=b if cursor was in front of a
Code Snippets (Visual C# Scheme) - Edit Code

Ctrl + Shift + T


Photoshop Lightroom 4 (Windows)
Create new subfolder (segmented tethered capture)
Managing photos and catalog

Ctrl + Shift + T


Sublime Text (Windows)
Reopen last file
Menu Control

Ctrl + Shift + T


Sublime Text (Windows)
Reopen last closed tab
Manage Sublime Window, Files and Tabs

Ctrl + Shift + T


NetBeans 8 (Windows)
Go to JUnit test
General Keyboard Shortcts

Ctrl + Shift + T


Texmaker 4.0.2 (Windows)
Typerwriter
"Latex" menu

Ctrl + Shift + T


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

Ctrl + Shift + T


Beyond Compare (Windows)
Open session
Session Menu

Ctrl + Shift + T


Directory Opus (Windows)
New tabs for selected
Folder Menu

Ctrl + Shift + T


Adobe Photoshop CS5 (Windows)
Repeat last duplicate and move
Vanishing Point

Ctrl + Shift + T


Axialis IconWorkshop (Windows)
Export - PNG with transparency...
File Menu

Ctrl + Shift + T


Audacity 2 (Windows)
Contrast
Analyse Menu

Ctrl + Shift + T


Beyond Compare (Windows)
Tweaks...
Tools Menu

Ctrl + Shift + T


Pro Tools (Windows)
TrackPunch
Options Menu

Ctrl + Shift + T


Adobe Flash Professional (Windows)
Modify Paragraph
Modifying and editing

Ctrl + Shift + T


Microsoft Word 2013 (Windows)
Decrease hanging indent
Format Paragraphs and Apply Styles

Ctrl + Shift + T


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

Ctrl + Shift + T


FileMaker Pro (Windows)
Add a table
Layout Mode Shortcuts - Relationships Graph

Ctrl + Shift + T


Notepad++ 6 (Windows)
Copy current line to clipboard
Edit menu

Ctrl + Shift + T


Qt Creator (Windows)
Open type hierarchy
Editor

Ctrl + Shift + T


Qt Creator (MacOS)
Open type hierarchy
Editor

Ctrl + Shift + T


Microsoft OneNote 2016 (Windows)
Select Title of page
Format

Ctrl + Shift + T


FileMaker Pro (Windows)
Add a table
Text Shortcuts - Relationships Graph

Ctrl + Shift + T


Photoshop Lightroom CC (Windows)
Create new subfolder (segmented Tethered capture)
Managing Photos and Catalogs

Ctrl + Shift + T


Skype for Business (Lync) 2016 (Windows)
Set focus on tab item in tabbed conversation view
Tabbed conversations

Ctrl + Shift + T


Skype for Business (Lync) 2016 (Windows)
in Calls - Transfer: Open the contact picker during a peer-to-peer call. (Not available in Lync Basic or with all Office 365 subscriptions.)
The Rest

Ctrl + Shift + T


Microsoft Outlook 2016 (Windows)
Increase Decrease indent
Common Commands: Format Text and work with Editor

Ctrl + T / Ctrl + Shift + T


Microsoft Edge Browser (Windows)
Open a previously closed tab
Window / Tab Control

Ctrl + Shift + T


Microsoft Outlook 2016 (Windows)
Create/reduce a hanging indent
Common Commands: Format Text and work with Editor

Ctrl + T / Ctrl + Shift + T


Microsoft Visio 2016 (Windows)
Top-Align text Vertically
Format text

Ctrl + Shift + T


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

Ctrl + Shift + T


Microsoft Edge Browser (Windows)
Take heap snapshot (On Memory tab)
Developer Tools (the following shortcuts are only applicable within the Developer Tools section)

Ctrl + Shift + T


Adobe After Effects CC (Windows)
Open Effect Controls Panel for selected Layers
Layers

Ctrl + Shift + T


Adobe Premiere CC (Windows)
Stopping tab
Marker Operation

Ctrl + Shift + T


FileMaker Pro (Windows)
Add a table
Database Management Shortcuts - Relationships Graph

Ctrl + Shift + T


Corel Painter 2017 (Windows)
Add current color to color set
Other Shortcuts

Ctrl + Shift + T


FileMaker Pro (Windows)
Omit multiple records
Browse-Mode Shortcuts

Ctrl + Shift + T


ArchiCAD 20 (Windows)
Edit Selection Set
Edit Menu Commands

Ctrl + Shift + T


Finale (Windows)
Frame Attributes
Text Tool

Ctrl + Shift + T


Autodesk Inventor 2017 (Windows)
Leader text
Drawing manager

Ctrl + Shift + T


Silhouette Studio (Windows)
Cut style = no cut
Other

Ctrl + Shift + T


Slack (Windows)
Open All Threads view
Navigation Controls

Ctrl + Shift + T


Adobe Flash Builder (Windows)
Open file class type
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + Shift + T


Adobe Animate CC (Windows)
Modify Paragraph
Edit and Modify

Ctrl + Shift + T


Adobe Dreamweaver (Windows)
Show Page Titles
Site Management

Ctrl + Shift + T


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

Ctrl + Shift + T


ACDSee (Windows)
Show/Hide Bottom Toolbar
View Mode

Ctrl + Shift + T


Microsoft Word 2016 (MacOS)
Insert a TIME field
Work with fields

Ctrl + Shift + T


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

Ctrl + Shift + T


Corel Draw X8 (Windows)
Edit text
Text Formatting

Ctrl + Shift + T


Chief Architect (Windows)
All Cabinet Defaults
View Mode

Ctrl + Shift + T


Adobe ColdFusion Builder 2.0 (Windows)
Tag Editor
Other Editor

Ctrl + Shift + T


Corel Ventura 10 (Windows)
Tag List
Tagging

Ctrl + Shift + T


HTML-Kit (Windows)
Add A New Snippet to List
87 Shortcuts for HTML-Kit (Windows)

Ctrl + Shift + T


Forte (Windows)
Open task manager window
All Window

Ctrl + Shift + T


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

Ctrl + Shift + T


Flock (Windows)
Topbar menu
General

Ctrl + Shift + T


Daz 3D Carrara 8 (Windows)
Edit Scen Effects
3D View

Ctrl + Shift + T


vSphere Client (Windows)
Scheduled Tasks
vCenter Navigation Shortcuts

Ctrl + Shift + T


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

Ctrl + Shift + T


Vegas Pro 14 (Windows)
Show/hide event fade lengths between selected and nonselected events:
Magnification and View

Ctrl + Shift + T


Scottrade (Windows)
Open Sector Trend Window
32 Shortcuts for Scottrade (Windows)

Ctrl + Shift + T


XYplorer (Windows)
Tab List...
General Shortcuts

Ctrl + Shift + T


Siemens NX 11 (Windows)
Selection
Preferences

Ctrl + Shift + T


ZBrush 4 (Windows)
Save tool
3D Models

Ctrl + Shift + T


Xamarin Studio (MonoDevelop) (Windows)
Go to Type
Search

Ctrl + Shift + T


MPS 2017 (Windows)
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject
Navigation between Source Code

Ctrl + Shift + T


Delphi 10 (Windows)
Add Todo list item
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Shift + T


Soundforge (Windows)
Show/hide fade lengths between events:
Event Tool

Ctrl + Shift + T


Visual Studio Code (Windows)
Reopen closed editor
File Management

Ctrl + Shift + T


Sierra Chart (Windows)
Open Trade Window for Chart
Trade Menu

Ctrl + Shift + T


CodeLite 10 (Windows)
Line copy.
Editor

Ctrl + Shift + T


TurboCAD (Windows)
Show or Hide the measurement info
171 Shortcuts for TurboCAD (Windows)

Ctrl + Shift + T


CuteFTP (Windows)
Change item queue order (move to top)
General

Ctrl + Shift + T


Comodo IceDragon (Windows)
Undo Close Tab
Windows and Tabs

Ctrl + Shift + T


Geany (Linux)
Go to tag declaration
Editting

Ctrl + Shift + T


Geany (Windows)
Go to tag declaration
Editting

Ctrl + Shift + T


Ulead PhotoImpact 8 (Windows)
Opens the Tone Map dialog box
Format Menu

Ctrl + Shift + T


Wordfast Pro (Windows)
TM Lookup
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + Shift + T


Ableton Live 9 (Windows)
Insert MIDI Track
Ctrls for Tracks

Ctrl + Shift + T


Modo (Windows)
Element snap
Snapping

Ctrl + Shift + T


Vectorworks (Windows)
Format keys
keys Menu

Ctrl + Shift + T


Sage Simply Accounting (Windows)
Add time slip activities
Keyboard Shortcuts in Transaction Windows

Ctrl + Shift + T


Brave Browser (Windows)
Reopen Last Closed Tab
Tabs and Windows

Ctrl + Shift + T


MuseScore (Windows)
System Text
Text Entry Shortcuts

Ctrl + Shift + T


SolveSpace (Windows)
Trace Point
Analyse

Ctrl + Shift + T


Solidwork Composer (Windows)
Top/bottom camera view
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + Shift + T


Internet Explorer (Windows)
Restore closed tab (open previously closed tab).
Tabbed Browsing main

Ctrl + Shift + T


Rhythmbox (Linux)
Show/hide playlist in sidebar
Window

Ctrl + K / Ctrl + Shift + T


Adobe After Effects CS5 (Windows)
Open or close Effect Controls panel for selected layer
Panels, Viewers, Workspaces, and Windows

F3 / Ctrl + Shift + T


Adobe Fireworks MX (Windows)
Numeric Transformation
Image and Canvas Manipulation in Fireworks

ctrl + shift + t


Microsoft Word 2010 (Windows)
Decrease hanging indent
Navigate within Documents - Format Paragraphs

Ctrl + Shift + T


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

ctrl + shift + t


Open Office Writer 3 (Windows)
Removes cell protection from all selected tables. If no table is selected, then cell protection is removed from all of the tables in the document.
Working with Tables

Ctrl + Shift + T


IrfanView 4.42 (Windows)
Set image as wallpaper - tiled
Tools and Dialogs

Ctrl + Shift + T


Adobe After Effects CS5 (Windows)
Open Effect Controls panel for selected layers
Layers

Ctrl + Shift + T


Microsoft Word 2010 (Windows)
Decrease hanging indent
Edit Documents - Format Paragraphs

Ctrl + Shift + T


Microsoft Outlook 2007 (Windows)
Increase or decrease indent.
Shortcuts for Formatting Text

Ctrl + T / Ctrl + Shift + T


Adobe Photoshop CS4 (Windows)
Repeat last duplicate and move
Shortcut Keys for using Vanishing Point

Ctrl + Shift + T


Microsoft Outlook 2007 (Windows)
Reduce a hanging indent.
Shortcuts for Formatting Text

Ctrl + Shift + T


Microsoft Word 2010 (Windows)
Decrease hanging indent
Formats - Format Paragraphs

Ctrl + Shift + T


Microsoft Word 2010 (Windows)
Decrease hanging indent
Manage Word View - Format Paragraphs

Ctrl + Shift + T


Microsoft Word 2010 (Windows)
Decrease hanging indent
Tables - Format Paragraphs

Ctrl + Shift + T