RStudio (Windows)

Source

Use selection for find

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


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

Ctrl + F3 / Ctrl + Shift + F3


Android Emulator (Windows)
Camera Button (or Ctrl+5 on numeric keyboard with Num Lock off)
Other Device Keys

Ctrl + F3


SharpDevelop 4.0 (Windows)
Find next selected
Find/Replace

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Edit and move text and graphics: Delete text and graphics

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + F3


Microsoft Excel 2003 (Windows)
Define a new name
Common

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Work with Data Selections - Names

Ctrl + F3


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

Ctrl + F3 / Ctrl + Shift + F3


Mindjet Mindmanager 2012 (Windows)
Collapse-and-center
Most used - See maps better

Ctrl + F3


Notepad++ 5 (Windows)
Select and find next
Search

Ctrl + F3


Open Office Impress (Linux)
Exit group.
Function Keys

Ctrl + F3


Total Commander 8 (Windows)
Sort by name
Main Shortcuts

Ctrl + F3


Mindjet Mindmanager 2012 (Windows)
Collapse-and-center
Reorganizing - See maps better

Ctrl + F3


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

Ctrl + F3 / Ctrl + Shift + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Insert and Edit Data - Names

Ctrl + F3


Smartplant Review (Windows)
Move Display Set
Function Keys

Ctrl + F3


Microsoft Word 2007 (Windows)
Cut to the Spike.
Function key reference: CTRL+Function key

Ctrl + F3


Sublime Text (Windows)
Find under
Find and Replace

Ctrl + F3


Oracle SQL Developer 4 (Windows)
Find Next/ Prevoius Word at Cursor
Search

Ctrl + F3 / Ctrl + Shift + F3


UltraEdit (Windows)
Repeat last find toward beginning of file
Search Menu

Ctrl + F3


Android Emulator (Linux)
Camera Button
Other Device Keys

Ctrl + F3


NetBeans 8 (Windows)
Search word at insert point
General Keyboard Shortcts

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Format Data - Names

Ctrl + F3


Axialis IconWorkshop (Windows)
Add to the Librarian as image object...
File Menu

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
Formulas and Names - Names

Ctrl + F3


Qt Creator (MacOS)
Find next / Find previous occurrence of selected text
Editor

Ctrl + F3 / Ctrl + Shift + F3


Qt Creator (Windows)
Find next / Find previous occurrence of selected text
Editor

Ctrl + F3 / Ctrl + Shift + F3


Notepad++ 6 (Windows)
Select and Find Next (was Find (Volatile) Next prior to v5.6.5)
Search menu

Ctrl + F3


Sonar 2015 (Windows)
Playback metronome on/off
Transport

Ctrl + F3


Microsoft Excel 2010 (Windows)
Define a name or dialog.
The Rest - Names

Ctrl + F3


Microsoft Excel 2013 (Windows)
Define a name or dialog
Lesser Used Shortcuts

Ctrl + F3


Console2 (Windows)
New tab 3
30 Shortcuts for Console2 (Windows)

Ctrl + F3


Zoho Sheet (Windows)
Names Ranges
Actions

Ctrl + F3


Dynamics NAV 2015 (Windows)
Select Search pages
Documentaion

Ctrl + F3


Microsoft Word 2016 (Windows)
Cut to the Spike.
All Function Key Shortcuts

Ctrl + F3


Silhouette Studio (Windows)
Registration marks window
Cutting

Ctrl + F3


Microsoft Excel 2016 (Windows)
Define a name or dialog
The Rest

Ctrl + F3


Blender 3D (Windows)
Save A Scrrendump of Active Window
Universal

Ctrl + F3


Adobe Dreamweaver (Windows)
Properties
Windows

Ctrl + F3


Corel PhotoPaint X6 (Windows)
Recorder
Dockers

Ctrl + F3


Opera (Windows)
View page source
Source

Ctrl + F3


Chief Architect (Windows)
CAD to Walls
View Mode

Ctrl + F3


Corel Quattro Pro X8 (Windows)
Create Named Cell or Cell Area
Function Keys

Ctrl + F3


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

Ctrl + F3


WinSCP 5 (Windows)
Sort files in the active panel by name
File Panels

Ctrl + F3


XYplorer (Windows)
Show All Items In Branch
Function key Shortcuts

Ctrl + F3


MPS 2017 (Windows)
Search in the editor for the word where the caret is currently located
Search

Ctrl + F3


Libreoffice Writer (Windows)
Edit AutoText
Function Keys

Ctrl + F3


Xamarin Studio (MonoDevelop) (Windows)
Find Next Selection
Search

Ctrl + F3


Gnumeric (Windows)
Opens the Define Name dialog window
21 Shortcuts for Gnumeric (Windows)

Ctrl + F3


Rhino (Windows)
SetMaximizedViewport > Right
Default Shortcuts

Ctrl + F3


Soundforge (Windows)
Find next instance of the selected text
Script Editor

Ctrl + F3


CodeLite 10 (Windows)
Find selection.
Editor

Ctrl + F3


CodeLite 10 (Windows)
Goto next changed line
Search

Ctrl + F3


winIDEA
Initialize and download to emulator
Debug

Ctrl + F3


Xyplorer
Show All Items In Branch
Edit Menu

Ctrl + F3


Ulead PhotoImpact 8 (Windows)
Toggles between showing or hiding the Text / Path Panel
View Menu

Ctrl + F3


Ulead PhotoImpact 8 (Windows)
Show/Hide Brush Panel/Text/Path/Slice/Image Map Panel
Miscellaneous

Ctrl + F3


RStudio
Use Selection for Find
Source

Ctrl + F3


Battlezone 98 Redux
Select player / mapped group
Unit grouping

Ctrl + F3


MindManager v19 (Windows)
Collapse-and-center
Most used - See maps better

Ctrl + F3


SuperMemo (Windows)
Search Web for currently selected phrase
129 Shortcuts for SuperMemo (Windows)

Ctrl + F3


MindManager v19 (Windows)
Collapse-and-center
Reorganizing - See maps better

Ctrl + F3


Pharaoh
Creates an F3 bookmark at the current map location
Bookmarks

Ctrl + F3


Altium Designer (Windows)
Finish the current debug session
Embedded Software Editor (.c]then[.asm) Shortcuts

Ctrl + F3


Altium Designer (Windows)
End current simulation session
VHDL Editor Shortcuts

Ctrl + F3


Altium Designer (Windows)
Stop script execution
Scripting Editor Shortcuts

Ctrl + F3


Siemens NX
Clear rotation reference
View > Popup

Ctrl + F3


Feedreader
Add new folder
General

Ctrl + F3


Tibia
(Healing / Support) Desintegrate
Action bar

Ctrl + F3


Adobe Bridge CC
Metadata
Window menu

Ctrl + F3


PyCharm 2018.2
Search in the editor for the word where the caret is currently located.
Search

Ctrl + F3


Citrix Receiver
Display the Windows Task Manager (similar to CTRL+SHIFT+ESC)
Citrix Receiver Client

Ctrl + F3


Bluebeam Revu
Import markups
Advanced text

Ctrl + F3


CorelDRAW Graphics Suite 2018
Symbol Manager
General

Ctrl + F3


Metapad
Find next word
File format

Ctrl + F3


Atom (Windows)
(Source: Find And Replace) find-and-replace:find-next-selected
All shortcuts

Ctrl + F3


Microsoft FrontPage
Find the next occurrence of the current selection.
Work with and manage Web pages

Ctrl + F3


Microsoft Word 2016
Cut to the Spike
Ctrl + Function keys

Ctrl + F3


KDE Plasma Desktop
Switch to Desktop 3
Working with Activities and Virtual Desktops

Ctrl + F3


E-Sword
Commentary maximized
General

Ctrl + F3


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.FindNextSelected
Edit

Ctrl + F3


NetBeans
Search word at insert point
Finding, searching, and replacing

Ctrl + F3


Microsoft Visual Studio 2017 (All shortcuts)
Edit.FindNextSelected
Edit

Ctrl + F3


LibreOffice Impress
Exit Group
Function keys

Ctrl + F3


LibreOffice Draw
Close group editor
Function keys for drawings

Ctrl + F3


LibreOffice Calc
Opens the Define Names dialog
Function keys

Ctrl + F3


LibreOffice Writer
Edit AutoText
Function keys

Ctrl + F3


WriteMonkey
Find under
Find & Replace

Ctrl + F3


Qt Creator
Find next occurrence of selected text
Editing

Ctrl + F3


Python IDLE for Windows
Find selection
Edit menu

Ctrl + F3


WinMerge
Find selected text in file
Find and replace

Ctrl + F3


PeaZip
Non recursive search here
Navigation

Ctrl + F3


7-Zip
Sort items by name
View menu

Ctrl + F3


CoffeeCup HTML Editor
Update project pages
Library

Ctrl + F3


Notepad++
Select and find next
Search menu

Ctrl + F3


WinSCP
Sort files in the active panel by name
File panels

Ctrl + F3


SQL Server Management Studio (SSMS)
Find the next occurrence of the currently selected text
Search

Ctrl + F3


Opera
View page source
Source

Ctrl + F3


Total Commander
Sort by name
File sorting

Ctrl + F3


Notepad2
Find next word or selection
Find and replace

Ctrl + F3


Open Office Impress (Windows)
Exit group.
Function Keys

Ctrl + F3


Microsoft Excel 2007 (Windows)
Display the Name Manager, create new names.
Function keys in Excel 2007

Ctrl + F3


InDesign CS5 (Windows)
Replace selection with Change To text
Managing Text

Ctrl + F3


Microsoft Word 2010 (Windows)
Cut to the Spike (separate clipboard)
Undo, Copy and Paste

Ctrl + F3


DBeaver 6.0.3
Open new SQL editor for current connection (***). Always creates new script
Database Navigator

Ctrl + F3


Scrivener 1.9.9
Find by format dialog
Editing

Ctrl + F3