PyCharm 2018.2

Basic editing

Paste from the Clipboard to the caret location.

Ctrl + V

All hotkeys for PyCharm 2018.2

Advanced editing
Comment/uncomment current line or selected block with line comments.

Ctrl + /

Advanced editing
Comment/uncomment code with block comments.

Ctrl + ↑   Shift + /

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Ctrl + Q

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Alt + Mouse right click

Advanced editing
Show the Highlighting level pop-up window to configure highlighting in the current file.

Ctrl + ↑   Shift + Alt + H

Advanced editing
Show parameters of the method call at the caret.

Ctrl + P

Advanced editing
Show the current method or class declaration when it is not visible.

Alt + Q

Advanced editing
Show an error or warning description at the caret.

Ctrl + F1

Advanced editing
Open browser with the documentation for the selected item.

↑   Shift + F1

Advanced editing
Override base class methods in the current class.

Ctrl + O

Advanced editing
Surround selected code fragment with if, do, tags or other constructs.

Ctrl + Alt + T

Advanced editing
Code completion for any class, method or variable.

Ctrl + Space

Advanced editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope.

Alt + /

Advanced editing
Code Completion filtering the lookup list basing on expected type.

Ctrl + ↑   Shift + Space

Advanced editing
Show a pop-up list of starting with a specified prefix.

Ctrl + J

Advanced editing
Surround the selection with one of the templates.

Ctrl + Alt + J

Basic editing
Move the selected block to the next indentation level.

⭾ Tab

Basic editing
Move the selected block to the previous indentation level.

↑   Shift + ⭾ Tab

Basic editing
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.

⤶ Enter

Basic editing
In other views: remove selected items

Del

Basic editing
Delete a character to the left of the caret.

⬅ Backspace

Basic editing
Undo last operation.

Ctrl + Z

Basic editing
Redo last undone operation.

Ctrl + ↑   Shift + Z

Basic editing
Cut a current line or a selected code block to the Clipboard.

Ctrl + X

Basic editing
Copy a current line or a selected code block to the Clipboard.

Ctrl + C

Basic editing
Paste from the Clipboard to the caret location.

Ctrl + V

Basic editing
Paste selected entry from the Clipboard to the caret location.

Ctrl + ↑   Shift + V

Basic editing
Move the caret one line up.

Basic editing
Move the caret one line up selecting the text.

↑   Shift +

Basic editing
Move the caret one line down.

Basic editing
Move the caret one line down selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the left.

Basic editing
Move the caret one character to the left selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the right.

Basic editing
Move the caret one character to the right selecting the text.

↑   Shift +

Basic editing
Move the caret down to the page bottom.

Ctrl + Page Down

Basic editing
Move the caret down to the page bottom, selecting the text.

Ctrl + Shift + Page Down

Basic editing
Move the caret up to the page top.

Ctrl + Page Up

Basic editing
Move the caret up to the page bottom, selecting the text.

Ctrl + Shift + Page Up

Basic editing
Move the caret one page down.

Page Down

Basic editing
Move the caret one page down, selecting the text.

Shift + Page Down

Basic editing
Move the caret one page up.

Page Up

Basic editing
Move the caret one page up, selecting the text.

Shift + Page Up

Basic editing
Scroll the text one line down.

Ctrl +

Basic editing
Scroll a line at caret to the center of the screen.

Ctrl + M

Basic editing
Scroll the text one line up.

Ctrl +

Basic editing
Move the caret to the end of line.

End

Basic editing
Move the caret to the end of line, selecting the text.

↑   Shift + End

Basic editing
Move the caret to the beginning of line.

Home

Basic editing
Move the caret to the beginning of line, selecting the text.

↑   Shift + Home

Basic editing
Move the caret to the next word.

Ctrl +

Basic editing
Move the caret to the next word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the previous word.

Ctrl +

Basic editing
Move the caret to the previous word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the end of text.

Ctrl + End

Basic editing
Move the caret to the end of text, selecting it.

Ctrl + ↑   Shift + End

Basic editing
Move the caret to the beginning of text.

Ctrl + Home

Basic editing
Move the caret to the beginning of text, selecting it.

Ctrl + ↑   Shift + Home

Basic editing
Select the entire text opened in the editor.

Ctrl + A

Basic editing
Delete the line where the caret is currently located.

Ctrl + Y

Basic editing
Delete the word starting from the current caret location up to the word end.

Ctrl + Del

Basic editing
Delete the word starting from the current caret location up to the word start.

Ctrl + ⬅ Backspace

Basic editing
Toggle insert/overwrite modes.

Insert

Basic editing
Duplicate selected block or the line at the caret.

Ctrl + D

Basic editing
Toggle case of the selected text block.

Ctrl + ↑   Shift + U

Navigation in source code
Navigate to the end of the current code block.

Ctrl + ]

Basic editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + ]

Navigation in source code
Navigate to the start of the current code block.

Ctrl + [

Basic editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + [

Basic editing
Start a new line after the current one positioning the caret in accordance with the current indentation level.

↑   Shift + ⤶ Enter

Basic editing
Start a new line before the current one.

Ctrl + Alt + ⤶ Enter

Basic editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line.

Ctrl + ↑   Shift + J

General
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.

Ctrl + ⤶ Enter

Basic editing
Select successively increasing code blocks starting from the current caret location.

Ctrl + W

Basic editing
Remove sequentially the selection made by the action.

Ctrl + ↑   Shift + W

Basic editing
Indent the current line or selected block according to the Code Style settings.

Ctrl + Alt + I

Navigation Between IDE Components
Expand all nodes in a tree view.

Ctrl + Num +

Navigation Between IDE Components
Collapse all nodes in a tree view.

Ctrl + Num -

Code folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + Num +

Code folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + Num -

Code folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + ↑   Shift + Num +

Code folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + ↑   Shift + Num -

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 1

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 2

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 3

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 4

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 5

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 1

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 2

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 3

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 4

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 5

Code folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and debugging
Repeat execution with the same settings, with the same tab of the editor having the focus.

↑   Shift + F10

Running and debugging
Quickly select run/debug configuration and run or edit it.

↑   Shift + Alt + F10

Running and debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.

Ctrl + F5

Running and debugging
Debug a program.

↑   Shift + F9

Running and debugging
Quickly select run/debug configuration and debug or edit it.

↑   Shift + Alt + F9

Running and debugging
Step to the next line in the current file. See Stepping Through the Program.

F8

Navigation Between IDE Components
Navigate to the next difference in view.

F7

Navigation Between IDE Components
Navigate to the previous difference in view.

↑   Shift + F7

Running and debugging
Step to a first executed line after returning from the current method. See Stepping Through the Program.

↑   Shift + F8

Running and debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints. See Stepping Through the Program.

↑   Shift + Alt + F8

Running and debugging
Steps into the method called in the current execution point even if this method is to be skipped. See Stepping Through the Program.

↑   Shift + Alt + F7

Running and debugging
Run to the line where the caret is located. See Stepping Through the Program.

Alt + F9

Running and debugging
Run to the line where the caret is located, ignoring breakpoints. See Stepping Through the Program.

Ctrl + Alt + F9

Running and debugging
Resume program execution.

F9

Navigation in source code
Navigate to the previous found error/warning.

↑   Shift + F2

Running and debugging
Evaluate an arbitrary expression.

Alt + F8

Running and debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog.

Ctrl + Alt + F8

Running and debugging
Toggle breakpoint at the current line.

Ctrl + F8

Running and debugging
View/manage all breakpoints.

Ctrl + ↑   Shift + F8

General
Close an active tab in a tool window (for example, Find tool window).

Ctrl + ↑   Shift + F4

General
Close an active editor.

Ctrl + F4

General
Open an editor for the selected item or items and give focus to the last opened file.

F4

General
In a tool window: return focus to the editor.

Esc

General
Export contents of a tool window to a text file. This feature applies to the Version Control Tool Window, Messages Tool Window, and the other tool windows that provide the export button icons toolbarDecorator export svg on the window toolbar.

Alt + O

General
Create a new class, file or directory. See Populating Modules.

Alt + Insert

General
Save all files and settings.

Ctrl + S

General
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last).

Alt +

General
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first).

Alt +

General
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form.

Alt + ⤶ Enter

General
Detect all externally changed files and reload them from disk.

Ctrl + Alt + Y

Search
Initiate text search.

Ctrl + F

Search
Initiate text search and replace.

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor.

F3

Search
Navigate to the next/previous occurrence of a selected word in the editor.

↑   Shift + F3

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

Ctrl + F3

Search
Initiate search for a text string in the specified scope.

Ctrl + ↑   Shift + F

Search
Initiate search and replace in the specified scope.

Ctrl + ↑   Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope.

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file.

Ctrl + F7

Search
Highlight usages of a symbol at caret.

Ctrl + ↑   Shift + F7

Search
Show usages of a symbol at caret in a pop-up window. Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus. See Finding Actions.

Ctrl + ↑   Shift + A

Navigation between bookmarks
Navigate to a numbered bookmark with the corresponding number.

Ctrl + 1 - 9

Navigation between bookmarks
Turn anonymous bookmark on or off.

F11

Navigation between bookmarks
Turn bookmark with mnemonic on or off.

Ctrl + F11

Navigation between bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them.

↑   Shift + F11

Navigation in source code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. See Navigating Between IDE Components.

Alt + F1

Navigation Between IDE Components
Navigate between files opened in the editor, and tool windows.

Ctrl + ⭾ Tab

Navigation Between IDE Components
Open a tool window with the specified number.

Alt + 1 - 9

Navigation Between IDE Components
Hide the currently active tool window.

↑   Shift + Esc

Navigation Between IDE Components
Activate the last focused tool window.

F12

Navigation in source code
Display the Structure pop-up window for quick navigation through the current file.

Ctrl + F12

Navigation in source code
Show the list of recently opened files.

Ctrl + E

Navigation in source code
Show the list of recently updated files .

Ctrl + ↑   Shift + E

Navigation in source code
Browse hierarchy for the selected class class.

Ctrl + H

Navigation in source code
Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

Navigation in source code
Navigate directly to a file in project by specifying its name in a pop-up dialog box.

Ctrl + ↑   Shift + N

Navigation in source code
Navigate to any line in the current file by specifying its number.

Ctrl + G

Navigation in source code
Navigate to declaration of a symbol at caret.

Ctrl + B

Navigation in source code
Navigate to implementation of the item at caret.

Ctrl + Alt + B

Navigation in source code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call.

Ctrl + ↑   Shift + B

Navigation in source code
Navigate to a super method declaration of a method under the caret.

Ctrl + U

Navigation in source code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject.

Ctrl + ↑   Shift + T

Navigation in source code
Navigate between files with complicated relationships between them. For example, use this shortcut to navigate between views and templates

Ctrl + Alt + Home

Navigation in source code
Navigate to the next method declaration in the active editor tab.

Alt +

Navigation in source code
Navigate to the previous method declaration in the active editor tab.

Alt +

Navigation in source code
Undo last navigation operation.

Ctrl + Alt +

Navigation in source code
Redo last undone navigation operation.

Ctrl + Alt +

Navigation in source code
Navigate to a previous found item.

Ctrl + Alt +

Navigation in source code
Navigate to a next found item.

Ctrl + Alt +

Navigation in source code
Move through the most recent change points.

Ctrl + ↑   Shift + ⬅ Backspace

Navigation in source code
Navigate to the next found error/warning.

F2

Refactoring
Rename the selected file, class, field, method, etc. and change all references to it accordingly.

↑   Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls.

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references.

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package.

F5

Refactoring
Delete the selected class, method or field checking its usages.

Alt + Del

Refactoring
Turn the selected code fragment into a method.

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value.

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value.

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value.

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter.

Ctrl + Alt + P

Refactoring
Inline the selected method or variable.

Ctrl + Alt + N

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


RStudio (Windows)
Paste
Editing (Console and Source)

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


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