RStudio (Windows)

Views

Show build

Ctrl + 0

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 X (Windows)
Zoom to fit page
Zoom Features

Ctrl + 0


Microsoft OneNote 2010 (Windows)
Remove all note tags from the selected notes.
Tagging Notes

ctrl + 0


Opera (Linux)
Reset zoom
Display

Ctrl + 0


Avid Media Composer 7 (Windows)
Opens or selects the Timeline window
Tools

Ctrl + 0


Qt Creator (Windows)
Reset font size
Editor

Ctrl + 0


Qt Creator (MacOS)
Reset font size
Editor

Ctrl + 0


Qt Creator (MacOS)
Original size
Image Viewer

Ctrl + 0


Qt Creator (Windows)
Original size
Image Viewer

Ctrl + 0


Qt Creator (MacOS)
Reset font size
Help

Ctrl + 0


Qt Creator (Windows)
Reset font size
Help

Ctrl + 0


Console2 (Windows)
Switch to tab 10
30 Shortcuts for Console2 (Windows)

Ctrl + 0


Microsoft Edge Browser (Windows)
Reset zoom level
View / Print

Ctrl + 0


Adobe Audition CC (Windows)
Delete Selected marker
Marker/Tool/Clip Shortcuts

Ctrl + 0


InDesign CC (Windows)
Fit Page in view
Efficient Zoom & Pan

Ctrl + 0


CINEMA 4D (Windows)
Open
File

Ctrl + 0


Finale (Windows)
View at x%
View Menu

Ctrl + 0


ArchiCAD 20 (Windows)
Trim to roof
Edit Menu Commands

Ctrl + 0


Wondershare Editor (Windows)
Open existing project
File/Project

Ctrl + 0


Apple Photos (Windows)
Assign zero stars to a photo
Rating photos

Ctrl + 0


Adobe Photoshop CC (Windows)
Zoom to fit screen
Manage Views

Ctrl + 0


AutoCAD 2016 (Windows)
Toggles Clean Screen
General

Ctrl + 0


Autodesk Inventor 2017 (Windows)
Switch screen
View

Ctrl + 0


CyberLink PhotoDirector 8 (Windows)
Remove label
Operational

Ctrl + 0


AutoCad Architecture 2017 (Windows)
Clean screen
Numeric Shortcut

Ctrl + 0


1Password (Windows)
Switch to All Vaults.
General Shortcuts

Ctrl + 0


Microsoft Excel 2016 (Windows)
Hide selected columns
Freeze, Split, and Hide

Ctrl + 0


Logic Pro X (MacOS)
Snap edit to Zero crossing
Windows Showing Audio Files

Ctrl + 0


Autodesk SketchBook Pro (Windows)
Fit to View
View Control

Ctrl + 0


Adobe XD (Experience Design) (Windows)
Zoom to Fit
View Menu

Ctrl + 0


jEdit (Windows)
Remove Current Split
View

Ctrl + 0


Adobe Dreamweaver (Windows)
100%
Magnification

Ctrl + 0


Adobe Dreamweaver (Windows)
Restore Font Size
Magnification

Ctrl + 0


ZBrush 4 (Windows)
Antiliased Half Size
Edit Move Navigation - Canvas Zoom

Ctrl + 0


DAZ Studio (Windows)
NVIDIA Iray
Draw Style Commands

Ctrl + 0


ACDSee (Windows)
Remove Rating
View Mode

Ctrl + 0


ZBrush 4 (Windows)
Antiliased Half Size
Inner Ring Actions - Canvas Zoom

Ctrl + 0


Clip Studio Paint (Manga Studio) (Windows)
Fit to Screen
Frequently Used Shortcuts

Ctrl + 0


Steinberg Cubase 9 (Windows)
New
Workspace

Ctrl + 0


ZBrush 4 (Windows)
Antiliased Half Size
Sculpting Brushes - Canvas Zoom

Ctrl + 0


Opera (MacOS)
Open "Windows" panel
Panel

Ctrl + 0


Opera (Windows)
Open "Windows" panel
Panel

Ctrl + 0


Brackets (Windows)
Restore Font Size
99 Shortcuts for Brackets (Windows)

Ctrl + 0


ZBrush 4 (Windows)
Antiliased Half Size
3D Models - Canvas Zoom

Ctrl + 0


Flock (Windows)
Restore text size
General

Ctrl + 0


Adobe Captivate 2017 (Windows)
Best Fit Zoom / Center Align Workspace
Magnification

Ctrl + 0


Poser Pro (Windows)
Orbit selected mode
Display

Ctrl + 0


ZBrush 4 (Windows)
Antiliased Half Size
ZSpheres - Canvas Zoom

Ctrl + 0


VideoPad Video Editor (Windows)
Show entire clip
Clip Player

Ctrl + 0


Libreoffice Writer (Windows)
Apply Text Body paragraph style
General

Ctrl + 0


ZBrush 4 (Windows)
Antiliased Half Size
Canvas and 2.5D - Canvas Zoom

Ctrl + 0


Unity3D 5 (Windows)
Version Control
Window

Ctrl + 0


eSignal (Windows)
Trade Manager
49 Shortcuts for eSignal (Windows)

Ctrl + 0


Visual Assist
Reset editor zoom level to 100%
Text editor

Ctrl + 0


Vivaldi
Page zoom reset
View

Ctrl + 0


Skipper
Zoom Model to actual size (100%)
Visual model shortcuts

Ctrl + 0


Surfcam (Windows)
Previous view number
60 Shortcuts for Surfcam (Windows)

Ctrl + 0


Geany (Windows)
Zoom Reset
Moving the document

Ctrl + 0


Geany (Linux)
Zoom Reset
Moving the document

Ctrl + 0


Comodo IceDragon (Windows)
Zoom Reset
Viewing, Printing and Saving Current Page

Ctrl + 0


Source Insight (Windows)
Paren Right
General

Ctrl + 0


winIDEA
Display Signal Pointer
Plugin: Analyzer

Ctrl + 0


Gmsh 4.1.4
Reload full project
General

Ctrl + 0


IRONCAD (Windows)
Open
File/Editing Keys

Ctrl + 0


Ulead PhotoImpact 8 (Windows)
Displays the image at its actual size
View Menu

Ctrl + 0


Affinity Photo
Zoom to Fit
View

Ctrl + 0


Vectorworks (Windows)
Set 3D View
View Menu

Ctrl + 0


Roblox Studio
Reset script zoom
Scripting

Ctrl + 0


Target 3001! (Windows)
Draw an Open Circle
Modes and Elements

Ctrl + 0


Ableton Live 9 (Windows)
Quantization Off
Global Quantization

Ctrl + 0


LDView
Two-thirds view
General

Ctrl + 0


WavePad Sound Editor (Windows)
Silence
Edit Operations

Ctrl + 0


DraftSight (Windows)
Maximizes the drawing area
37 Shortcuts for DraftSight (Windows)

Ctrl + 0


FlexiSign Pro 8.1 (Windows)
Align Text Baselines
Alignment Shortcuts

Ctrl + 0


Brave Browser (Windows)
Actual Size
Page Navigation and Display

Ctrl + 0


RStudio (Mac)
Show Build
Views

Ctrl + 0


Aspire (Windows)
Rotates selected object 45 degrees to right
General Shortcuts

Ctrl + 0


Balsamiq Mockups (Windows)
Zoom to Fit
Views

Ctrl + 0


RStudio
Show Build
Views

Ctrl + 0


JS Bin
Hide currently focused panel
Showing and hiding panels

Ctrl + 0


GitHub Desktop
Reset zoom
View menu

Ctrl + 0


Google Chrome
Return everything on the page to default size
Webpage shortcuts

Ctrl + 0


AutoCAD
Clean Screen
Manage Screen

Ctrl + 0


Ableton Live 10
Quantization Off
Global Quantization

Ctrl + 0


Nuclide (Linux)
Toggle between the Editing Area and the Project Explorer’s File Tree
Common

Ctrl + 0


draw.io
Custom zoom
Navigate & view

Ctrl + 0


Shotcut (Mac)
Reset Track Height
Timeline

Ctrl + 0


Shotcut
Reset Track Height
Timeline

Ctrl + 0


Winamp
Open or play location
Main window

Ctrl + 0


Adobe Bridge CC
No rating
Label menu

Ctrl + 0


Evernote for Windows
Reset Zoom
Note Editor

Ctrl + 0


Total War: Attila
Create unit group 10
Battles: Unit / group

Ctrl + 0


Alteryx
Jump to selection
Zoom in and out of the workflow

Ctrl + 0


NoxPlayer
Shake
General

Ctrl + 0


jEdit
Remove split containing current text area only.
Views

Ctrl + 0


Unity
Version Control
Window

Ctrl + 0


Bluebeam Revu
Fit width
Viewing

Ctrl + 0


Gravit Designer
Original view
View

Ctrl + 0


1Password
Reset the font size.
1Password application

Ctrl + 0


Adobe Dimension CC (Windows)
Zoom to Fit All
View menu

Ctrl + 0


Atom (Windows)
(Source: Markdown Preview) markdown-preview:reset-zoom
All shortcuts

Ctrl + 0


Nuance Power PDF
Zoom to fit page
Zoom

Ctrl + 0


Matlab
Command window
General

Ctrl + 0


Virtual DJ 2018
Set cue 10
General

Ctrl + 0


Xodo
Reset zoom
Navigating

Ctrl + 0


PDF-XChange Editor
Fit page to the window
General

Ctrl + 0


Autodesk SketchBook (Windows)
Fit canvas to window
SketchBook for Mobile

Ctrl + 0


Clip Studio Paint Pro
Fit to screen
View menu

Ctrl + 0


Corel Painter
Zoom to fit
Windows menu

Ctrl + 0


Adobe Photoshop CC
Fit in window
Using Extract and Pattern Maker (optional plug-ins)

Ctrl + 0


Microsoft Word 2016
Add or remove one line space preceding a paragraph
Set line spacing

Ctrl + 0


Adobe XD (Windows)
Reset zoom
Design specs

Ctrl + 0


Chromebook and Chrome OS
Reset zoom level
Page and web browser

Ctrl + 0


Adobe Premiere Pro (Windows)
Toggle All Video Targets
Multi camera

Ctrl + 0


WavePad
Silence
Edit Operations

Ctrl + 0


Comodo IceDragon
Automatic Zoom
PDF Viewer

Ctrl + 0


Brackets
Restore Font Size
General

Ctrl + 0


GIMP
Open recent image 10
File

Ctrl + 0


WriteMonkey
Reset zoom
General

Ctrl + 0


LibreOffice Writer
Apply Text Body paragraph style
General

Ctrl + 0


REAPER
Markers: Add/move marker 10 to play/edit cursor
Section: Main

Ctrl + 0


Tekla Structures 20
Reset all
User Coordinate System (UCS)

Ctrl + 0


Maple
Default Zoom Factor
Menu accelerators

Ctrl + 0


Qt Creator
Reset font size
Help

Ctrl + 0


FocusWriter
Go to last document
General

Ctrl + 0


Guitar Pro
Sharp
Note - Accidentals

Ctrl + 0


Git Tower (Windows)
Show HEAD branch
Moving between views

Ctrl + 0


Python IDLE for Windows
Show surrounding parents
Edit menu

Ctrl + 0


Accounting CS
Actual size
Modifying the view

Ctrl + 0


Microsoft Excel 2016
Hides the selected columns
CTRL combination shortcut keys

Ctrl + 0


WinMerge
Toggle Bookmark 0
Bookmarks

Ctrl + 0


ACDSee
... to <keybs>5</keybs>: Assigns a rating to the currently selected item. Use only the numeric keypad for these shortcuts. Press <keybs>Ctrl</keybs> + <keybs>0</keybs> to remove a rating
General

Ctrl + 0


Microsoft Internet Explorer 11
Zoom to 100%
Zoom

Ctrl + 0


Chrome DevTools
Restore default zoom level
Global shortcuts

Ctrl + 0


Firefox Quantum
Reset zoom
PDF Viewer

Ctrl + 0


Paint.NET
Actual size
View menu

Ctrl + 0


PeaZip
Extract to previous output path (if set)
Extract without confirmation

Ctrl + 0


CoffeeCup HTML Editor
... to <keybs>9</keybs>: Go to bookmark 0 - 9
Document

Ctrl + 0


SQL Server Management Studio (SSMS)
Run the stored procedure configured for this shortcut in the Tools, Options, Keyboard, Query Shortcuts dialog
Code editor

Ctrl + 0


Foxit PDF Reader 2.0
Open File
File shortcuts

Ctrl + 0


AIMP
... to <keybs>5</keybs>: Set mark 0 to 5
Working with Playlist

Ctrl + 0


Mozilla Thunderbird
Reset zoom
Controlling the compose window

Ctrl + 0


Adobe Acrobat Reader DC
Zoom to fit page
Zoom features

Ctrl + 0


Everything
Reset text size to Normal
General keyboard shortcuts

Ctrl + 0


Microsoft Photos App
Reset zoom on a photo
General

Ctrl + 0


GOM Player
Set as wallpaper (delete)
Others

Ctrl + 0


PhotoScape
Zoom window
Editor

Ctrl + 0


Microsoft Visual Studio 2017 (All shortcuts)
Design.FitAll
XAML UI Designer

Ctrl + 0


WhatsApp Web and Desktop
Default zoom level
General

Ctrl + 0


Microsoft OneNote
Remove all note tags from the selected notes
Tag notes

Ctrl + 0


Microsoft Edge
Reset zoom level
General

Ctrl + 0


Opera
Open "Windows" panel
Panel keys: Activation

Ctrl + 0


HeidiSQL
Goto marker 0...9
SQL editing

Ctrl + 0


Adobe Fireworks MX (Windows)
Fit Selection
Using the Fireworks Zoom Feature with Keyboard Shortcuts

ctrl + 0


DBeaver 6.0.3
Switch active schema/catalog (available if SQL/database editor is open)
Other

Ctrl + 0


Final Draft 11 (Windows)
Add a General paragraph
Element

Ctrl + 0