Qt Creator (Windows)

General

Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

All hotkeys for Qt Creator (Windows)

Version Control - Bazaar
Commit/Submit

Alt + Z , Alt+ C

Version Control - Bazaar
Diff

Alt + Z , Alt+ D

Version Control - Bazaar
Log/Filelog

Alt + Z , Alt+ L

Version Control - Bazaar
Status

Alt + Z , Alt+ S

Version Control - CVS
Add

Alt + C , Alt+ A

Version Control - CVS
Commit/Submit

Alt + C , Alt+ C

Version Control - CVS
Diff

Alt + C , Alt+ D

Version Control - Git
Add

Alt + G , Alt + A

Version Control - Git
Commit/Submit

Alt + G , Alt + C

Version Control - Git
Diff

Alt + G , Alt + D

Version Control - Git
Diff project

Alt + G , Alt + Shift + D

Version Control - Git
Blame/Annotate

Alt + G , Alt + B

Version Control - Git
Log/Filelog

Alt + G , Alt + L

Version Control - Git
Log project

Alt + G , Alt + K

Version Control - Git
Undo changes/Revert

Alt + G , Alt + U

Version Control - Mercurial
Add

Alt + P , Alt + A

Version Control - Mercurial
Commit/Submit

Alt + P , Alt + S

Version Control - Mercurial
Diff project

Alt + P , Alt + D

Version Control - Mercurial
Log/Filelog

Alt + P , Alt + F

Version Control - Mercurial
Undo changes/Revert

Alt + P , Alt + R

Version Control - Mercurial
Edit

Alt + P , Alt + E

Version Control - Subversion
Add

Alt + G , Alt + A

Version Control - Subversion
Commit/Submit

Alt + G , Alt + C

Version Control - Subversion
Diff

Alt + G , Alt + D

General
Open file or project

Ctrl + O

General
New file or project

Ctrl + N

General
Open in external editor

Alt + V , Alt + I

General
Select all

Ctrl + A

General
Delete

Delete

General
Cut / Copy / Paste

Ctrl + X / Ctrl + C / Ctrl + V

General
Undo

Ctrl + Z

General
Redo

Ctrl + Y

General
Print

Ctrl + P

General
Save

Ctrl + S

General
Save all

Ctrl + Shift + S

General
Close window

Ctrl + W

General
Close all windows

Ctrl + Shift + W

General
Close current file

Ctrl + F4

General
Go back / Go forward

Alt + Arrow Left / Alt + Arrow Right

General
Go to line

Ctrl + L

General
Go to other split

Ctrl +E, O

General
Previous open document / Next open document in history

Ctrl + Tab / Ctrl + Shift + Tab

General
Activate Locator

Ctrl + K

General
Switch to Welcome mode

Ctrl + 1

General
Switch to Edit mode

Ctrl + 2

General
Switch to Design mode

Ctrl + 3

General
Switch to Debug mode

Ctrl + 4

General
Switch to Projects mode

Ctrl + 5

General
Switch to Analyze mode

Ctrl + 6

General
Switch to Help mode

Ctrl + 7

General
Toggle Issues pane

Alt + 1

General
Toggle Search Results pane

Alt + 2

General
Toggle Application Output pane

Alt + 3

General
Toggle Compile Output pane

Alt + 4

General
Toggle other output panes

Alt + 5 ... 9

General
Activate Bookmarks pane

Alt + M

General
Activate File System pane

Alt + Y

General
Activate Open Documents pane

Alt + O

General
Maximize output panes

Alt + 9

General
Move to next item in output panes

F6

General
Move to previous item in output panes

Shift + F6

General
Activate Projects pane

Alt + X

General
Full screen

Ctrl + Shift + F11

General
Toggle the sidebar

Alt + 0

General
Move to Edit mode

Esc

General
Exit Qt Creator

Ctrl + Q

Editor
Auto-indent selection

Ctrl + I

Editor
Collapse / Expand

Ctrl + < / Ctrl + >

Editor
Trigger a completion in this scope

Ctrl + Space

Editor
Copy line

Ctrl + Insert

Editor
Copy line down / copy line up

Ctrl + Alt +Down

Editor
Paste from the clipboard history, Subsequent presses move you back in the history

Ctrl + Shift + V

Editor
Cut line

Shift + Delete

Editor
Join lines

Ctrl + J

Editor
Insert line above current line

Ctrl + Shift + Enter

Editor
Insert line below current line

Ctrl + Enter

Editor
Decrease / increase font size (or Ctrl+scroll)

Ctrl +-/ Ctrl + +

Editor
Reset font size

Ctrl + 0

Editor
Toggle Vim-style editing

Alt + V , Alt+ V

Editor
Split

Ctrl + E , 2

Editor
Split side by side

Ctrl + E , 3

Editor
Remove all splits

Ctrl + E , 1

Editor
Remove current split

Ctrl + E , 0

Editor
Select all

Ctrl + A

Editor
Go to block end / Go to block start

Ctrl + ] / Ctrl + [

Editor
Go to block end / Go to block start with selection

Ctrl + } / Ctrl + {

Editor
Move current line down / Move current line up

Ctrl + Shift + Arrow Down / Ctrl + Shift + Arrow Up

Editor
Trigger a refactoring action in this scope

Alt + Enter

Editor
Rewrap paragraph

Ctrl + E , R

Editor
Select the current block The second press extends the selection to the parent block

Ctrl + U

Editor
Enable text wrapping

Ctrl + E , Ctrl + W

Editor
Toggle comment for selection

Ctrl + /

Editor
Visualize whitespace

Ctrl +E, Ctrl+ V

Editor
Adjust size

Ctrl + J

Editor
Lay out in a grid

Ctrl + G

Editor
Lay out horizontally

Ctrl + H

Editor
Lay out vertically

Ctrl + L

Editor
Preview

Alt + Shift + R

Editor
Edit signals and slots

F4

Editor
Toggle bookmark

Ctrl + M

Editor
Go to next bookmark / go to previous bookmar

Ctrl + . / Ctrl + ,

Editor
Fetch snippet

Alt + C , Alt+ F

Editor
Paste snippet

Alt + C , Alt+ P

Editor
Find usages

Ctrl + Shift + U

Editor
Follow symbol under cursor; Works with namespaces, classes, methods, variables, include statements and macros

F2

Editor
Rename symbol under cursor

Ctrl + Shift + R

Editor
Switch between method declaration and definition

Shift + F2

Editor
Open type hierarchy

Ctrl + Shift + T

Editor
Switch between header and source file

F4

Editor
Turn selected text into lowercase

Alt + U

Editor
Turn selected text into uppercase

Alt + Shift + U

Editor
Run static checks on JavaScript code to find common problems

Ctrl + Shift + C

Editor
Find and replace

Ctrl + F

Editor
Find next / Find previous

F3 / Shift + F3

Editor
Find next / Find previous occurrence of selected text

Ctrl + F3 / Ctrl + Shift + F3

Editor
Replace next

Ctrl + =

Editor
Open advanced find

Ctrl + Shift + F

Editor
Record a text-editing macro

Alt + (

Editor
Stop recording a macro

Alt + )

Editor
Play last macro

Alt + R

Editor
Show Qt Quick toolbars

Ctrl + Alt + Space

Editor
Execute user actions 1 … 9 in FakeVim mode

Alt + V , 1 ... 9

Image Viewer
Switch to background

Ctrl + [

Image Viewer
Switch to outline

Ctrl + ]

Image Viewer
Zoom in / Zoom out

Ctrl + + / Ctrl + -

Image Viewer
Fit to screen

Ctrl + =

Image Viewer
Original size

Ctrl + 0

Qt Quick Designer
Open the QML file that defines the selected component

F2

Qt Quick Designer
Move between code editor and visual editor

F4

Qt Quick Designer
Toggle left sidebar

Ctrl + Alt + 0

Qt Quick Designer
Toggle right sidebar

Ctrl + Alt + Shift + 0

Debugging
Start or continue debugging

F5

Debugging
Exit debugger

Shift + F5

Debugging
Step over

F10

Debugging
Step into

F11

Debugging
Step out

Shift + F11

Debugging
Toggle breakpoint

F9

Debugging
Run to selected function

Ctrl + F6

Debugging
Run to line

Ctrl + F10

Debugging
Reverse direction

F12

Project
Build project

Ctrl + B

Project
Build all

Ctrl + Shift + B

Project
New project

Ctrl + Shift + N

Project
Open project

Ctrl + Shift + O

Project
Select the kit to build and run your project with

Ctrl + T

Project
Run

Ctrl + R

Version Control

Help
View context-sensitive help

F1

Help
Activate contents in Help mode

Ctrl + T

Help
Add bookmark in Help mode

Ctrl + M

Help
Activate index in Help mode

Ctrl + I

Help
Reset font size

Ctrl + 0

Help
Activate search in Help mode

Ctrl + S

Similar combinations for other applications


Microsoft Word 2007 (Windows)
Copy the selected text or object.
Common tasks

Ctrl + C


Microsoft Word 2007 (Windows)
Cut the selected text or object.
Common tasks

Ctrl + X


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)
Copy contents of selected cells.
Work with Data Selections - Work with Clipboard

Ctrl + C


VLC Media Player (Windows)
Open Captue device
Manage VLC, Playlists, and Special Commands

Ctrl + C


Microsoft Excel 2010 (Windows)
Cut contents of selected cells.
Work with Data Selections - Work with Clipboard

Ctrl + X


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


SharpDevelop 4.0 (Windows)
Cut / Copy / Paste
Standard Editor Shortcuts

Ctrl + X / Ctrl + c Ctrl + V


Unity3D 3 (Windows)
Copy / Cut / Paste
Editing

Ctrl + c / Ctrl + x / Ctrl + v


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

Ctrl + X


Firefox (Linux)
Copy selected text
Inside Webpages

Ctrl + C


Microsoft Excel 2003 (Windows)
Cut selected text
Basic

Ctrl + x


Microsoft Excel 2003 (Windows)
Copy selected text
Basic

Ctrl + c


Firefox (Windows)
Copy selected text
Inside Webpages

Ctrl + C


Microsoft Word 2007 (Windows)
Copy selected text or graphics to the Office Clipboard.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + C


Microsoft Excel 2003 (Windows)
Paste selected text
Basic

Ctrl + v


Microsoft Word 2007 (Windows)
Cut selected text or graphics to the Office Clipboard.
Edit and move text and graphics: Copy and move text and graphics

Ctrl + X


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 cut selected text
For Editing

Ctrl + x


Inpage (Windows)
To copy selected text
For Editing

Ctrl + c


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 cut selected objects
For Editing of Objects

Ctrl + x


Inpage (Windows)
To copy selected objects
For Editing of Objects

Ctrl + c


Inpage (Windows)
To paste objects
For Editing of Objects

Ctrl + v


Inpage (Windows)
To cut the selected objects
To Change Picture

Ctrl + x


Inpage (Windows)
To paste selected Objects
To Change Picture

Ctrl + v


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

Ctrl + C


Microsoft Excel 2010 (Windows)
Copy contents of selected cells.
Insert and Edit Data - Work with Clipboard

Ctrl + C


Microsoft Excel 2010 (Windows)
Cut contents of selected cells.
Insert and Edit Data - Work with Clipboard

Ctrl + X


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


Tekla Structures 14.0 (Windows)
Copy
General shortcuts

Ctrl + c


Mindjet Mindmanager 2012 (Windows)
Cut/paste as sub
Most used - Move topics

Ctrl + X / V


Mindjet Mindmanager 2012 (Windows)
Cut/paste as sub
Reorganizing - Move topics

Ctrl + X / V


Total Commander 8 (Windows)
Copy files to clipboard
Main Shortcuts

Ctrl + c


Total Commander 8 (Windows)
Cut files to clipboard
Main Shortcuts

Ctrl + x


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)
Copy selection to clipboard
Text Editing

Ctrl + C


Opera (Linux)
Cut selection to clipboard
Text Editing

Ctrl + X


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)
Copy Text
Standard Control Keys

Ctrl + c


Smartplant Review (Windows)
Paste Text
Standard Control Keys

Ctrl + v


Smartplant Review (Windows)
Cut Text
Standard Control Keys

Ctrl + x


Sublime Text (Windows)
Cut
Cut, Copy and Paste

Ctrl + X


Evernote (Windows)
Cut / Copy / Paste
Note Editor

Ctrl + x / Ctrl + c / Ctrl + v


Sublime Text (Windows)
Copy
Cut, Copy and Paste

Ctrl + C


Sublime Text (Windows)
Paste
Cut, Copy and Paste

Ctrl + V


Microsoft Excel 2010 (Windows)
Copy contents of selected cells.
Format Data - Work with Clipboard

Ctrl + C


Microsoft Excel 2010 (Windows)
Cut contents of selected cells.
Format Data - Work with Clipboard

Ctrl + X


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

Ctrl + V


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

Ctrl + X


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

Ctrl + C


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 Windows 7 (Windows)
Copy current photo file to clipboard
Photo Viewer

Ctrl + C


Microsoft PowerPoint 2010 (Windows)
Cut selected object.
Work with Text and Objects

Ctrl + X


Microsoft PowerPoint 2010 (Windows)
Copy selected object.
Work with Text and Objects

Ctrl + C


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

Ctrl + V


Texmaker 4.0.2 (Windows)
Copy
"Edit" menu

Ctrl + C


Texmaker 4.0.2 (Windows)
Cut
"Edit" menu

Ctrl + X


Texmaker 4.0.2 (Windows)
Paste
"Edit" menu

Ctrl + V


VLC Media Player (MacOS)
Open captue device
Manage VLC, Playlists, and Special Commands

Ctrl + C


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

Ctrl + X / Ctrl + C / Ctrl + V


AutoCAD 2012 (Windows)
Copy object
Manage Workflow

Ctrl + C


AutoCAD 2012 (Windows)
Cut object
Manage Workflow

Ctrl + X


AutoCAD 2012 (Windows)
Paste object
Manage Workflow

Ctrl + V


FreeMind 0.9.0 (Windows)
Cut
Edit commands

Ctrl + X


FreeMind 0.9.0 (Windows)
Copy
Edit commands

Ctrl + C


FreeMind 0.9.0 (Windows)
Paste
Edit commands

Ctrl + V


Avid Media Composer 7 (Windows)
Copy
Editing

Ctrl + C


Avid Media Composer 7 (Windows)
Paste
Editing

Ctrl + V


IntelliJ (Linux)
Cut current line or selected block to clipboard
Editing

Ctrl + X / Shift + Delete


IntelliJ (Linux)
Copy current line or selected block to clipboard
Editing

Ctrl + C / Ctrl + Insert


IntelliJ (Linux)
Paste from clipboard
Editing

Ctrl + V / Shift + Insert


IntelliJ (Windows)
Cut current line or selected block to clipboard
Editing

Ctrl + X / Shift + Delete


IntelliJ (Windows)
Copy current line or selected block to clipboard
Editing

Ctrl + C / Ctrl + 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)
Copy contents of selected cells.
Formulas and Names - Work with Clipboard

Ctrl + C


Microsoft Excel 2010 (Windows)
Cut contents of selected cells.
Formulas and Names - Work with Clipboard

Ctrl + X


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

Ctrl + V


Audacity 2 (Linux)
Copy selection
Frequently Used

Ctrl + C


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 (Windows)
Cut
Edit Menu

Ctrl + X


Audacity 2 (Linux)
Copy selection
Edit Menu

Ctrl + C


Audacity 2 (Linux)
Paste selection at cursor
Edit Menu

Ctrl + V


Directory Opus (Windows)
Cut
Edit Menu

Ctrl + X


Audacity 2 (Windows)
Copy
Edit Menu

Ctrl + C


Directory Opus (Windows)
Copy
Edit Menu

Ctrl + C


Audacity 2 (Windows)
Paste
Edit Menu

Ctrl + V


Directory Opus (Windows)
Paste
Edit Menu

Ctrl + V


Adobe Photoshop CS5 (Windows)
Copy
Vanishing Point

Ctrl + C


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

Ctrl + C


Adobe Photoshop CS5 (Windows)
Paste
Vanishing Point

Ctrl + V


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

Ctrl + V


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

Ctrl + X


WinRAR (Windows)
Copy files to clipboard
File Menu

Ctrl + C


WinRAR (Windows)
Paste files from clipboard
File Menu

Ctrl + V


Beyond Compare (Windows)
Cut
Edit Menu

Ctrl + X


Beyond Compare (Windows)
Copy
Edit Menu

Ctrl + C


Beyond Compare (Windows)
Paste
Edit Menu

Ctrl + V


Pro Tools (Windows)
Cut
Edit Menu

Ctrl + X


Pro Tools (Windows)
Copy
Edit Menu

Ctrl + C


Pro Tools (Windows)
Paste
Edit Menu

Ctrl + V


Axialis IconWorkshop (Windows)
Cut
Edit Menu

Ctrl + X


Axialis IconWorkshop (Windows)
Copy
Edit Menu

Ctrl + C


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 (MacOS)
Cut / Copy / Paste
General

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Excel 2013 (Windows)
Copy contents of selected cells
Excel Basics

Ctrl + C


Microsoft Excel 2013 (Windows)
Cut contents of selected cells
Excel Basics

Ctrl + X


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

Ctrl + V


FileMaker Pro (Windows)
Copy selected text
Layout Mode Shortcuts - Delete and Edit Text

Ctrl + Insert / Ctrl + C


FileMaker Pro (Windows)
Cut selected text
Layout Mode Shortcuts - Delete and Edit Text

Shift + Delete / Ctrl + X


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

Ctrl + V


FL Studio (Windows)
Copy selection
Playlist Action

Ctrl + C


FL Studio (Windows)
Paste selection
Playlist Action

Ctrl + V


FL Studio (Windows)
Cut selection
Playlist Action

Ctrl + X


Comsol 5 (Windows)
Copy text in fields
Model Tree

Ctrl + C


Comsol 5 (Linux)
Copy text in fields
Model Tree

Ctrl + C


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


Microsoft Excel 2010 (Windows)
Copy contents of selected cells.
The Rest - Work with Clipboard

Ctrl + C


Microsoft Excel 2010 (Windows)
Cut contents of selected cells.
The Rest - Work with Clipboard

Ctrl + X


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)
Copy
Edit menu

Ctrl + C


Notepad++ 6 (Windows)
Cut
Edit menu

Ctrl + X


Windows 10 Command Prompt (Windows)
Copy Text
Copy and Paste (Expanded with Windows 10)

Ctrl + C


Notepad++ 6 (Windows)
Paste
Edit menu

Ctrl + V


FL Studio (Windows)
Copy selection
Piano Roll Action

Ctrl + C


FL Studio (Windows)
Paste selection
Piano Roll Action

Ctrl + V


FL Studio (Windows)
Cut selection
Piano Roll Action

Ctrl + X


Linux Mint (Linux)
Copy selected item
General

Ctrl + C


Linux Mint (Linux)
Paste
General

Ctrl + V


Linux Mint (Linux)
Cut selected item
General

Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl + V


uTorrent (Windows)
Copy Selected Logger Tab Text, Copy Statistics Dialog Text
21 Shortcuts for uTorrent (Windows)

Ctrl + C


uTorrent (Linux)
Copy Selected Logger Tab Text, Copy Statistics Dialog Text
21 Shortcuts for uTorrent (Linux)

Ctrl + C


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

Ctrl + C / Ctrl + V


FileMaker Pro (Windows)
Copy selected text
Text Shortcuts - Delete and Edit Text

Ctrl + Insert / Ctrl + C


FileMaker Pro (Windows)
Cut selected text
Text Shortcuts - Delete and Edit Text

Shift + Delete / Ctrl + X


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)
Copy (selected text)
Basic Commands

Ctrl + C


Sway 2016 (Windows)
Cut (selected text)
Basic Commands

Ctrl + X


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

Ctrl + V


FreeMeta (Windows)
Copy selected text in textbox.
FreeMeta software all shortcut keys

Ctrl + C


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


FreeMeta (Windows)
Cut selected text in textbox.
FreeMeta software all shortcut keys

Ctrl + X


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


Clink (Windows)
ctrl-c
BASH (GNU Readline) Line Editing

Ctrl + C


Onshape (Windows)
Copy
Assembly

Ctrl + C


Onshape (Windows)
Paste
Assembly

Ctrl + V


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

Ctrl + C / Ctrl + X / Ctrl + V


Google Slides (Windows)
Copy
General Slides Shortcuts

Ctrl + C


Google Slides (Windows)
Paste
General Slides Shortcuts

Ctrl + V


Console2 (Windows)
Copy selection
30 Shortcuts for Console2 (Windows)

Ctrl + C


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)
Copy
Text Basic Shortcuts

Ctrl + C


Android Studio (Windows)
Paste
Text Basic Shortcuts

Ctrl + V


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

Ctrl + C


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

Ctrl + X


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)
Copy
Design/Content Operation(on selected control)

Ctrl + C


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

Ctrl + V


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

Ctrl + X


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

Ctrl + C / Ctrl + Ins


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

Ctrl + V


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

Ctrl + X


FileMaker Pro (Windows)
Copy selected text
Database Management Shortcuts - Delete and Edit Text

Ctrl + Insert / Ctrl + C


Adobe Premiere CC (Windows)
Copy
General Shortcuts

Ctrl + C


FileMaker Pro (Windows)
Cut selected text
Database Management Shortcuts - Delete and Edit Text

Shift + Delete / Ctrl + X


Adobe Premiere CC (Windows)
Cut
General Shortcuts

Ctrl + X


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

Ctrl + V


Adobe Premiere CC (Windows)
Paste
General Shortcuts

Ctrl + V


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

Ctrl + C


Nuke 10 (Windows)
Copy selected
Global Shortcuts

Ctrl + C


Nuke 10 (Windows)
Cut Selected
Global Shortcuts

Ctrl + X


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)
Copy selected
Global Shortcuts

Ctrl + C


Nuke 10 (Linux)
Cut Selected
Global Shortcuts

Ctrl + X


Nuke 10 (Linux)
Paste Selected
Global Shortcuts

Ctrl + V


Corel Painter 2017 (Windows)
Copy
General Shortcuts

Ctrl + C


Corel Painter 2017 (Windows)
Cut
General Shortcuts

Ctrl + X


Corel Painter 2017 (Windows)
Paste in place
General Shortcuts

Ctrl + V


Finale (Windows)
Cut
Edit Menu

Ctrl + X


Finale (Windows)
Copy
Edit Menu

Ctrl + C


Finale (Windows)
Paste
Edit Menu

Ctrl + V


InDesign CC (Windows)
Copy
Edit Menu shortcuts

Ctrl + C


InDesign CC (Windows)
Cut
Edit Menu shortcuts

Ctrl + X


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)
Copy
General Shortcuts

Ctrl + C


Anime Studio (Windows)
Cut
General Shortcuts

Ctrl + X


Anime Studio (Windows)
Paste
General Shortcuts

Ctrl + V


ArchiCAD 20 (Windows)
Copy
Edit Menu Commands

Ctrl + C


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

Ctrl + C / Ctrl + X / Ctrl + V


IMVU (Windows)
Copy text from selected chat balloon
Screen and View

Ctrl + C


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)
Copy
General Shortcuts

Ctrl + C


Hexagon 2 (Windows)
Paste
General Shortcuts

Ctrl + V


Zoho Sheet (Windows)
Cut
Actions

Ctrl + X


Hexagon 2 (Windows)
Cut
General Shortcuts

Ctrl + X


Zoho Sheet (Windows)
Copy
Actions

Ctrl + C


Zoho Writer (Windows)
To Copy Contents of Document
General

Ctrl + C


Zoho Sheet (Windows)
Paste
Actions

Ctrl + V


Zoho Writer (Windows)
To Cut Contents of Document
General

Ctrl + X


Zoho Writer (Windows)
To Paste Contents of Document
General

Ctrl + V


3D Coat (Windows)
Copy
General Operations

Ctrl + C


3D Coat (Windows)
Cut
General Operations

Ctrl + X


3D Coat (Windows)
Paste
General Operations

Ctrl + V


3D Coat (Windows)
Unhide All
HIde Operations

Ctrl + X


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

Ctrl + C / Ctrl + Ins


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

Ctrl + V


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

Ctrl + X


Dynamics GP 2015 (Windows)
Copy
General Shortcuts

Ctrl + C


Dynamics GP 2015 (Windows)
Paste
General Shortcuts

Ctrl + V


Dynamics SL 2015 (Windows)
Copy
General Shortcuts

Ctrl + C


Dynamics SL 2015 (Windows)
Paste
General Shortcuts

Ctrl + V


Wondershare Editor (Windows)
Copy
Application control

Ctrl + C


Wondershare Editor (Windows)
Cut
Application control

Ctrl + X


Wondershare Editor (Windows)
Paste
Application control

Ctrl + V


GIMP (Linux)
Cut
Edit

Ctrl + X


GIMP (Linux)
Copy
Edit

Ctrl + C


GIMP (Linux)
Paste
Edit

Ctrl + V


Dynamics NAV 2015 (Windows)
Copy
General

Ctrl + C


Dynamics NAV 2015 (Windows)
Paste
General

Ctrl + V


Apple Photos (Windows)
Cut photo
Organize

Ctrl + X


Dynamics NAV 2015 (Windows)
Cut
General

Ctrl + X


Apple Photos (Windows)
Copy photo
Organize

Ctrl + C


Apple Photos (Windows)
Paste photo
Organize

Ctrl + V


Windows Movie Maker (Windows)
Copy
General

Ctrl + C


Windows Movie Maker (Windows)
Cut
General

Ctrl + X


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)
Cut
Edit Shortcuts

Ctrl + X


GIMP (Windows)
Copy
Edit Shortcuts

Ctrl + C


GIMP (Windows)
Paste
Edit Shortcuts

Ctrl + V


Zoho Show (Windows)
Cut
Actions

Ctrl + X


Zoho Show (Windows)
Copy
Actions

Ctrl + C


Zoho Show (Windows)
Paste
Actions

Ctrl + V


Apple Motion (MacOS)
Set 3D view to next camera
View Menu

Ctrl + C


Autodesk Inventor 2017 (Windows)
Copy
General

Ctrl + C


AutoCAD 2016 (Windows)
Copies objects to the Windows Clipboard
General

Ctrl + C


Dynamics AX 2015 (Windows)
Copy selected content.
General Shortcuts

Ctrl + C


Autodesk Inventor 2017 (Windows)
Cut
General

Ctrl + X


Autodesk 3ds Max 2017 (Windows)
Create camera from view
General user interface

Ctrl + C


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

Ctrl + V


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

Ctrl + V


AutoCAD 2016 (Windows)
Cuts objects from the current drawing to the Windows Clipboard
General

Ctrl + X


Autodesk 3ds Max 2017 (Windows)
Expert mode(single Viewport)
General user interface

Ctrl + X


Silhouette Studio (Windows)
Copy
General

Ctrl + C


Silhouette Studio (Windows)
Paste
General

Ctrl + V


Silhouette Studio (Windows)
Cut
General

Ctrl + X


Microsoft Projects 2016 (Windows)
Cut selected object.
Working with OfficeArt Objects

Ctrl + X


Microsoft Projects 2016 (Windows)
Copy selected object.
Working with OfficeArt Objects

Ctrl + C


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)
Copy Selected Text
General Shortcuts

Ctrl + C


AutoCad Architecture 2017 (Windows)
Cutclip tool
General

Ctrl + X


Act! CRM (Windows)
Cut Selected Text
General Shortcuts

Ctrl + X


Act! CRM (Windows)
Paste selected Text
General Shortcuts

Ctrl + v


1Password (Windows)
Copy the selected item to the clipboard
Main Program Shortcuts

Ctrl + C


Overwatch 2016 (Windows)
Ultimate Status
Misc Shortcuts

Ctrl + C


Microsoft Projects 2016 (Windows)
Copy the selected data.
Sheet View

Ctrl + C


Microsoft Projects 2016 (Windows)
Cut the selected data.
Sheet View

Ctrl + X


Sublime Text (Linux)
Cut Line
General Editing Shortcuts

Ctrl + X


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)
Copy selected task
Task Action Shortcuts(On Windows Plateform)

Ctrl + C


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

Ctrl + V


Microsoft Excel 2016 (Windows)
Cut cell(s) to clipoard
Cut, Copy, Paste, and Paste Special

Ctrl + X


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

Ctrl + C


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

Ctrl + V


WordPress (Windows)
Copy
General Editor Shortcuts

Ctrl + C


WordPress (Windows)
Paste
General Editor Shortcuts

Ctrl + V


WordPress (Windows)
Cut
General Editor Shortcuts

Ctrl + X


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)
Copy
15 Shortcuts for Google Blogger (Web Application)

Ctrl + C


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

Ctrl + V


Logic Pro X (MacOS)
Cycle Audition
Windows Showing Audio Files

Ctrl + C


IntelliJ (MacOS)
VCS Quick Popup
VCS/Local History

Ctrl + V


FileZilla (Windows)
Stops the current operation
28 Shortcuts for FileZilla (Windows)

Ctrl + C


Sketch 3 (MacOS)
Toggle Pixel Grid
Canvas View

Ctrl + X


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

Ctrl + X


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

Ctrl + C


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

Ctrl + V


Logic Pro X (MacOS)
Send Selected Fader Values
Environment

Ctrl + V


Logic Pro X (MacOS)
Show/Hide Cables
Environment

Ctrl + C


Logic Pro X (MacOS)
Explore Polyphony
Score Editor

Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl + V


Sketch 3 (MacOS)
Color Picker
Editing Layers

Ctrl + C


Cloud9 (Windows)
Abort CLI Command
General Shortcuts

Ctrl + C


Cloud9 (MacOS)
Abort CLI Command
General Shortcuts

Ctrl + C


Logic Pro X (MacOS)
Copy Lane
Step Editor

Ctrl + C


Logic Pro X (MacOS)
Paste Lane
Step Editor

Ctrl + V


Cloud9 (Windows)
Copy
Clipboard

Ctrl + C


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

Ctrl + C


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

Ctrl + V


Logic Pro X (MacOS)
Strip Silence
Project Audio

Ctrl + X


Cloud9 (Windows)
Cut
Clipboard

Ctrl + X


Zimbra Collaboration Suite 8 (Windows)
Check Spelling
Mail Compose Form

Ctrl + X


Cloud9 (Windows)
Paste
Clipboard

Ctrl + V


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

Ctrl + V


Autodesk SketchBook Pro (Windows)
Copy
Colors and Brushes

Ctrl + C


Autodesk SketchBook Pro (Windows)
Cut
Colors and Brushes

Ctrl + X


Autodesk SketchBook Pro (Windows)
Paste
Colors and Brushes

Ctrl + V


Autodesk Mudbox 2017 (Windows)
Create a curve
Curve

Ctrl + C


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

Ctrl + V


BrainSuite (Windows)
Toggle show cursors
Main Window

Ctrl + X


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)
Lower Terrain
Terrain Editing

Ctrl + X


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


Bash (Linux)
Interrupt/Kill Whatever you are running
Process Controls

Ctrl + C


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