RStudio (Windows)

Source

Find previous

Shift + F3

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


Adobe Reader 9 (Linux)
Find next / find previous (alternative is Ctrl+g / Ctrl+Shift+g)
Find and Select

F3 / Shift + F3


Adobe Reader X (Windows)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Code Editor - Find, Replace, and Goto

F3 / Shift + F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Main View - Format Message Body

Shift + F3


Thunderbird (Windows)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Thunderbird (MacOS)
Find text again previous in Current Message
Find Messages

Command + Shift + G / Shift + F3


Thunderbird (Linux)
Find text again previous in Current Message
Find Messages

Ctrl + Shift + G / Shift + F3


Firefox (Linux)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Work with Data Selections - Formulas

Shift + F3


Firefox (Windows)
Find previous occurrence of search term.
Search

Ctrl + Shift + G / Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Work with Data Selections - Formulas

Shift + F3


Microsoft Excel 2003 (Windows)
Insert a function
Unusual

Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Coding - Find, Replace, and Goto

F3 / Shift + F3


Microsoft OneNote 2010 (Windows)
While searching the current page, move to the previous result.
Searching Notes

shift + f3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Messages in Compose View - Format Message Body

Shift + F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Function keys

Shift + F3


Total Commander 8 (Windows)
List only file under cursor, when multiple files selected
Main Shortcuts

Shift + F3


Inpage (Windows)
To select title text boox tool
For Tools Selection

Shift + F3


Notepad++ 5 (Windows)
Find previous
Search

Shift + F3


Open Office Impress (Linux)
Duplicate
Function Keys

Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Character and paragraph formatting Apply character formats

Shift + F3


Visual Studio 2015 (Windows)
Find next / find previous
Code Snippets (Visual C# Scheme) - Find, Replace, and Goto

F3 / Shift + F3


Microsoft Excel 2011 (MacOS)
Open the Formula Builder
Working in cells or the Formula bar

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Insert and Edit Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Insert and Edit Data - Formulas

Shift + F3


Microsoft Outlook 2010 (Windows)
Switch case between all upper, all lower, and first letter upper.
Calendar Shortcuts - Format Message Body

Shift + F3


Opera (Linux)
Find previous instance of text
Find

Ctrl + Shift + G / Shift + F3


Microsoft Word 2007 (Windows)
Change the case of letters.
Function key reference: SHIFT+Function key

Shift + F3


Sublime Text (Windows)
Find next/ previous
Find and Replace

F3 / Shift + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Previous
Search

F3 / Shift + F3


CATIA V5 (Windows)
Structure tree activate around e.g. character size to modify (activate the graph if the model is active and inversely)
38 Shortcuts for CATIA V5 (Windows)

Shift + F3


NetBeans 8 (Windows)
Find next/previous in file
General Keyboard Shortcts

F3 / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Format Data - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Format Data - Formulas

Shift + F3


Microsoft PowerPoint 2010 (Windows)
Change the case of letters between sentence, lowercase, or uppercase.
Change Fonts and Formatting

Shift + F3


IntelliJ (Linux)
Find next / Find previous
Search/Replace

F3 / Shift + F3


IntelliJ (Windows)
Find next / Find previous
Search/Replace

F3 / Shift + F3


Adobe Reader X (Linux)
Find next / find previous (alternative is ctrl+g / ctrl+shift+g)
Find and Select

F3 / Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
Formulas and Names - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
Formulas and Names - Formulas

Shift + F3


Beyond Compare (Windows)
Find previous
Search Menu

Shift + F3


Beyond Compare (Windows)
Find previous filename
Search Menu - Folder Compare

Shift + F3


Beyond Compare (Windows)
Find previous filename
Search Menu - Folder Sync

Shift + F3


Presonus Studio One (Windows)
Toggle size
Console

Shift + F3


Microsoft Word 2013 (Windows)
Change between all upper-, first letter upper- and all lower-case
Format Text and Paragraph

Shift + F3


Microsoft Excel 2013 (Windows)
Display the Insert Function dialog box
Formulas

Shift + F3


Microsoft Excel 2013 (Windows)
Insert a function into a formula
Formulas

Shift + F3


Adobe Acrobat Pro (Windows)
Move to previous search result and highlight it in the document
Navigation

Shift + F3 / Ctrl + Shift + G


Qt Creator (MacOS)
Find next / Find previous
Editor

F3 / Shift + F3


Qt Creator (Windows)
Find next / Find previous
Editor

F3 / Shift + F3


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

Shift + F3


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

Shift + F3


Notepad++ 6 (Windows)
Find Previous
Search menu

Shift + F3


Microsoft Excel 2010 (Windows)
Display the Insert Function dialog box.
The Rest - Formulas

Shift + F3


Microsoft Excel 2010 (Windows)
Insert a function into a formula .
The Rest - Formulas

Shift + F3


Sonar 2015 (Windows)
Open Metronome settings
Transport

Shift + F3


Microsoft Outlook 2016 (Windows)
Switch case (selected text)
Common Commands: Format Text and work with Editor

Shift + F3


Microsoft OneNote 2016 (Windows)
While searching current page, move to previous result
Search Notes

Shift + F3


Microsoft PowerPoint 2016 (Windows)
Toggle cases(UppseCase/LowerCase)
Edit and General Text Operations

Shift + F3


Microsoft PowerPoint 2016 (Windows)
Change cases
Edit and General Text Operations

Shift + F3


Adobe After Effects CC (Windows)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


Adobe After Effects CC (MacOS)
Toggle between Graph Editor and Layer bar Modes
Keyframes and Graph Editor

Shift + F3


FileMaker Pro (Windows)
Zoom document larger / smaller
Navigation and Window Display

F3 / Shift + F3


CINEMA 4D (Windows)
Timeline
Editor

Shift + F3


Microsoft Word 2016 (Windows)
Change cases(UppseCase/LowerCase)
Text Editing/Graphics editing Operations

Shift + F3


Dynamics NAV 2015 (Windows)
Select Show Results
Page View and Review

Shift + F3


Zoho Sheet (Windows)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


Zoho Sheet (MacOS)
Show Function Dialog Box
Formula related shortcuts

Shift + F3


Microsoft Word 2016 (Windows)
Change the case of letters.
All Function Key Shortcuts

Shift + F3


Autodesk Inventor 2017 (Windows)
Zoom window
View

Shift + F3


AutoCAD 2016 (Windows)
Subobject selection is limited to edges (AutoCAD only)
General

Shift + F3


Act! CRM (Windows)
Work week user roles
View Shortcuts

Shift + F3


Microsoft Projects 2016 (Windows)
Reset sort order to ID order and turn off grouping.
Navigate Views and Windows

Shift + F3


Atom (text editor) 1.0 (MacOS)
Find previous
Find and Replace

Shift + F3


Final Cut Pro (MacOS)
Find previous (in Find results)
Finding items

Shift + F3


JetBrains RubyMine (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains RubyMine (Linux)
Find Previous
Find and Replace

Shift + F3


JetBrains PyCharm (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains RubyMine (MacOS)
Show Bookmarks
Navigation Shortcuts

Shift + F3


JetBrains AppCode (MacOS)
Show Bookmarks
Navigation Controls

Shift + F3


Adobe Dreamweaver (Windows)
Find Previous
Find and Replace

Shift + F3


JetBrains PhpStorm (Windows)
Find Previous
Find and Replace

Shift + F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Frequently Used Shortcuts

Shift + F3


JetBrains PhpStorm (Linux)
Find Previous
Find and Replace

Shift + F3


Microsoft Excel 2016 (MacOS)
Display the Formula Builder
Frequently used shortcuts

Shift + F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
Work in cells or the Formula bar

Shift + F3


Microsoft Word 2016 (MacOS)
Change the case of letters
Format characters

Shift + F3


DAZ Studio (Windows)
Find next
Script Commands

Shift + F3


Corel Draw X8 (Windows)
Change case
Font Formatting

Shift + F3


DAZ Studio (MacOS)
Find next
Script Commands

Shift + F3


Corel Quattro Pro X8 (Windows)
Displays List of Macro commands
EditMode Shortcuts

Shift + F3


Corel Quattro Pro X8 (Windows)
Shows List of Available Macros
Function Keys

Shift + F3


Microsoft Excel 2016 (MacOS)
Open the Formula Builder
The following table provides the function key shortcuts for Excel 2016 for Mac*

Shift +F3


Microsoft Word 2016 (MacOS)
Change letters to uppercase, lowercase, or mixed case
Function key shortcuts

Shift + F3


InCopy CC (MacOS)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


InCopy CC (Windows)
Replace selected text with Change To text and find next
Find and Replace

Shift + F3


Chief Architect (Windows)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Chief Architect (MacOS)
Import Tools - Import Drawing (DWG,DXF)
Other Shortcuts

Shift + F3


Brackets (Windows)
Find Previous
99 Shortcuts for Brackets (Windows)

Shift + F3


Informix Genero 2.5.0 (Windows)
Find previous
Find and Replace

Shift + F3


XYplorer (Windows)
Repeat Last Search
Function key Shortcuts

Shift + F3


Jetbrains CLion (Windows)
Find next/Find previous
Find and Replace

F3 / Shift + F3


MPS 2017 (Windows)
Navigate to the next/previous occurrence of a selected word in the editor
Search

F3 / Shift + F3


Pegasus Mail (Web Application)
Quick lookup
Addresses

Shift + F3


Visual Studio Code (Windows)
Find next/previous
Search and Replace

F3 / Shift + F3


Soundforge (Windows)
Find previous instance of last-searched text
Script Editor

Shift + F3


CodeLite 10 (Windows)
Find previous
Search

Shift + F3


HyperWorks (Windows)
Edges (for equivalence)
24 Shortcuts for HyperWorks (Windows)

Shift + F3


Ansys Mechanical (Windows)
Activate Extend to Connection Selection
Selection Filters

Shift + F3


Comodo IceDragon (Windows)
Find Previous
Search Options

Shift + F3


Evergreen (Linux)
Retrieve Record by TCN
Cataloging

Shift + F3


VariCAD (Windows)
Information
Hot Keys

Shift + F3


PSPad (Windows)
Find Previous - Find previous occurrence
Search

Shift + F3


Wordfast Pro (Windows)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (Windows)

Shift + F3


Wordfast Pro (MacOS)
Uppercase / Lowercase
100 Shortcuts for Wordfast Pro (MacOS)

Shift + F3


Target 3001! (Windows)
SchematicPCB(Without Cross Probe)
Function key Shortcuts

Shift + F3


BricsCAD (Windows)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + F3


BricsCAD (Linux)
Turns the Status Bar on/off (STATBAR Ctrl)
Other Shortcuts

Shift + F3


BricsCAD (MacOS)
Turns the Status Bar on/off (STATBAR command)
Other Shortcuts

Shift + F3


SuperMemo (Windows)
Search Leeches
129 Shortcuts for SuperMemo (Windows)

Shift + F3


Microsoft Projects 2007 (Windows)
Reset sort order to ID order.
Navigate views and windows

Shift + F3


Adobe Reader 9 (Windows)
Find next / find previous (alternative is Ctrl+g / Ctrl+Shift+g)
Find and Select

F3 / Shift + F3


Open Office Impress (Windows)
Duplicate
Function Keys

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Navigate within Documents - Format Text

Shift + F3


Microsoft Excel 2007 (Windows)
Displays the Insert Function dialog box.
Function keys in Excel 2007

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Edit Documents - Format Text

Shift + F3


Microsoft Outlook 2007 (Windows)
Switch case (with text selected).
Shortcuts for Formatting Text

Shift + F3


Adobe After Effects CS5 (MacOS)
Toggle between Graph Editor and layer bar modes
Keyframes and Graph Editor

Shift + F3


Adobe After Effects CS5 (Windows)
Toggle between Graph Editor and layer bar modes
Keyframes and Graph Editor

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Formats - Format Text

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Manage Word View - Format Text

Shift + F3


Microsoft Word 2010 (Windows)
Change between all upper-, first letter upper- and all lower-case
Tables - Format Text

Shift + F3