IntelliJ (Windows)

Editing

Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

Similar combinations for other applications


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

Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl + V


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

Ctrl + X


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

ctrl + x / ctrl + c / ctrl + 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 Windows 7 (Windows)
Delete an item permanently without placing it into the Recycle Bin
Managing 'Windows' in Windows 7 - Manipulate Items in Explorer

Shift + Delete


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


Thunderbird (Windows)
Delete with bypassing trash
Mark, Delete and Move Message

Shift + Delete


Thunderbird (MacOS)
Delete with bypassing trash
Mark, Delete and Move Message

Shift + Delete


Thunderbird (Linux)
Delete with bypassing trash
Mark, Delete and Move Message

Shift + Delete


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


Unity3D 3 (Windows)
Delete
Editing

Shift + Delete


Microsoft Excel 2003 (Windows)
Cut selected text
Basic

Ctrl + x


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


Unity3D 3 (MacOS)
Delete
Editing

Shift + Delete


Inpage (Windows)
To cut selected text
For Editing

Ctrl + x


Microsoft Windows 7 (Windows)
Delete an item permanently without placing it into the Recycle Bin
Windows Explorer - Manipulate Items in Explorer

Shift + Delete


Phoenix Viewer (Windows)
Cut / Copy / Paste
Edit

Ctrl + X / Ctrl + C / Ctrl + V


Firefox (Linux)
Delete previously used form entries
Forms

Shift + Delete


Firefox (Windows)
Delete previously used form entries
Forms

Shift + Delete


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 cut the selected objects
To Change Picture

Ctrl + x


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

Ctrl + X


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

Ctrl + X / V


Microsoft Windows 7 (Windows)
Delete an item permanently without placing it into the Recycle Bin
Windows Admin - Manipulate Items in Explorer

Shift + Delete


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

Ctrl + X / V


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

Ctrl + x


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

Ctrl + X


Microsoft Windows 8 (Windows)
Delete an item permanently without placing it into the Recycle Bin
Windows Explorer - Manage Items in Explorer

Shift + Delete


Microsoft Windows 7 (Windows)
Delete an item permanently without placing it into the Recycle Bin
Ease of Access and Magnifier - Manipulate Items in Explorer

Shift + Delete


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

Ctrl + X / Ctrl + C / Ctrl + V


Smartplant Review (Windows)
Cut Text
Standard Control Keys

Ctrl + x


Sublime Text (Windows)
Cut
Cut, Copy and Paste

Shift + Delete


Sublime Text (Windows)
Cut
Cut, Copy and Paste

Ctrl + X


Evernote (Windows)
Cut / Copy / Paste
Note Editor

Ctrl + x / Ctrl + c / Ctrl + v


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

Ctrl + X


Microsoft Excel 2011 (MacOS)
Select only the active cell when multiple cells are selected
Selecting cells, columns, or rows

Shift + Delete


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

Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl + V


Microsoft Windows 7 (Windows)
Permanently delete current photo
Photo Viewer

Shift + Delete


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

Ctrl + X


Texmaker 4.0.2 (Windows)
Cut
"Edit" menu

Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl + V


AutoCAD 2012 (Windows)
Cut object
Manage Workflow

Ctrl + X


FreeMind 0.9.0 (Windows)
Cut
Edit commands

Ctrl + X


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

Ctrl + X / Shift + Delete


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

Ctrl + X / Ctrl + C / Ctrl + V


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

Ctrl + X


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


Directory Opus (Windows)
Cut
Edit Menu

Ctrl + X


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

Ctrl + X


Gwenview (Linux)
Permanently delete the image from the disk. Note that this operation is irreversible and cannot be undone.
30 Shortcuts for Gwenview (Linux)

Shift + Delete


Gwenview (Linux)
Delete an image.
30 Shortcuts for Gwenview (Linux)

Shift + Delete


Beyond Compare (Windows)
Cut
Edit Menu

Ctrl + X


Pro Tools (Windows)
Cut
Edit Menu

Ctrl + X


Directory Opus (Windows)
Delete force
Misc.

Shift + Delete


Axialis IconWorkshop (Windows)
Cut
Edit Menu

Ctrl + X


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)
Cut contents of selected cells
Excel Basics

Ctrl + X


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

Shift + Delete / Ctrl + X


FL Studio (Windows)
Cut selection
Playlist Action

Ctrl + X


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

Ctrl + C / Ctrl + X / Ctrl + V


Qt Creator (Windows)
Cut line
Editor

Shift + Delete


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

Ctrl + X


Qt Creator (MacOS)
Cut line
Editor

Shift + Delete


Adobe Photoshop CS5 (MacOS)
Open Fill dialog box on background or standard layer
Painting

Delete / Shift + Delete


Adobe Photoshop CS5 (MacOS)
Displays Fill dialog box
Painting

Shift + Delete


Notepad++ 6 (Windows)
Cut
Edit menu

Ctrl + X


Notepad++ 6 (Windows)
Cut
Edit menu

Shift + Delete


Microsoft Windows 10 (Windows)
Delete an item permanently without placing it into the Recycle Bin
Manage Items in Explorer

Shift + Delete


FL Studio (Windows)
Cut selection
Piano Roll Action

Ctrl + X


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)
Remove and delete Data
21 Shortcuts for uTorrent (Windows)

Shift + Delete


uTorrent (Linux)
Remove and delete Data
21 Shortcuts for uTorrent (Linux)

Shift + Delete


uTorrent (MacOS)
Remove and delete Data
21 Shortcuts for uTorrent (MacOS)

Shift + Delete


Skype for Business (Lync) 2016 (Windows)
Remove the selected contact from the Contacts list
Contacts list

Shift + Delete


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

Shift + Delete / Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl_V


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

Ctrl + X


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

Ctrl + X / Ctrl + C / 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


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

Ctrl + X / Ctrl + C / Ctrl + V


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

Ctrl + C / Ctrl + X / Ctrl + V


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


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

Ctrl + X


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

Ctrl + X


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


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


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

Ctrl + C / Ctrl + X / Ctrl + V


Nuke 10 (Linux)
Cut Selected
Global Shortcuts

Ctrl + X


Corel Painter 2017 (Windows)
Cut
General Shortcuts

Ctrl + X


Finale (Windows)
Cut
Edit Menu

Ctrl + X


InDesign CC (Windows)
Cut
Edit Menu shortcuts

Ctrl + X


Anime Studio (Windows)
Cut
General Shortcuts

Ctrl + X


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

Ctrl + C / Ctrl + X / Ctrl + V


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

Ctrl + C / Ctrl + X / Ctrl + V


Zoho Sheet (Windows)
Cut
Actions

Ctrl + X


Hexagon 2 (Windows)
Cut
General Shortcuts

Ctrl + X


Zoho Writer (Windows)
To Cut Contents of Document
General

Ctrl + X


3D Coat (Windows)
Cut
General Operations

Ctrl + X


3D Coat (Windows)
Unhide All
HIde Operations

Ctrl + X


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

Ctrl + X


Wondershare Editor (Windows)
Cut
Application control

Ctrl + X


GIMP (Linux)
Cut
Edit

Ctrl + X


Apple Photos (Windows)
Cut photo
Organize

Ctrl + X


Dynamics NAV 2015 (Windows)
Cut
General

Ctrl + X


Windows Movie Maker (Windows)
Cut
General

Ctrl + X


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

Ctrl + C / Ctrl + X / Ctrl+ V


Dynamics CRM 2015 (Windows)
Delete selected text immediately without putting it on the Clipboard
General Purpose Shortcuts

Shift + Delete


GIMP (Windows)
Cut
Edit Shortcuts

Ctrl + X


Zoho Show (Windows)
Cut
Actions

Ctrl + X


Autodesk Inventor 2017 (Windows)
Cut
General

Ctrl + X


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)
Cut
General

Ctrl + X


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

Ctrl + X


Adobe Photoshop CC (MacOS)
Displays Fill dialog box
Painting Tools

Shift + Delete


AutoCad Architecture 2017 (Windows)
Cutclip tool
General

Ctrl + X


Act! CRM (Windows)
Cut Selected Text
General Shortcuts

Ctrl + X


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

Ctrl + X


Sublime Text (Linux)
Cut Line
General Editing Shortcuts

Ctrl + X


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

Ctrl + X


Final Cut Pro (MacOS)
Ripple delete (no gap)
Timeline

Shift + Delete


WordPress (Windows)
Cut
General Editor Shortcuts

Ctrl + X


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


Sketch 3 (MacOS)
Toggle Pixel Grid
Canvas View

Ctrl + X


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

Ctrl + X


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


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


Autodesk SketchBook Pro (Windows)
Cut
Colors and Brushes

Ctrl + X


BrainSuite (Windows)
Toggle show cursors
Main Window

Ctrl + X


Windows 10 File Explorer (Windows)
Delete an item permanently without placing it into the Recycle Bin
Folder Content (Main Pane) - Manage File/ Folders

Shift + Delete


Daz 3D Bryce 7 (Windows)
Lower Terrain
Terrain Editing

Ctrl + X


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


Blender 3D (Windows)
Erase All
Universal

Ctrl + X


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

Ctrl + X


jEdit (Windows)
Cut
Clipboard and Register

Ctrl + X


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

Ctrl + X / Ctrl + C / Ctrl + V


DAZ Studio (Windows)
Cut selected
Edit Commands

Ctrl + X


DocuSign (Web Application)
Cut
Field Shortcuts

Ctrl + X


Steinberg Cubase 9 (Windows)
Cut
Edit

Ctrl + X


Corel PhotoPaint X6 (Windows)
Cut
Edit Menu

Ctrl + X


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

Ctrl + X


Corel Ventura 10 (Windows)
Cut
Text Formatting

Ctrl + X


Corel Draw X8 (Windows)
Cut
General

Ctrl + X


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

Ctrl + X


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

Ctrl + X


Opera (Windows)
Move selection to clipboard
Text Editing

Ctrl + X


DAZ Studio (Windows)
Cut to clipboard
Script Commands

Ctrl + X


Corel Quattro Pro X8 (Windows)
Cut
Edit Menu

Ctrl + X / Shift + Del


ACDSee (Windows)
Remove Current Item from Hard Drive
View Mode

Shift + Delete


Microsoft Outlook 2016 (MacOS)
Permanently delete the selected message
Send and receive mail

Shift + Delete


Gliffy (Windows)
Cut
Shape Shortcuts

Ctrl + X


Microsoft Excel 2016 (MacOS)
Select only the active cell when multiple cells are selected
Select cells, columns, or rows

Shift + Delete


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

Ctrl + X


Chief Architect (Windows)
Cut
General Editing

Ctrl + X


Kingsoft Presentation 2016 (Windows)
Cut
Editing Shortcuts

Ctrl + X


MusicBee (Windows)
Hard Delete
File Menu

Shift + Delete


Flock (Windows)
Cut
General

Ctrl + X


Poser Pro (Windows)
Cut
File

Ctrl + X


Kingsoft Writer 2016 (Windows)
Cut
Editing

Ctrl + X


Flock (Windows)
Delete selected autocomplete entry
General

Shift + Delete


Kingsoft Spreadsheets 2016 (Windows)
Cuts the selected cells
Other Shortcuts

Ctrl + X


Apple Motion (MacOS)
Ripple delete (remove the current selection and close the gap in the Timeline)
TimeLine Editing and Navigation

Shift + Delete


Primevera P6 P6 (Windows)
Cut
General Shortcuts

Ctrl + X


SPSS Modeler (Windows)
Cut
General Shortcuts

Ctrl + X


Brackets (Windows)
Cut
99 Shortcuts for Brackets (Windows)

Ctrl + X


Adobe Captivate 2017 (Windows)
Cut (selected object on stage)
General and Miscellaneous Shortcuts

Ctrl + X


Forte (Windows)
Delete Message permanently
Main Browser Window

Shift + Delete


TradeStation (Windows)
Cut
Editor Shortcuts

Ctrl + X


WinSCP 5 (Windows)
Delete selected files (alternative)
File Management

Shift + Delete


Krita Painting 3 (Windows)
Cut
General

Ctrl + X / Shift + Delete


Forte (Windows)
Stop all
Task Manager

Shift + Delete


Informix Genero 2.5.0 (Windows)
Cut selection
Clipboard Shortcuts

Ctrl + X / Shift + Delete


MPS 2017 (Windows)
Cut a current line or a selected code block to the Clipboard
Basic Editing

Ctrl + X


Forte (Windows)
Cut
Composition Window

Ctrl + X


Jetbrains CLion (Windows)
Cut current line or selected block to clipboard
Editing Shortcuts

Ctrl + X


MediaMonkey (Windows)
Permanently Delete Selected Tracks
Standard Keyboard Shortcuts

Shift + Delete


Flock (MacOS)
Delete selected autocomplete entry
45 Shortcuts for Flock (MacOS)

Shift + Delete


VideoPad Video Editor (Windows)
Cut clip
Edit

Ctrl + X


Vuze (Windows)
Change filter as you type to/from Regex Searches
General Shortcuts

Ctrl + X


MOTU Digital Performer 9 (Windows)
Cut
General

Ctrl + X


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

Ctrl + X


Siemens NX 11 (Windows)
Cut
Edit Menu

Ctrl + X


Soundforge (Windows)
Move (cut) the selected data onto the clipboard
Data Window

Ctrl + X


PotPlayer (Windows)
Filter Control Condition
Standard Keyboard Controls

Ctrl + X


Teamcenter (Windows)
Cut
Miscellaneous Shortcuts

Ctrl + X


XYplorer (Windows)
Cut
General Shortcuts

Ctrl + X


Pegasus Mail (Web Application)
Cut
Edit menu

Ctrl + X


Visual Studio Code (Windows)
Cut line (empty selection)
Editing Shortcuts

Ctrl + X


Xamarin Studio (MonoDevelop) (Windows)
Cut
Edit Menu

Ctrl + X


Unity3D 5 (Windows)
Cut
Edit

Ctrl + X


Vegas Pro 14 (Windows)
Cut selection
General Editing

Ctrl + X


XYplorer (Windows)
Delete (No Recycle Bin)
General Shortcuts

Shift + Delete


Editpad 7 (Windows)
Cut
Clipboard commands

Ctrl + X


eSignal (Windows)
Cut
49 Shortcuts for eSignal (Windows)

Ctrl + X


Vegas Pro 14 (Windows)
Cut selection
Event Selection and Editing

Ctrl + X


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

Ctrl + X


Synfig (Windows)
Cut currently selected layer(s) and put them in the clipboard
73 Shortcuts for Synfig (Windows)

Ctrl + X


Pencil2D (Windows)
Cut
57 Shortcuts for Pencil2D (Windows)

Ctrl + X


CrazyTalk 8 (Windows)
Cut
Editing Shortcuts

Ctrl + X


Anim8or (Windows)
Cut
Top Toolbar Shortcuts

Ctrl + X


Bitcomet (Windows)
Cut
Global

Ctrl + X


GOM Player (Windows)
Exit GOM Player when finished the files
Others

Ctrl + X


SolidWorks (Windows)
Cut
Edit Menu

Ctrl + X


Quickbooks Desktop (Windows)
Cut selected characters
General Editing

Ctrl + x


Tableau (Windows)
Cut text selection (e.g., in captions, titles, formulas, etc.)
General

Ctrl + X


DrawPlus (Windows)
Cut
Object

Ctrl + X


Bitcomet (Windows)
Remove torrent, including downloaded files
Task lists

Shift + Delete


iClone 7 (Windows)
Cut keys or clips
Timeline Shortcuts

Ctrl + X


Solid Edge (Windows)
Cut
Standard Shortcuts

Ctrl + X


Spotify (Windows)
Cut
General

Ctrl + X


Impro-Visor (Windows)
cut chords and melody (and copy to invisible clipboard)
Cut/Paste/Copy

Ctrl + X


Cabinet Vision (Windows)
Cut Cabinet
Selection Shortcuts

Ctrl + X


CodeLite 10 (Windows)
Cut selected text
Editor

Ctrl + X


Rhino (Windows)
Cut
Default Shortcuts

Ctrl + X


Solidworks 2019
Cut
Windows

Ctrl + X


QCad (Windows)
Cut
Editing Shortcuts

Ctrl + X


QCad (Linux)
Cut
Editing Shortcuts

Ctrl + X


Webflow (Windows)
Cut
Copy/paste

Ctrl + X


TurboCAD (Windows)
Cut the selection and put it on the Clipboard
171 Shortcuts for TurboCAD (Windows)

Ctrl + X


winIDEA
Cut the selection and put it on to the Clipboard
Edit

Ctrl + X


Xyplorer
Cut
Edit Menu

Ctrl + X


progeCAD (Windows)
Cuts selected entities from the active drawing and copies them into the Windows clipboard
51 Shortcuts for progeCAD (Windows)

Ctrl + X


RStudio (Windows)
Cut
Editing (Console and Source)

Ctrl + X


Kate (Linux)
Delete the marked text and copy it to the clipboard
29 Shortcuts for Kate (Linux)

Ctrl + X


Kate (Windows)
Delete the marked text and copy it to the clipboard
38 Shortcuts for Kate (Windows)

Ctrl + X


PSPad (Windows)
CutEx
Edit

Shift + Delete


CuteFTP (Windows)
Cut
General

Ctrl + X


PSPad (Windows)
Cut - Cut selected text to clipboard
Edit

Ctrl + X


Comodo IceDragon (Windows)
Cut
Editing Options

Ctrl + X


Modo (Windows)
Cut
General/System

Ctrl + X


Most used text editing
Cut selected text
Editing text

Ctrl + X


Webflow
Cut
Copy / paste

Ctrl + X


Geany (Linux)
Cut
Cut and Paste

Ctrl + X


Geany (Windows)
Cut
Cut and Paste

Ctrl + X


VariCAD (Windows)
2D View from 3D
Hot Keys

Ctrl + X


App Maker
Cut the selected text
Code editor shortcuts

Ctrl + X


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

Ctrl + X / Shift + Delete


Wordfast Pro (MacOS)
Cut
100 Shortcuts for Wordfast Pro (MacOS)

Command + X / Shift + Delete


FEKO (Windows)
Cut selected text to clipboard
General Shortcuts

Ctrl + X / Shift + Del


FEKO (Linux)
Cut selected text to clipboard
General Shortcuts

Ctrl + X / Shift + Del


SAP Web IDE (Windows)
Cut/ Copy/ Paste
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + X / C / V


PhotoFiltre (Windows)
Cut the image or selection
Selection, past and text

Ctrl + X


IRONCAD (Windows)
Cut
File/Editing Keys

Ctrl + X


Roblox Studio
Cut
General Editing

Ctrl + X


Ulead PhotoImpact 8 (Windows)
Cuts the current selection
Edit Menu

Ctrl + X


PhotoFiltre (Windows)
Delete the image
Image Manager

Shift + Delete


Ableton Live 9 (Windows)
Copy
Editing

Ctrl + X


Chromebook (Linux)
Cut text from document and copy to clipboard
34 Shortcuts for Chromebook (Linux)

Ctrl + X


ChessBase 13
Create a new database in the current directory
Database window

Ctrl + X


KiCad 5.0.2
Cut
Pcbnew

Ctrl + X


GibbsCAM (Windows)
Cut
Edit Menu

Ctrl + X


SpaceClaim (Windows)
Cut
71 Shortcuts for SpaceClaim (Windows)

Ctrl + X


Vectorworks (Windows)
Cut
Edit Menu

Ctrl + X


DaVinci Resolve 14 (Windows)
Cut
Edit

Ctrl + X


Inkscape (Windows)
Cut selection - This works the same as copy selection followed by deleting the selection
Objects

Ctrl + X


DaVinci Resolve 14 (Windows)
Delete With Ripple
Edit

Shift + Delete


DaVinci Resolve 14 (MacOS)
Delete With Ripple
Edit

Shift + Delete


Cisco IOS
Delete all characters from the cursor to the beginning of the command line
Delete CLI entries

Ctrl + X


Huggle
Next contribution
Navigation

Ctrl + X


gThumb (Linux)
Delete the selected files permanently
Editing

Shift + Delete


Arduino (Windows)
Cut
29 Shortcuts for Arduino (Windows)

Ctrl + X


Target 3001! (Windows)
Cut
Editing Shortcuts

Ctrl + X / Ctrl + Delete


Arduino (Linux)
Cut
29 Shortcuts for Arduino (Linux)

Ctrl + X


gEDA (Linux)
Cut selection to buffer
Other Important Shortcuts

Ctrl + X


Sage Simply Accounting (Windows)
Cut selection
General

Ctrl + X


RStudio
Cut
Editing (Console and Source)

Ctrl + X


WavePad Sound Editor (Windows)
Cut
Edit Operations

Ctrl + X


AVS Audio Editor (Windows)
Cuts a waveform to internal clipboard
Edit

Ctrl + X


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

Ctrl + X / Shift + Delete


Oracle RightNow
Cut
Text editing

Ctrl + X


Balsamiq Mockups (Windows)
Cut the selected controls
Edit/History

Ctrl + X


SolveSpace (Windows)
Cut
Edit menu

Ctrl + X


NetHack
Player info
Game options

Ctrl + X


KeyCreator (Windows)
Cut to Clipboard
General Shortcuts

Ctrl + X


TopSolid (Windows)
Cut Selected Operations
Operation Manager

Ctrl + X


BobCAD (Windows)
Cut
22 Shortcuts for BobCAD (Windows)

Ctrl + X


CamBam (Windows)
Cut object and place on clipboard
32 Shortcuts for CamBam (Windows)

Ctrl + X


DraftSight (Windows)
Cut
37 Shortcuts for DraftSight (Windows)

Ctrl + X


BricsCAD (Windows)
Cuts the selection and puts it on the clipboard (CUTCLIP command)
Other Shortcuts

Ctrl + X


Brave Browser (Windows)
Cut
Page Navigation and Display

Ctrl + X


BricsCAD (Linux)
Cuts the selection and puts it on the clipboard (CUTCLIP Ctrl)
Other Shortcuts

Ctrl + X


AVS Video Editor (Windows)
Cut object
Text Properties

Ctrl + X / Shift + Delete


Adobe Illustrator
Cut
Frequently used shortcuts

Ctrl + X


eMachineShop (Windows)
Place selected line(s) to clipboard and clear the line(s) from screen
38 Shortcuts for eMachineShop (Windows)

Ctrl + X


Figma (Web Application)
Cut
Edit

Ctrl + X


FlexiSign Pro 8.1 (Windows)
Cut
Selection

Ctrl + X


FlexiSign Pro 8.1 (Windows)
Delete Now
Selection

Shift + Delete


FlexiSign Pro 8.1 (MacOS)
Delete Now
Selection

Shift + Delete


EasyWorship
Cut the selected text to the Windows clipboard
Editor

Ctrl + X


MindManager v19 (Windows)
Cut/paste as sub
Most used - Move topics

Ctrl + X / V


Substance Painter
Cut layer
Non-editable shortcuts

Ctrl + X


Aspire (Windows)
Cut the selected vectors
Node Editing

Ctrl + X


MindManager v19 (Windows)
Cut/paste as sub
Reorganizing - Move topics

Ctrl + X / V


VCarve Pro (Windows)
Cut the selected vectors
Node Editing

Ctrl + X


Ableton Live 10
Cut
Editing

Ctrl + X


SuperMemo (Windows)
Cut
129 Shortcuts for SuperMemo (Windows)

Ctrl + X


LDCad
Cut (copy to clipboard and remove) the current selection. A dialog with extra options might first appear if needed
Editor

Ctrl + X


Altium Designer (Windows)
Delete mode
PCB3D Library Editor Shortcuts

Shift + Delete


Altium Designer (Windows)
Cut
Output Job Editor Shortcuts

Ctrl + X / Shift + Delete


Cisco Jabber
Cut
Instant messages

Ctrl + X


Altium Designer (Windows)
Cut
CAM Editor Shortcuts

Ctrl + X


Altium Designer (Windows)
Cut waveform
CAM Editor Shortcuts

Ctrl + X / Shift + Delete


Altium Designer (Windows)
Cut
SimData Editor Shortcuts

Ctrl + X / Shift + Delete


Tableau
Cut text selection (in captions, titles, formulas, etc.)
Authoring views (Tableau Desktop)

Ctrl + X


BlackBerry Classic
Cut
Ctrl shortcuts

Ctrl + X


Altium Designer (Windows)
Cut
Common Shortcuts

Ctrl + X / Shift + Delete


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

Ctrl + X


Ubuntu
Cut the selected text/object
Common application shortcuts

Ctrl + X


AutoCAD
Cut object
Manage Workflow

Ctrl + X


Microsoft Sticky Notes
Kes
Formatting

Ctrl + X


draw.io
Cut
Canvas

Ctrl + X


Claws Mail
Cut
Compose window

Ctrl + X


Siemens NX
Cut
Edit menu

Ctrl + X


Tibia
Cut the selected text and put it into the clipboard
Text editing

Ctrl + X


HitFilm
Cut selection
General

Ctrl + X


Shotcut
Cut
Timeline

Ctrl + X


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

Ctrl + X


QuickBooks Desktop
Cut
Standard Text Editing

Ctrl + X


Nimbus Note
Cut
General

Ctrl + X


Novelty Visual Novel Maker
Cut selection
Controls

Ctrl + X


ArtRage Studio Pro
Cut
Edit Commands

Ctrl + X


Evernote for Windows
Cut
Note Editor

Ctrl + X


Quicken 2018
Go to Transfer
Register and Write Checks

Ctrl + X