Eclipse Helios (Windows)

Edit Text

Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

All hotkeys for Eclipse Helios (Windows)

Manage Files and Projects
Create new project using the Wizard

Ctrl + N

Manage Files and Projects
Create new project, file, class, etc.

Ctrl + Alt + N

Manage Files and Projects
Open project, file, etc.

Alt + F , then .

Manage Files and Projects
Open Resource (file, folder or project)

Ctrl + Shift + R

Manage Files and Projects
Show and access file properties

Alt + Enter

Manage Files and Projects
Save current file

Ctrl + S

Manage Files and Projects
Save all files

Ctrl + Shift + S

Manage Files and Projects
Close current file

Ctrl + W

Manage Files and Projects
Close all files

Ctrl + Shift + W

Manage Files and Projects
Refresh content of selected element with local file system

F5

Editor Window
Jump to Editor Window

F12

Editor Window
Switch to next editor / switch to previous editor

Ctrl + Page Down / Ctrl + Page Up

Editor Window
Maximize or un-maximize current Editor Window (also works for other Windows)

Ctrl + M

Editor Window
Show list of open Editors. Use arrow keys and enter to switch

Ctrl + E

Editor Window
Show list of open Editors. Similar to ctrl+e but switches immediately upon release of ctrl

Ctrl + F6 / Ctrl + Shift + F6

Editor Window
Go to previous / go to next Editor Window

Alt + Arrow Left / Alt + Arrow Right

Editor Window
Open Editor Window Option menu

Alt + -

Editor Window
Show view menu (features available on left vertical bar: breakpoints, bookmarks, line numbers, …)

Ctrl + F10

Editor Window
Show or hide line numbers

Ctrl + F10 , then n

Editor Window
Show or hide the diff column on the left (indicates changes since last save)

Ctrl + Shift + Q

Editor Window
Zoom text in/ out

Ctrl + Shift + + / -

Navigate in Editor
Jump to beginning / jump to end of indention. Press home twice to jump to beginning of line

Home / End

Navigate in Editor
Jump to beginning / jump to end of source

Ctrl + Home / End

Navigate in Editor
Jump one word to the left / one word to the right

Ctrl + Arrow Right / Arrow Left

Navigate in Editor
Jump to previous / jump to next method

Ctrl + Shift + Arrow Down / Arrow Up

Navigate in Editor
Jump to Line Number. To hide/show line numbers, press ctrl+F10 and select 'Show Line Numbers'

Ctrl + L

Navigate in Editor
Jump to last location edited

Ctrl + Q

Navigate in Editor
Jump to next / jump to previous compiler syntax warning or error

Ctrl + . / Ctrl + ,

Navigate in Editor
With a bracket selected: jump to the matching closing or opening bracket

Ctrl + Shift + P

Navigate in Editor
Collapse / Expand current method or class

Ctrl + [ + ] / Ctrl + - on numeric keyboard

Navigate in Editor
Collapse / Expand all methods or classes

Ctrl + [ / ] / Ctrl + * on numeric keyboard

Navigate in Editor
Scroll Editor without changing cursor position

Ctrl + Arrow Down / Ctrl + Arrow Up

Navigate in Editor
Next Sub-Tab / Previous Sub-Tab

Alt + Page Up / Alt + Page Down

Select Text
Expand selection by one character to the left / to the right

Shift + Arrow Right / Arrow Left

Select Text
Expand selection to next / previous word

Ctrl + Shift + Arrow Right / Arrow Left

Select Text
Expand selection by one line down / one line up

Shift + Arrow Down / Arrow Up

Select Text
Expand selection to end / to beginning of line

Shift + End / Home

Select Text
Select all

Ctrl + A

Select Text
Expand selection to current element (e.g. current one-line expression or content within brackets)

Alt + Shift + Arrow Up

Select Text
Expand selection to next / previous element

Alt + Shift + Arrow Left / Arrow Right

Select Text
Reduce previously expanded selection by one step

Alt + Shift + Arrow Down

Edit Text
Cut, copy and paste

Ctrl + C / Ctrl + X / Ctrl + V

Edit Text
Undo last action

Ctrl + Z

Edit Text
Redo last (undone) action

Ctrl + Y

Edit Text
Delete Line

Ctrl + D

Edit Text
Move current line or selection up or down

Alt + Arrow Up / Arrow Down

Edit Text
Duplicate current line or selection up or down

Ctrl + Alt + Arrow Up / Ctrl + Alt + Arrow Down /

Edit Text
Delete next word

Ctrl + Delete

Edit Text
Delete previous word

Ctrl + Backspace

Edit Text
Enter line below current line

Shift + Enter

Edit Text
Enter line above current line

Shift + Ctrl + Enter

Edit Text
Switch between insert and overwrite mode

Insert

Edit Text
Change selection to all lower case

Shift + Ctrl + Y

Edit Text
Change selection to all upper case

Shift + Ctrl + X

Search and Replace
Open find and replace dialog

Ctrl + F

Search and Replace
Find previous / find next occurrence of search term (close find window first)

Ctrl + K / Ctrl + Shift + K

Search and Replace
Search Workspace (Java Search, Task Search, and File Search)

Ctrl + H

Search and Replace
Incremental search forward / backwards. Type search term after pressing ctrl+j, there is now search window

Ctrl + J / Ctrl + Shift + J

Search and Replace
Open a resource search dialog to find any class

Ctrl + Shift + O

Indentions and Comments
Increase / decrease indent of selected text

Tab / Shift + Tab

Indentions and Comments
Correct indention of selected text or of current line

Ctrl + I

Indentions and Comments
Autoformat all code in Editor using code formatter

Ctrl + Shift + F

Indentions and Comments
Comment / uncomment line or selection ( adds '//' )

Ctrl + /

Indentions and Comments
Add Block Comment around selection ( adds '/... */' )

Ctrl + Shift + /

Indentions and Comments
Remove Block Comment

Ctrl + Shift + \

Indentions and Comments
Add Element Comment ( adds '/** ... */')

Alt + Shift + J

Editing Source Code
Opens Content Assist (e.g. show available methods or field names)

Ctrl + Space

Editing Source Code
Open Quick Fix and Quick Assist

Ctrl + 1

Editing Source Code
Propose word completion (after typing at least one letter). Repeatedly press alt+/ until reaching correct name

Alt + /

Editing Source Code
Deactivate or activate Smart Insert Mode (automatic indention, automatic brackets, etc.)

Ctrl + Shift + Insert

Code Information
Show code outline / structure

Ctrl + O

Code Information
Open class, method, or variable information (tooltip text)

F2

Code Information
Open Declaration: Jump to Declaration of selected class, method, or parameter

F3

Code Information
Open Type Hierarchy window for selected item

F4

Code Information
Show / open Quick Type Hierarchy for selected item

Ctrl + T

Code Information
Open Type in Hierarchy

Ctrl + Shift + T

Code Information
Open Call Hierarchy

Ctrl + Alt + H

Code Information
Find occurrences of expression in current file

Ctrl + Shift + U

Code Information
Open Declaration or Implementation

Ctrl +move over method

Refactoring
Rename selected element and all references

Alt + Shift + R

Refactoring
Move selected element to other class or file (With complete method or class selected)

Alt + Shift + V

Refactoring
Change method signature (with method name selected)

Alt + Shift + C

Refactoring
Extract selection to method

Alt + Shift + M

Refactoring
Extract local variable: Create and assigns a variable from a selected expression

Alt + Shift + L

Refactoring
Inline selected local variables, methods, or constants if possible (replaces variable with its declarations/ assignment and puts it directly into the statements)

Alt + Shift + I

Run and Debug
Save and launch application (run)

Ctrl + F11

Run and Debug
Debug

F11

Run and Debug
Step Into function

F5

Run and Debug
Next step (line by line)

F6

Run and Debug
Step out

F7

Run and Debug
Skip to next Breakpoint

F8

The Rest
Switch forward / backward between views (panels). Useful for switching back and forth between Package Explorer and Editor.

Ctrl + F7 / Ctrl + Shift + F7

The Rest
Switch forward / backward between perspectives

Ctrl + F8 / Ctrl + Shift + F8

The Rest
Print

Ctrl + P

The Rest
Open Eclipse Help

F1

The Rest
Show Context Menu right click with mouse

Shift + F10

Team (SVN Subversive)
Synchronize with Repository

Ctrl + Alt + S

Team (SVN Subversive)
Commit

Ctrl + Alt + C

Team (SVN Subversive)
Update

Ctrl + Alt + U

Team (SVN Subversive)
Update to Revision

Ctrl + Alt + D

Team (SVN Subversive)
Merge

Ctrl + Alt + E

Team (SVN Subversive)
Show Properties

Ctrl + Alt + T

Team (SVN Subversive)
Add to svn:ignore

Ctrl + Alt + I

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


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 (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)
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