RStudio (Windows)

Editing (Console and Source)

Paste

Ctrl + V

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 Word 2007 (Windows)
Paste text or an object.
Common tasks

Ctrl + V


Open Office Writer 3 (Linux)
Cut, copy, paste
Editing

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Excel 2010 (Windows)
Paste content from clipboard into selected cell.
Work with Data Selections - Work with Clipboard

Ctrl + V


Microsoft OneNote 2010 (Windows)
Cut/ Copy/ Paste the selected text or item.
Basic Editing and Formatting

ctrl + x / ctrl + c / ctrl + v


Emacs 23.2.1 (Linux)
Page forward / backward
Cursor Movement

Ctrl + V / Meta + V


Eclipse Helios (Windows)
Cut, copy and paste
Edit Text

Ctrl + C / Ctrl + X / Ctrl + V


Microsoft Outlook 2010 (Windows)
Cut/ copy/ paste
Messages in Main View - Format Message Body

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Projects 2010 (Windows)
Cut / Copy / Paste
Access Projects 2010 Features

Ctrl + X / Ctrl + C / Ctrl + V


KDevelop (Linux)
Cut, copy, paste
Editing

Ctrl + X / Ctrl + C / Ctrl + V


Thunderbird (Windows)
Copy / Cut / Paste
Compose and Edit Message

Ctrl + C / Ctrl + X / Ctrl + V


Thunderbird (Linux)
Copy / Cut / Paste
Compose and Edit Message

Ctrl + C / Ctrl + X / Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
Manage Access Features - Form Controls

Ctrl + X / Ctrl + C / Ctrl + V


Unity3D 3 (Windows)
Copy / Cut / Paste
Editing

Ctrl + c / Ctrl + x / Ctrl + v


Microsoft Excel 2003 (Windows)
Paste selected text
Basic

Ctrl + v


Microsoft Word 2007 (Windows)
Paste the most recent addition to the Office Clipboard.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + V


Inpage (Windows)
To paste text
For Editing

Ctrl + v


Phoenix Viewer (Windows)
Cut / Copy / Paste
Edit

Ctrl + X / Ctrl + C / Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
Manage Access Features - Design View

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Outlook 2010 (Windows)
Cut/ copy/ paste
Messages in Compose View - Format Message Body

Ctrl + X / Ctrl + C / Ctrl + V


Inpage (Windows)
To paste objects
For Editing of Objects

Ctrl + v


Inpage (Windows)
To paste selected Objects
To Change Picture

Ctrl + v


Microsoft PowerPoint 2003 (Windows)
Paste
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + V


Microsoft Excel 2010 (Windows)
Paste content from clipboard into selected cell.
Insert and Edit Data - Work with Clipboard

Ctrl + V


Total Commander 8 (Windows)
Paste from clipboard to current dir.
Main Shortcuts

Ctrl + v


Access 2010 (Windows)
Cut / Copy / Paste
Working with Text and Data - Form Controls

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Outlook 2010 (Windows)
Cut/ copy/ paste
Calendar Shortcuts - Format Message Body

Ctrl + X / Ctrl + C / Ctrl + V


Opera (Linux)
Paste from clipboard
Text Editing

Ctrl + V


Oracle SQL Developer 4 (Windows)
Cut/ Copy/ Paste
Edit

Ctrl + X / Ctrl + C / Ctrl + V


Smartplant Review (Windows)
Paste Text
Standard Control Keys

Ctrl + v


Evernote (Windows)
Cut / Copy / Paste
Note Editor

Ctrl + x / Ctrl + c / Ctrl + v


Sublime Text (Windows)
Paste
Cut, Copy and Paste

Ctrl + V


Microsoft Excel 2010 (Windows)
Paste content from clipboard into selected cell.
Format Data - Work with Clipboard

Ctrl + V


UltraEdit (Windows)
Paste text from the clipboard into the active document
Edit Menu

Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
Working with Text and Data - Design View

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft PowerPoint 2010 (Windows)
Paste cut or copied object.
Work with Text and Objects

Ctrl + V


Texmaker 4.0.2 (Windows)
Paste
"Edit" menu

Ctrl + V


CATIA V5 (Windows)
Cut / Copy / Paste
38 Shortcuts for CATIA V5 (Windows)

Ctrl + X / Ctrl + C / Ctrl + V


AutoCAD 2012 (Windows)
Paste object
Manage Workflow

Ctrl + V


FreeMind 0.9.0 (Windows)
Paste
Edit commands

Ctrl + V


Avid Media Composer 7 (Windows)
Paste
Editing

Ctrl + V


IntelliJ (Linux)
Paste from clipboard
Editing

Ctrl + V / Shift + Insert


IntelliJ (Windows)
Paste from clipboard
Editing

Ctrl + V / Shift + Insert


iTunes (Windows)
Cut the selected song’s information or artwork
Edit Menu

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Excel 2010 (Windows)
Paste content from clipboard into selected cell.
Formulas and Names - Work with Clipboard

Ctrl + V


Audacity 2 (Linux)
Paste selection at cursor
Frequently Used

Ctrl + V


Audacity 2 (Windows)
Save
File Menu

Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
Working with Access Views - Form Controls

Ctrl + X / Ctrl + C / Ctrl + V


Audacity 2 (Linux)
Paste selection at cursor
Edit Menu

Ctrl + V


Audacity 2 (Windows)
Paste
Edit Menu

Ctrl + V


Directory Opus (Windows)
Paste
Edit Menu

Ctrl + V


Adobe Photoshop CS5 (Windows)
Paste
Vanishing Point

Ctrl + V


FL Studio (Windows)
Paste channel steps/score
Channel Window & Step Sequencer

Ctrl + V


WinRAR (Windows)
Paste files from clipboard
File Menu

Ctrl + V


Beyond Compare (Windows)
Paste
Edit Menu

Ctrl + V


Pro Tools (Windows)
Paste
Edit Menu

Ctrl + V


Axialis IconWorkshop (Windows)
Paste
Edit Menu

Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
Working with Access Views - Design View

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Word 2013 (Windows)
Cut / copy/ paste selected text or object
Undo, Copy and Paste

Ctrl + X / Ctrl + C / Ctrl + V


Qt Creator (Windows)
Cut / Copy / Paste
General

Ctrl + X / Ctrl + C / Ctrl + V


Qt Creator (MacOS)
Cut / Copy / Paste
General

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Excel 2013 (Windows)
Paste content from clipboard into selected cell
Excel Basics

Ctrl + V


FileMaker Pro (Windows)
Paste
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + V


FL Studio (Windows)
Paste selection
Playlist Action

Ctrl + V


Comsol 5 (Windows)
Paste copied text
Model Tree

Ctrl + V


Comsol 5 (Linux)
Paste copied text
Model Tree

Ctrl + V


Autodesk Maya 2015 (Windows)
Copy/Cut/Paste
Edit Operation

Ctrl + C / Ctrl + X / Ctrl + V


Virtual DJ (Windows)
Video Open
All Shortcuts

Ctrl + V


Microsoft Excel 2010 (Windows)
Paste content from clipboard into selected cell.
The Rest - Work with Clipboard

Ctrl + V


Notepad++ 6 (Windows)
Paste
Edit menu

Ctrl + V


FL Studio (Windows)
Paste selection
Piano Roll Action

Ctrl + V


Linux Mint (Linux)
Paste
General

Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
The Rest - Form Controls

Ctrl + X / Ctrl + C / Ctrl + V


Prezi (Web Application)
Copy selected object(s)
Editing

Ctrl + C / Ctrl + V


FileMaker Pro (Windows)
Paste
Text Shortcuts - Delete and Edit Text

Ctrl + V


Camtasia 8 (Windows)
Cut/ Copy /Paste
Standard Windows Shortcuts

Ctrl + X / Ctrl + C / Ctrl_V


Sway 2016 (Windows)
Paste (from clipboard)
Basic Commands

Ctrl + V


Skype for Business (Lync) 2016 (Windows)
Cut/ Copy/ Paste
Instant Messaging

Ctrl + X / Ctrl + C / Ctrl + V


FreeMeta (Windows)
Paste text to textbox.
FreeMeta software all shortcut keys

Ctrl + V


Microsoft OneNote 2016 (Windows)
Cut/ copy/ paste selection
Basic Editing and Formatting

Ctrl + X / Ctrl + C / Ctrl + V


Clink (Windows)
Paste from clipboard
Clink Commands

Ctrl + V


Access 2010 (Windows)
Cut / Copy / Paste
The Rest - Design View

Ctrl + X / Ctrl + C / Ctrl + V


Onshape (Windows)
Paste
Assembly

Ctrl + V


Autodesk Maya 2017 (Windows)
Copy/Cut/Paste
Edit Operation

Ctrl + C / Ctrl + X / Ctrl + V


Google Slides (Windows)
Paste
General Slides Shortcuts

Ctrl + V


Console2 (Windows)
Paste
30 Shortcuts for Console2 (Windows)

Ctrl + V


Clink (Windows)
paste-from-clipboard
BASH (GNU Readline) Line Editing

Ctrl + V


Android Studio (Windows)
Paste
Text Basic Shortcuts

Ctrl + V


Microsoft Visio 2016 (Windows)
Copy,Paste and Cut respectively Shape
Select Various Tool/Shape Shortcuts

Ctrl + C / Ctrl + V / Ctrl + X


Corel VideoStudio X9.5 (Windows)
Paste clip
Edit Tab Operations

Ctrl + V


Access 2016 (Windows)
Paste
Design/Content Operation(on selected control)

Ctrl + V


Microsoft PowerPoint 2016 (Windows)
Paste text/image/text
Edit and General Text Operations

Ctrl + V


FileMaker Pro (Windows)
Paste
Database Management Shortcuts - Delete and Edit Text

Ctrl + V


Adobe Premiere CC (Windows)
Paste
General Shortcuts

Ctrl + V


Microsoft PowerPoint 2016 (Windows)
Copy,cut and paste shapes
Shapes and Various Drawing Objects Shortcuts

Ctrl + C / Ctrl + X / Ctrl + V


Nuke 10 (Windows)
Paste Selected
Global Shortcuts

Ctrl + V


Adobe Audition CC (Windows)
Copy/Cut/Paste
Marker/Tool/Clip Shortcuts

Ctrl + C / Ctrl + X / Ctrl + V


Nuke 10 (Linux)
Paste Selected
Global Shortcuts

Ctrl + V


Corel Painter 2017 (Windows)
Paste in place
General Shortcuts

Ctrl + V


Finale (Windows)
Paste
Edit Menu

Ctrl + V


InDesign CC (Windows)
Paste
Edit Menu shortcuts

Ctrl + V


FileMaker Pro (Windows)
Paste text from the Clipboard
Paste, Select, and Replace Values

Ctrl + V


Anime Studio (Windows)
Paste
General Shortcuts

Ctrl + V


Nuke 10 (Windows)
Copy/Cut/Paste
Curve Editor

Ctrl + C / Ctrl + X / Ctrl + V


IMVU (Windows)
Paste text into new chat balloon
Screen and View

Ctrl + V


Nuke 10 (Linux)
Copy/Cut/Paste
Curve Editor

Ctrl + C / Ctrl + X / Ctrl + V


Hexagon 2 (Windows)
Paste
General Shortcuts

Ctrl + V


Zoho Sheet (Windows)
Paste
Actions

Ctrl + V


Zoho Writer (Windows)
To Paste Contents of Document
General

Ctrl + V


3D Coat (Windows)
Paste
General Operations

Ctrl + V


Microsoft Word 2016 (Windows)
Paste text/image/text
Text Editing/Graphics editing Operations

Ctrl + V


Dynamics GP 2015 (Windows)
Paste
General Shortcuts

Ctrl + V


Dynamics SL 2015 (Windows)
Paste
General Shortcuts

Ctrl + V


Wondershare Editor (Windows)
Paste
Application control

Ctrl + V


GIMP (Linux)
Paste
Edit

Ctrl + V


Dynamics NAV 2015 (Windows)
Paste
General

Ctrl + V


Apple Photos (Windows)
Paste photo
Organize

Ctrl + V


Age of Empires (Windows)
Go to castle
Game Commands

Ctrl + V


Windows Movie Maker (Windows)
Paste
General

Ctrl + V


Dynamics CRM 2015 (Windows)
Copy/Cut/Paste
General Purpose Shortcuts

Ctrl + C / Ctrl + X / Ctrl+ V


GIMP (Windows)
Paste
Edit Shortcuts

Ctrl + V


Zoho Show (Windows)
Paste
Actions

Ctrl + V


AutoCAD 2016 (Windows)
Pastes data from the Windows Clipboard
General

Ctrl + V


Autodesk 3ds Max 2017 (Windows)
Clone
General user interface

Ctrl + V


Silhouette Studio (Windows)
Paste
General

Ctrl + V


Microsoft Projects 2016 (Windows)
Paste cut or copied object.
Working with OfficeArt Objects

Ctrl + V


AutoCad Architecture 2017 (Windows)
Pasteclip tool
General

Ctrl + V


Act! CRM (Windows)
Paste selected Text
General Shortcuts

Ctrl + v


Microsoft Projects 2016 (Windows)
Paste the copied or cut data.
Sheet View

Ctrl + V


Sublime Text (Linux)
Paste Line
General Editing Shortcuts

Ctrl + V


Asana (Web Application)
Paste selected task
Task Action Shortcuts(On Windows Plateform)

Ctrl + V


Microsoft Excel 2016 (Windows)
Paste cell(s) from clipboard
Cut, Copy, Paste, and Paste Special

Ctrl + V


WordPress (Windows)
Paste
General Editor Shortcuts

Ctrl + V


Sublime Text (MacOS)
Scroll down one page
Scrolling Shortcuts

Ctrl + V


JetBrains RubyMine (Windows)
Cut/Copy/Paste Current line to Clipboard
Editing Shortcuts

Ctrl + X / Ctrl + C / Ctrl + V


JetBrains RubyMine (Linux)
Cut/Copy/Paste Current line to Clipboard
Editing Shortcuts

Ctrl + X / Ctrl + C / Ctrl + V


Google Blogger (Web Application)
Paste
15 Shortcuts for Google Blogger (Web Application)

Ctrl + V


IntelliJ (MacOS)
VCS Quick Popup
VCS/Local History

Ctrl + V


Adobe XD (Experience Design) (Windows)
Paste
Edit Menu

Ctrl + V


Logic Pro X (MacOS)
Send Selected Fader Values
Environment

Ctrl + V


JetBrains PyCharm (Windows)
Cut/Copy/Paste Current line to Clipboard
Editing

Ctrl + X / Ctrl + C / Ctrl + V


Logic Pro X (MacOS)
Paste Lane
Step Editor

Ctrl + V


Adobe Flash Builder (Windows)
Paste
24 Shortcuts for Adobe Flash Builder (Windows)

Ctrl + V


Cloud9 (Windows)
Paste
Clipboard

Ctrl + V


JetBrains RubyMine (MacOS)
VCS Operations Popup
VCS/Local History

Ctrl + V


Autodesk SketchBook Pro (Windows)
Paste
Colors and Brushes

Ctrl + V


BrainSuite (Windows)
Toggle show Volume slices in 3D view
Main Window

Ctrl + V


JetBrains PyCharm (MacOS)
VCS Operations Popup
VCS/Local History

Ctrl + V


JetBrains AppCode (MacOS)
VCS Operations Popup
VCS/Local History

Ctrl + V


Daz 3D Bryce 7 (Windows)
Copy/Paste Terrain
Terrain Editing

Ctrl + C / Ctrl + V


Bash (Linux)
Display Sequence for Enter Key
Control Character

Ctrl + V


Adobe RoboHelp (Windows)
Copy/Cut/Paste
General Shortcuts

Ctrl + C / Ctrl + X / Ctrl + V


Clarizen (Web Application)
Copy/Cut/Paste Selected Cell or Rows
Action

Ctrl + C / Ctrl + X / Ctrl + V


JetBrains PhpStorm (Windows)
Cut/Copy/Paste Current line to Clipboard
Editing

Ctrl + X / Ctrl + C / Ctrl + V


Daz 3D Carrara 8 (Windows)
Paste
Application - Edit

Ctrl + V


JetBrains PhpStorm (Linux)
Cut/Copy/Paste Current line to Clipboard
Editing

Ctrl + X / Ctrl + C / Ctrl + V


jEdit (Windows)
Paste
Clipboard and Register

Ctrl + V


DAZ Studio (Windows)
Paste to selected
Edit Commands

Ctrl + V


Autodesk Mudbox 2017 (Windows)
Set Topological Axis
Subdivison and Symmetry

Ctrl + V


DocuSign (Web Application)
Paste
Field Shortcuts

Ctrl + V


JetBrains PhpStorm (MacOS)
VCS Operations Popup
VCS/Local History

Ctrl + V


Corel PhotoPaint X6 (Windows)
Paste as New Object
Edit Menu

Ctrl + V


Corel WordPerfect X8 (Windows)
Paste
63 Shortcuts for Corel WordPerfect X8 (Windows)

Ctrl + V


Corel Ventura 10 (Windows)
Paste
Text Formatting

Ctrl + V


Steinberg Cubase 9 (Windows)
Paste
Edit

Ctrl + V


Corel Draw X8 (Windows)
Paste
General

Ctrl + V


Daz 3D Carrara 8 (Windows)
Paste
Spline Modeler - Edit

Ctrl + V


HTML-Kit (Windows)
Paste
87 Shortcuts for HTML-Kit (Windows)

Ctrl + V


Opera (Windows)
Paste from clipboard
Text Editing

Ctrl + V


Corel Quattro Pro X8 (Windows)
Paste
Edit Menu

Ctrl + V / Shift + Insert


Gliffy (Windows)
Paste
Shape Shortcuts

Ctrl + V


Daz 3D Carrara 8 (Windows)
Paste
Vertex Modeler - Edit

Ctrl + V


Chief Architect (Windows)
Paste
General Editing

Ctrl + V


Flock (Windows)
Paste
General

Ctrl + V


Kingsoft Presentation 2016 (Windows)
Paste
Editing Shortcuts

Ctrl + V


MusicBee (Windows)
Paste Copied Tags
Edit Controls

Ctrl + V


Poser Pro (Windows)
Paste
File

Ctrl + V


Kingsoft Writer 2016 (Windows)
Paste
Editing

Ctrl + V


Kingsoft Spreadsheets 2016 (Windows)
Paste
Other Shortcuts

Ctrl + V


Primevera P6 P6 (Windows)
Paste
General Shortcuts

Ctrl + V


Brackets (Windows)
Paste
99 Shortcuts for Brackets (Windows)

Ctrl + V


SPSS Modeler (Windows)
Paste
General Shortcuts

Ctrl + V


Adobe Captivate 2017 (Windows)
Paste what is on the clipboard (for example, slide, image, object, and so on)
General and Miscellaneous Shortcuts

Ctrl + V


TradeStation (Windows)
Paste
Editor Shortcuts

Ctrl + V


WinSCP 5 (Windows)
Paste files
File Management

Ctrl + V


Informix Genero 2.5.0 (Windows)
Paste from clipboard
Clipboard Shortcuts

Ctrl + V / Shift + Insert


Krita Painting 3 (Windows)
Paste
General

Ctrl + V


MPS 2017 (Windows)
Paste from the Clipboard to the caret location
Basic Editing

Ctrl + V


Forte (Windows)
Paste
Composition Window

Ctrl + V


Jetbrains CLion (Windows)
Paste from clipboard
Editing Shortcuts

Ctrl + V


VideoPad Video Editor (Windows)
Paste clip
Edit

Ctrl + V


GOM Player (Windows)
Flip - Output
Video Control

Ctrl + V


MOTU Digital Performer 9 (Windows)
Paste
General

Ctrl + V


DITA CMS (Windows)
Paste
22 Shortcuts for DITA CMS (Windows)

Ctrl + V


Soundforge (Windows)
Paste data from the clipboard into the active window
Data Window

Ctrl + V


Siemens NX 11 (Windows)
Paste
Edit Menu

Ctrl + V


KMPlayer (Windows)
Open DVD File
General

Ctrl + V


PotPlayer (Windows)
Flip Input Picture On/Off
Standard Keyboard Controls

Ctrl + V


XYplorer (Windows)
Paste
General Shortcuts

Ctrl + V


Teamcenter (Windows)
Paste
Miscellaneous Shortcuts

Ctrl + V


Pegasus Mail (Web Application)
Paste
Edit menu

Ctrl + V


Xamarin Studio (MonoDevelop) (Windows)
Paste
Edit Menu

Ctrl + V


Unity3D 5 (Windows)
Paste
Edit

Ctrl + V


Vegas Pro 14 (Windows)
Paste from clipboard
General Editing

Ctrl + V


Editpad 7 (Windows)
Paste
Clipboard commands

Ctrl + V


eSignal (Windows)
Paste
49 Shortcuts for eSignal (Windows)

Ctrl + V


Vegas Pro 14 (Windows)
Paste from clipboard
Event Selection and Editing

Ctrl + V


Quickbooks Desktop (Windows)
Paste Transaction
Account Register Shortcuts

Ctrl + v


TVPaint Animation (Windows)
Paste
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + V


Synfig (Windows)
Paste the layer(s) from the clipboard above the currently selected layer
73 Shortcuts for Synfig (Windows)

Ctrl + V


Pencil2D (Windows)
Paste
57 Shortcuts for Pencil2D (Windows)

Ctrl + V


CrazyTalk 8 (Windows)
Paste
Editing Shortcuts

Ctrl + V


Bitcomet (Windows)
Paste
Global

Ctrl + V


SolidWorks (Windows)
Paste
Edit Menu

Ctrl + V


Quickbooks Desktop (Windows)
Paste cut or copied characters
General Editing

Ctrl + v


Tableau (Windows)
Paste clipboard
General

Ctrl + V


DrawPlus (Windows)
Paste
Object

Ctrl + V


iClone 7 (Windows)
Paste keys or clips
Timeline Shortcuts

Ctrl + V


Google Data Studio
Paste
General (Windows)

Ctrl + V


Solid Edge (Windows)
Paste
Standard Shortcuts

Ctrl + V


Impro-Visor (Windows)
paste copied chords and melody (from invisible clipboard)
Cut/Paste/Copy

Ctrl + V


Spotify (Windows)
Paste
General

Ctrl + V


Rhino (Windows)
Paste
Default Shortcuts

Ctrl + V


Creo Parametric (Windows)
Paste
26 Shortcuts for Creo Parametric (Windows)

Ctrl + V


Cabinet Vision (Windows)
Paste Cabinet
Selection Shortcuts

Ctrl + V


CodeLite 10 (Windows)
Paste text from clipboard
Editor

Ctrl + V


Vim (Linux)
Start visual block mode
Making text (Visual mode)

Ctrl + v


Solidworks 2019
Drawings. Copies and pastes drawing views.
Copy/Paste

Ctrl + V


Delphi 10 (Windows)
Paste
193 Shortcuts for Delphi 10 (Windows)

Ctrl + V


OpenSCAD (MacOS)
Navigate Page down
Navigation Shortcuts

Ctrl + V


Webflow (Windows)
Paste
Copy/paste

Ctrl + V


TurboCAD (Windows)
Insert the clipboard contents
171 Shortcuts for TurboCAD (Windows)

Ctrl + V


winIDEA
Insert Clipboard contents
Edit

Ctrl + V


FlashFXP (Web Application)
View File
54 Shortcuts for FlashFXP (Web Application)

Ctrl + V


Xyplorer
Paste
Edit Menu

Ctrl + V


Simplify3D
Paste selection
Edit menu

Ctrl + V


Surfcam (Windows)
Display Views dialog box
60 Shortcuts for Surfcam (Windows)

Ctrl + V


Shopify
Paste
General

Ctrl + V


Kate (Linux)
Paste
29 Shortcuts for Kate (Linux)

Ctrl + V


Kate (Windows)
Paste
38 Shortcuts for Kate (Windows)

Ctrl + V


progeCAD (Windows)
Pastes the contents of the Windows clipboard into the active drawing
51 Shortcuts for progeCAD (Windows)

Ctrl + V


CuteFTP (Windows)
Paste
General

Ctrl + V


PSPad (Windows)
Paste - Insert clipboard text to cursor position
Edit

Ctrl + V


Comodo IceDragon (Windows)
Paste
Editing Options

Ctrl + V


Modo (Windows)
Paste
General/System

Ctrl + V


Webflow
Paste
Copy / paste

Ctrl + V


ChessBase 13
Paste all games marked for copying in the selected database
Database window

Ctrl + V


Geany (Linux)
Paste
Cut and Paste

Ctrl + V


Geany (Windows)
Paste
Cut and Paste

Ctrl + V


VariCAD (Windows)
Objects from Clipboard
Hot Keys

Ctrl + V


App Maker
Paste text from the clipboard
Code editor shortcuts

Ctrl + V


FEKO (Windows)
Paste from clipboard
General Shortcuts

Ctrl + V / Shift + Ins


FEKO (Linux)
Paste from clipboard
General Shortcuts

Ctrl + V / Shift + Ins


PhotoFiltre (Windows)
Paste clipboard contents
Selection, past and text

Ctrl + V


IRONCAD (Windows)
Paste
File/Editing Keys

Ctrl + V


Roblox Studio
Paste
General Editing

Ctrl + V


Ulead PhotoImpact 8 (Windows)
Pastes data from the clipboard as an object
Edit Menu

Ctrl + V


Wordfast Pro (Windows)
Paste
100 Shortcuts for Wordfast Pro (Windows)

Ctrl + V


Easel
Paste
General

Ctrl + V


Chromebook (Linux)
Paste text currently in clipboard
34 Shortcuts for Chromebook (Linux)

Ctrl + V


Ableton Live 9 (Windows)
Paste
Editing

Ctrl + V


Ulead PhotoImpact 8 (Windows)
Opens the Color Balance dialog box
Format Menu

Ctrl + V


WinRAR
Paste files from clipboard
File menu

Ctrl + V


KiCad 5.0.2
Add MicroVia
Pcbnew

Ctrl + V


GibbsCAM (Windows)
Paste
Edit Menu

Ctrl + V


Vectorworks (Windows)
Paste
Edit Menu

Ctrl + V


KiCAD (Windows)
Add Microvia
PCB

Ctrl + V


KiCAD (Linux)
Add Microvia
PCB

Ctrl + V


ArtRage 4.5 5 (Windows)
Paste Clipboard To New Layer
Menus

Ctrl + V


SpaceClaim (Windows)
Paste
71 Shortcuts for SpaceClaim (Windows)

Ctrl + V


DaVinci Resolve 14 (Windows)
Paste
Edit

Ctrl + V


Inkscape (Windows)
Paste clipboard - This places the clipboard objects at the Mouse cursor, or at the center of the window if Mouse is outside the canvas
Objects

Ctrl + V


Cobalt (Windows)
Paste
70 Shortcuts for Cobalt (Windows)

Ctrl + V


FaceRig Studio
Paste
Camera editor

Ctrl + V


Arduino (Windows)
Paste
29 Shortcuts for Arduino (Windows)

Ctrl + V


Arduino (Linux)
Paste
29 Shortcuts for Arduino (Linux)

Ctrl + V


Target 3001! (Windows)
Paste/Insert
Editing Shortcuts

Ctrl + V / Shift + Insert


gEDA (Linux)
Paste from buffer
Other Important Shortcuts

Ctrl + V


Huggle
View page (latest revision)
Page

Ctrl + V


Sage Simply Accounting (Windows)
Paste copied selection
General

Ctrl + V


The Secret of Monkey Island
Version number
Function and Command keys

Ctrl + V


RStudio
Paste
Editing (Console and Source)

Ctrl + V


CoSpaces Edu
Paste blocks
CoBlocks

Ctrl + V


MyPaint (Windows)
Paste
Show Layer Menu

Ctrl + V


AVS Audio Editor (Windows)
Pastes from internal clipboard
Edit

Ctrl + V


Altium Designer (Windows)
Paste
Common Schematic and PCB Editor Shortcuts

Ctrl + V / Shift + Insert


GeoGebra
Paste
Windows shortcuts

Ctrl + V


WavePad Sound Editor (Windows)
Paste
Edit Operations

Ctrl + V


Oracle RightNow
Paste
Text editing

Ctrl + V


Balsamiq Mockups (Windows)
Paste
Edit/History

Ctrl + V


FlightGear
Reset view modes to pilot view
Display options

Ctrl + V


SolveSpace (Windows)
Paste
Edit menu

Ctrl + V


KeyCreator (Windows)
Paste from Clipboard
General Shortcuts

Ctrl + V


TopSolid (Windows)
Paste Selected Operation
Operation Manager

Ctrl + V


BobCAD (Windows)
Paste
22 Shortcuts for BobCAD (Windows)

Ctrl + V


CamBam (Windows)
Paste from the clipboard
32 Shortcuts for CamBam (Windows)

Ctrl + V


BricsCAD (Windows)
Pastes the contents of the Clipboard into the drawing (PASTECLIP command)
Other Shortcuts

Ctrl + V


DraftSight (Windows)
Paste Data
37 Shortcuts for DraftSight (Windows)

Ctrl + V


BricsCAD (Linux)
Pastes the contents of the Clipboard into the drawing (PASTECLIP Ctrl)
Other Shortcuts

Ctrl + V


Brave Browser (Windows)
Paste
Page Navigation and Display

Ctrl + V


AVS Video Editor (Windows)
Paste object
Text Properties

Ctrl + V / Shift + Insert


Adobe Illustrator
Paste
Frequently used shortcuts

Ctrl + V


eMachineShop (Windows)
Paste the clipboard contents to the Design
38 Shortcuts for eMachineShop (Windows)

Ctrl + V


Figma (Web Application)
Paste
Edit

Ctrl + V


FlexiSign Pro 8.1 (Windows)
Paste
Selection

Ctrl + V


Aspire (Windows)
Create Mirror Copy Vertically
Mirror Shortcuts

Ctrl + V


EasyWorship
Paste text from the Windows clipboard into the text editor
Editor

Ctrl + V


VCarve Pro (Windows)
Create Mirror Copy Vertically
Mirror

Ctrl + V


Tinkercad (Windows)
Paste
26 Shortcuts for Tinkercad (Windows)

Ctrl + V


Substance Painter
Paste layer
Non-editable shortcuts

Ctrl + V


LDCad
Paste LDraw data from the clipboard into the model. A dialog with options might show up first if needed
Editor

Ctrl + V


Aspire (Windows)
Paste the selected vectors
Node Editing

Ctrl + V


VCarve Pro (Windows)
Paste the selected vectors
Node Editing

Ctrl + V


Ableton Live 10
Paste
Editing

Ctrl + V


SuperMemo (Windows)
Paste from Clipboard
129 Shortcuts for SuperMemo (Windows)

Ctrl + V


Altium Designer (Windows)
Paste
Output Job Editor Shortcuts

Ctrl + V / Shift + Insert


Cisco Jabber
Paste
Instant messages

Ctrl + V


Altium Designer (Windows)
Paste
CAM Editor Shortcuts

Ctrl + V / Shift + Insert


Altium Designer (Windows)
Paste waveform
CAM Editor Shortcuts

Ctrl + V / Shift + Insert


Altium Designer (Windows)
Paste
SimData Editor Shortcuts

Ctrl + V / Shift + Insert


Tableau
Paste clipboard
Authoring views (Tableau Desktop)

Ctrl + V


BlackBerry Classic
Paste
Ctrl shortcuts

Ctrl + V


Altium Designer (Windows)
Paste
Common Shortcuts

Ctrl + V / Shift + Insert


Lacerte
Paste a property (Active in the list panel only)
Interactive Detail Input

Ctrl + V


4K Video Downloader
Paste link
General

Ctrl + V


Ubuntu
Paste/insert the selected text/object
Common application shortcuts

Ctrl + V


AutoCAD
Paste object
Manage Workflow

Ctrl + V


Microsoft Sticky Notes
Paste
Formatting

Ctrl + V


draw.io
Paste
Canvas

Ctrl + V


Claws Mail
Paste
Compose window

Ctrl + V


Siemens NX
Paste
Edit menu

Ctrl + V


Tibia
Paste a copy of the text from the clipboard
Text editing

Ctrl + V


HitFilm
Paste selection
General

Ctrl + V


Shotcut
Paste
Timeline

Ctrl + V


Winamp
Stop after current track
Main window

Ctrl + V


PyCharm 2018.2
Paste from the Clipboard to the caret location.
Basic editing

Ctrl + V


Asana
Paste Tasks (One per line)
Task Actions

Ctrl + V


QuickBooks Desktop
Paste
Standard Text Editing

Ctrl + V


Nimbus Note
Paste
General

Ctrl + V


Nimbus Capture (PC)
Paste as new
Editor

Ctrl + V


Novelty Visual Novel Maker
Paste objects
Controls

Ctrl + V


ArtRage Studio Pro
Paste
Edit Commands

Ctrl + V


Evernote for Windows
Paste
Note Editor

Ctrl + V


Quicken 2018
Void a transaction
Register and Write Checks

Ctrl + V


UiPath Studio
Pastes the copied activity or activities inside the selected item
Selected activity

Ctrl + V


Confluence
Paste
Editor

Ctrl + V


Autodesk Stingray
Paste selected keys
Story editor

Ctrl + V


ActivePresenter 7
Paste
General

Ctrl + V


Aegisub
Paste subtitles
Default

Ctrl + V


Bluebeam Revu
Paste
Markup & editing

Ctrl + V


Alteryx
Click insdie another color box and use this shortcut to paste the color values
Other shortcuts

Ctrl + V


SQL Server Profiler
Aggregated view
View menu

Ctrl + V