GNU Emacs

Info

Scroll reverse

Del

All hotkeys for GNU Emacs

Files
Read a file into Emacs

Ctrl + X then Ctrl + F

Files
Save a file back to disk

Ctrl + X then Ctrl + S

Files
Save all files

Ctrl + X then S

Files
Insert contents of another file into this buffer

Ctrl + X then I

Files
Replace this file with another file

Ctrl + X then Ctrl + V

Files
Write buffer to specified file

Ctrl + X then Ctrl + W

Files
Toggle read only status of buffer

Ctrl + X then Ctrl + Q

Leaving Emacs
Suspend or iconify Emacs

Ctrl + Z

Leaving Emacs
Exit Emacs completely

Ctrl + X then Ctrl + C

Multiple windows
Delete all other windows

Ctrl + X then 1

Multiple windows
Scroll other window

Ctrl + Meta + V

Help
Show commands matching a string

Ctrl + H then A

Help
Describe the function a key runs

Ctrl + H then K

Help
Describe a function

Ctrl + H then F

Help
Get mode specific information

Ctrl + H then M

The minibuffer
Abort command

Ctrl + G

Simple customization
(then customize) Customize variables and faces

Meta + X

Error recovery
Undo an unwanted change

Ctrl + X then U

Error recovery
Undo an unwanted change

Ctrl + _

Error recovery
Undo an unwanted change

Ctrl + /

Motion
Scroll current line to center, top, bottom

Ctrl + L

Incremental search
Search forward

Ctrl + S

Query replace
Enter recursive edit

Ctrl + R

Incremental search
Regular expression search

Ctrl + Meta + S

Incremental search
Reverse regular expression search

Ctrl + Meta + R

The minibuffer
Fetch previous minibuffer input

Meta + P

The minibuffer
Fetch later minibuffer input or default

Meta + N

The minibuffer
Complete and execute

⤶ Enter

Info
Scroll reverse

Del

Motion
Character - backward

Ctrl + B

Motion
Character - forward

Ctrl + F

Motion
Word - backward

Meta + B

Motion
Word - forward

Meta + F

Motion
Line - backward

Ctrl + P

Motion
Line - forward

Ctrl + N

Motion
Go to line beginning

Ctrl + A

Motion
Go to line ending

Ctrl + E

Motion
Sentence - backward

Meta + A

Motion
Sentence - forward

Meta + E

Motion
Paragraph - backward

Meta + {

Motion
Paragraph - forward

Meta + }

Motion
Page - backward

Ctrl + X then [

Motion
Page - forward

Ctrl + X then ]

Motion
sexp - backward

Ctrl + Meta + B

Motion
sexp - forward

Ctrl + Meta + F

Motion
function - backward

Ctrl + Meta + A

Motion
function - forward

Ctrl + Meta + E

Motion
Go to beginning of buffer

Meta + <

Motion
Go to end of buffer

Meta + >

Motion
Scroll to next screen

Ctrl + V

Motion
Scroll to previous screen

Meta + V

Motion
Scroll left

Ctrl + X then <

Motion
Scroll right

Ctrl + X then >

Motion
Go to line

Meta + G then G

Motion
Go to character

Meta + G then C

Motion
Back to indentation

Meta + M

Killing and deleting
Character (delete, not kill) - forward

Ctrl + D

Killing and deleting
Word - backward

Meta + Del

Killing and deleting
Word - forward

Meta + D

Killing and deleting
Line (to end of) - backward

Meta + 0 then Ctrl + K

Killing and deleting
Line (to end of) - forward

Ctrl + K

Killing and deleting
Sentence - backward

Ctrl + X then Del

Killing and deleting
Sentence - forward

Meta + K

Killing and deleting
sexp - backward

Meta + - then Ctrl + Meta + K

Killing and deleting
sexp - forward

Ctrl + Meta + K

Killing and deleting
Kill region

Ctrl + W

Killing and deleting
Copy region to kill ring

Meta + W

Killing and deleting
then press char to kill through next occurence of char

Meta + Z

Killing and deleting
Yank back last thing killed

Ctrl + Y

Killing and deleting
Replace last yank with previous kill

Meta + Y

Marking
Set mark here

Ctrl + @

Marking
Set mark here

Ctrl + Space

Marking
Exchange point and mark

Ctrl + X then Ctrl + X

Marking
Set mark arg words away

Meta + @

Marking
Mark paragraph

Meta + H

Marking
Mark page

Ctrl + X then Ctrl + P

Marking
Mark sexp

Ctrl + Meta + @

Marking
Mark function

Ctrl + Meta + H

Marking
Mark entire buffer

Ctrl + X then H

Query replace
(then query-replace-regexp) Interactively replace a text string using regular expressions

Meta + % then Meta + X

Info
Scroll forward

Space

Query replace
Replace this one, go to next

Y

Info
Go to next node

N

Query replace
Replace all remaining matches

!

Query replace
Back up to the previous match

^

Query replace
Exit recursive edit

Ctrl + Meta + C

Multiple windows
Delete all other windows (for frame)

Ctrl + X then 5 then 1

Multiple windows
Split window, above and below

Ctrl + X then 2

Multiple windows
Split window, above and below (for frame)

Ctrl + + X then 5 then 2

Multiple windows
Delete this window

Ctrl + X then 0

Multiple windows
Delete this window (for frame)

Ctrl + X then 5 then 0

Multiple windows
Split window, side by side

Ctrl + X then 3

Multiple windows
Switch cursor to another window

Ctrl + X then O

Multiple windows
Switch cursor to another window (for frame)

Ctrl + X then 5 then O

Multiple windows
Select buffer in other window

Ctrl + X then 4 then B

Multiple windows
Select buffer in other window (for frame)

Ctrl + X then 5 then B

Multiple windows
Display buffer in other window

Ctrl + X then 4 then Ctrl + O

Multiple windows
Display buffer in other window (for frame)

Ctrl + X then 5 then Ctrl + O

Multiple windows
Find file in other window

Ctrl + X then 4 then F

Multiple windows
Find file in other window (for frame)

Ctrl + X then 5 then F

Multiple windows
Find file read-only in other window

Ctrl + X then 4 then R

Multiple windows
Find file read-only in other window (for frame)

Ctrl + X then 5 then R

Multiple windows
Run Dired in other window

Ctrl + X then 4 then D

Multiple windows
Run Dired in other window (for frame)

Ctrl + X then 5 then D

Multiple windows
Find tag in other window

Ctrl + X then 4 then .

Multiple windows
Find tag in other window (for frame)

Ctrl + X then 5 then .

Multiple windows
Grow window taller

Ctrl + X then ^

Multiple windows
Shrink window smaller

Ctrl + X then {

Multiple windows
Grow window wider

Ctrl + X then }

The minibuffer
Complete as much as possible

⭾ Tab

Formatting
Indent region (mode-dependent)

Ctrl + Meta + \

Formatting
Indent sexp (mode-dependent)

Ctrl + Meta + Q

Formatting
Indent region rigidly arg columns

Ctrl + X then ⭾ Tab

Formatting
Indent for comment

Meta + ;

Formatting
Insert newline after point

Ctrl + O

Formatting
Move rest of line vertically down

Ctrl + Meta + O

Formatting
Delete blank lines around point

Ctrl + X then Ctrl + O

Formatting
Join line with previous (with arg, next)

Meta + ^

Formatting
Delete all white space around point

Meta + \

Formatting
Put exactly one space at point

Meta + Space

Formatting
Fill paragraph

Meta + Q

Formatting
Set fill column to arg

Ctrl + X then F

Formatting
Prefix each line starts with

Ctrl + X then .

Formatting
Set face

Meta + O

Case change
Uppercase word

Meta + U

Case change
Lowercase word

Meta + L

Case change
Capitalize word

Meta + C

Case change
Uppercase region

Ctrl + X then Ctrl + U

Case change
Lowercase region

Ctrl + X then Ctrl + L

The minibuffer
Show possible completions

?

The minibuffer
Regexp search backward through history

Meta + R

The minibuffer
Regexp search forward through history

Meta + S

The minibuffer
Edit and repeat the last command that used the minibuffer

Ctrl + X then Esc then Esc

The minibuffer
Activate menu bar items in text terminals

F10

Buffers
Select another buffer

Ctrl + X then B

Buffers
List all buffers

Ctrl + X then Ctrl + B

Buffers
Kill a buffer

Ctrl + X then K

Transposing
Transpose characters

Ctrl + T

Transposing
Transpose words

Meta + T

Transposing
Transpose lines

Ctrl + X then Ctrl + T

Transposing
Transpose sexps

Ctrl + Meta + T

Spelling check
Check spelling of current word

Meta + $

Tags
Find a tag (a definition)

Meta + .

Tags
Find next occurence of a tag

Ctrl + U then Meta + .

Tags
Continue last tags search on query-replace

Meta + ,

Shells
Execute a shell command

Meta + !

Shells
Execute a shell command asynchronously

Meta + &

Shells
Run a shell command on the region

Meta + |

Rectangles
Copy rectangle to register

Ctrl + X then R then R

Rectangles
Kill rectangle

Ctrl + X then R then K

Rectangles
Yank rectangle

Ctrl + X then R then Y

Rectangles
Open rectangle, shifting text right

Ctrl + X then R then O

Rectangles
Black out rectangle

Ctrl + X then R then C

Rectangles
Prefix each line with string

Ctrl + X then R then T

Abbrevs
Add global abbrev

Ctrl + X then A then G

Abbrevs
Add mode-local abbrev

Ctrl + X then A then L

Abbrevs
Add global expansion for this abbrev

Ctrl + X then A then I then G

Abbrevs
Add mode-local expansion for this abbrev

Ctrl + X then A then I then L

Abbrevs
Explicitly expand abbrev

Ctrl + X then A then E

Abbrevs
Expand previous word dynamically

Meta + /

Miscellaneous
Numeric argument

Ctrl + U then Num 0 - Num 9

Miscellaneous
Negative argument

Meta + -

Miscellaneous
then char: Quoted insert

Ctrl + Q

International character sets
Enable or disable input method

Ctrl + \

Info
Enter the Info documentation reader

Ctrl + H then I

Info
Find specified function or variable in Info

Ctrl + H then S

Info
Beginning of node

B

Info
Go to previous node

P

Info
Move up

U

Info
Select menu item by name

M

Info
Select menu item by number

Num 1 - Num 9

Info
Follow cross reference (return with 1)

F

Info
Return to last node you saw

L

Info
Return to directory node

D

Info
Go to top node of Info file

T

Info
Go to any node by name

G

Info
Run info tutorial

H

Info
Look up a subject in the indices

I

Info
Search nodes for regexp

S

Info
Quit Info

Q

Registers
Save region in register

Ctrl + X then R then S

Registers
Insert register contents into buffer

Ctrl + X then R then I

Registers
Save value of point in register

Ctrl + X then R then Space

Registers
Jump to point saved in register

Ctrl + X then R then J

Keyboard macros
Start defining a keyboard macro

Ctrl + X then (

Keyboard macros
End keyboard macro definition

Ctrl + X then )

Keyboard macros
Eappend to last keyboard macro

Ctrl + X then E

Dealing with Emacs Lisp
Eval sexp before point

Ctrl + X then Ctrl + E

Dealing with Emacs Lisp
Eval current defun

Ctrl + Meta + X

Dealing with Emacs Lisp
Read and eval minibuffer

Meta + :

Similar combinations for other applications


Android Emulator (Windows)
Enter trackball mode while key is pressed
Other Device Keys

Del


Firefox (MacOS)
Delete
Text Manipulation

Del


Firefox (MacOS)
Delete Selected Auto-Complete Entry
Auto Complete

Del


Sway 2016 (Windows)
Delete the selected card and all of its contents
Basic Commands

Del


Microsoft Visio 2016 (Windows)
Delete the selected shape
Select Various Tool/Shape Shortcuts

Del


Microsoft PowerPoint 2016 (Windows)
Remove selected image/Remove one character from right side
Edit and General Text Operations

Del


Corel VideoStudio X9.5 (Windows)
Delete
Runtime Shortcuts

Del


Adobe Premiere CC (Windows)
Clear
General Shortcuts

Del


Apple Numbers (MacOS)
Delete previous character
Formatting and Editing Shortcuts

Del


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

Del


Adobe Audition CC (MacOS)
Delete
Marker/Tool/Clip Shortcuts

Del


Apple Keynote (MacOS)
Delete selected object
Tables

Del


Nuke 10 (Windows)
Delete Selected Clips/Folders
Global Shortcuts

Del / Bkspace


Nuke 10 (MacOS)
Delete Selected Clips/Folders
Global Shortcuts

Del / Bkspace


Nuke 10 (Linux)
Delete Selected Clips/Folders
Global Shortcuts

Del / Bkspace


Adobe Premiere CC (MacOS)
Remove effects/delete item
Panel Shortcuts

Del


Finale (MacOS)
Delete Measure track
Edit Menu

Del


Apple Numbers (MacOS)
Delete selected table contents
Table Editing

Del


Finale (Windows)
Delete Measure track
Edit Menu

Del


Hexagon 2 (MacOS)
Delete
General Shortcuts

Del


3D Coat (MacOS)
Erase Unfrozen
Layers Operations

Del


Hexagon 2 (Windows)
Delete
General Shortcuts

Del


3D Coat (Windows)
Erase Unfrozen
Layers Operations

Del


Nuke 10 (Windows)
Delete Node
Node Graph

Del


Nuke 10 (Linux)
Delete Node
Node Graph

Del


Nuke 10 (MacOS)
Delete Node
Node Graph

Del


CINEMA 4D (Windows)
Delete
Editor

Del


Microsoft Word 2016 (Windows)
Remove selected image/Remove one character from right side
Text Editing/Graphics editing Operations

Del


Zoho Sheet (MacOS)
Delete one character to left while typing in a cell
Editing Shortcuts

Del


Zoho Writer (MacOS)
To Delete one character to the left
General

Del


Atom (text editor) 1.0 (MacOS)
Delete current item
Tree View

Del / Delete


Adobe Acrobat Pro (MacOS)
If pressed in the body of the file list, navigate one level up from within a folder
PDF Portfolios

Del


GTA V Cheats (Windows)
Phone Option
Cellphone Controls

Del


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

Del


Clarizen (Web Application)
Deletes the entire line
Action

Del


Zoho Mail (Web Application)
Delete Message
Customizable Keys

Del


jEdit (Windows)
Delete Character After
Text Editing

Del


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

Del


eSignal (Windows)
Clear
49 Shortcuts for eSignal (Windows)

Del


Anno 1800
Delete building and units
Building

Del


Spotify (MacOS)
Delete
General

Del/Backspace


Xyplorer
Remove selected item
Other Shortcuts

Del


Solidworks 2019
Delete
Commands

Del


Gigabyte Aorus motherboard
Enter BIOS Setup program / Q-Flash
POST screen shortcuts

Del


Webflow
Delete element
General

Del


Simplify3D
Remove selection
Edit menu

Del


progeCAD (Windows)
Removes the selected entities
51 Shortcuts for progeCAD (Windows)

Del


Skipper
Delete field
Editor shortcuts (Windows)

Del


Xterm
Delete following character
General

Del


ChessBase 13
Mark selected games as deleted
Games lists

Del


Most used text editing
Delete character to the right
Editing text

Del


App Maker
Delete the selected widgets
Page editor shortcuts - Mac

Del


KiCad 5.0.2
Delete item
Page Layout Editor

Del


FEKO (Windows)
Delete selected item
CADFEKO and POSTFEKO Others

Del


FEKO (Linux)
Delete selected item
CADFEKO and POSTFEKO Others

Del


IRONCAD (Windows)
Delete
File/Editing Keys

Del


Roblox Studio
Delete
General Editing

Del


KiCAD (Windows)
Delete Item
EE Schema

Del


KiCAD (Linux)
Delete Item
EE Schema

Del


Easel
Remove object
General

Del


KiCAD (MacOS)
Delete Item
EE Schema

Del


SpaceClaim (Windows)
Delete
71 Shortcuts for SpaceClaim (Windows)

Del


gEDA (Linux)
Delete object under the mouse cursor
Other Important Shortcuts

Del


WinRAR
Delete files
Commands menu

Del


FaceRig Studio
Delete selected keyframes
Camera editor

Del


Cisco IOS
Delete character to the left of the cursor
Delete CLI entries

Del


Inkscape (Windows)
Delete selection
Selector

BackSpacebar / Del


Oracle RightNow
Delete
Explorers and reports

Del


SolveSpace (Windows)
Delete
Edit menu

Del


SolveSpace (MacOS)
Delete
Edit menu

Del


LDCad
Delete the selection
Editor

Del


Inkscape (Windows)
Delete selected node(s)
Node Tool

BackSpace / Del


AVS Video Editor (Windows)
Delete Scenes
Multitrim

Del


SuperMemo (Windows)
Delete currently displayed element
129 Shortcuts for SuperMemo (Windows)

Del


Ableton Live 10 (Mac)
Delete
Editing

Del


Ableton Live 10
Delete
Editing

Del


GeoGebra
Delete current selection
Windows shortcuts

Del


Substance Painter
Delete layer
Non-editable shortcuts

Del


Substance Painter (Mac)
Delete layer
Non-editable shortcuts

Del


Cisco Jabber (Mac)
Delete voice message
Voice messages

Del


Final Cut Pro X
Mark the current selection in the browser as rejected
Marking

Del


Lacerte
Delete the selected text or one character to the right cursor
Letter Editor

Del


Evolution
Delete selection
Global - Selection

Del


K-9 Mail
Delete
Message details

Del


FastMail
Delete
File

Del


Sketch
Delete layer
Editing layers

Del


Nuclide (Linux)
Remove a file or directory from the tree. You will be prompted first to avoid accidental mistakes.
Project Explorer’s file tree

Del


Nuclide (Mac)
Remove a file or directory from the tree. You will be prompted first to avoid accidental mistakes.
Project Explorer’s file tree

Del


draw.io
Delete selected cells
Canvas

Del


HitFilm
Remove selection
General

Del


QuickBooks Desktop (Mac)
Delete the character to the left of the insertion point
Editing

Del


Nier: Automata
Shortcuts
Genel

Del


Winamp
Remove selected files from playlist
Playlist control shortcuts

Del


Adobe Illustrator
Delete selected width point
Create variable width points

Del


Shotcut (Mac)
Lift
Timeline

Del


Shotcut
Lift
Timeline

Del


Adobe Illustrator (Mac)
Delete selected width point
Create variable width points

Del


PyCharm 2018.2
In other views: remove selected items
Basic editing

Del


Feedreader
(while article list is focused) Open article delete dialog
General

Del


QuickBooks Desktop
Delete a character to the right
Standard Text Editing

Del


Telegram
Delete selected message
General

Del


Adobe Photoshop Elements (Mac)
Delete last anchor point for Magnetic or Polygonal Lasso tool
Selecting and moving objects

Del


Remember the Milk
Delete the currently selected task(s)
Actions

Del


Ace Editor
Delete
Other

Del


Evernote for Windows
Delete
Left Panel

Del


Autodesk Stingray
Delete key
Story editor

Del


Kerbal Space Program
Docking controls
System/UI Commands

Del


Total War: Attila (Mac)
Cinematic camera
Camera

Del


Total War: Attila
Cinematic camera
Camera

Del


Adobe Bridge CC
Reject
Slideshow or review mode

Del


Adobe Bridge CC (Mac)
Reject
Slideshow or review mode

Del


Adobe Lightroom Classic (Mac)
Delete selected photo(s)
Managing photos and catalogs

Del


Adobe Lightroom Classic
Delete selected photo(s)
Managing photos and catalogs

Del


Alteryx
Delete selected tool
Move and delete tools

Del


Bash (Unix shell)
Delete the character under the cursor
Deleting text

Del


AI War Classic
Scrap selected units
General

Del


ActivePresenter 7
Delete
General

Del


Nuke
Remove selected point(s)
Roto / RotoPaint

Del


Gravit Designer
Delete
Edit

Del


Unreal Engine
Delete
Common commands

Del


ProgeCAD
Delete
General

Del


SharePoint
Delete the selection without adding it on the Clipboard.
Using rich text editing

Del


CorelDRAW Graphics Suite 2018
Delete
General

Del


jEdit
Delete character after caret
Text editing

Del


Kindle for Mac
Back
Reading a Book

Del


Adobe Dimension CC (Mac)
Delete
Edit menu

Del


Adobe Dimension CC (Windows)
Delete
Edit menu

Del


Logo Accounting
Delete the data or card or receipt under the cursor
General

Del


Waze Map Editor
Delete the single selected object (segment, junction, landmark). To delete multiple objects, you must click the trash can icon and confirm the multiple delete.
General

Del


OBS Studio
Remove source
General

Del


Roll20
Delete selected object(s)
Tools

Del


SimpleMind
Delete
General

Del


Microsoft FrontPage
Delete one character to the right.
Edit and move text and graphics

Del


LightWave 3D
Delete key
Layout: General

Del


PDF-XChange Editor
Delete
General

Del


Microsoft Paint
Delete a selection
Miscellaneous

Del


Clip Studio Paint Pro
Cancel a last point
Shortcuts used during operation

Del


Xodo
Delete selected annotation
Annotating

Del


Zoho Mail
Delete mail
Mail: Shortcuts when mail(s) selected

Del


Adobe Premiere Pro (Windows)
Clear
Edit

Del


Autodesk SketchBook (Mac)
Delete key to delete last point, Double-click to confirm
Tools

Del


Autodesk SketchBook (Windows)
Undo
SketchBook for Mobile

Del


Microsoft Word 2016
Delete one character to the right
Delete text and graphics

Del


Inkscape
erase last segment of current line
Pen (Bezier) tool

Del


Atom (Windows)
(Source: Tree View) tree-view:remove
All shortcuts

Del


PhraseExpress
Delete currently selected item
General

Del


KDE Plasma Desktop
Move to Trash
Working with files

Del


Adobe Premiere Pro (Mac)
Clear Selection
Timeline panel

Del


Adobe XD (Mac)
Delete
Edit menu

Del


Adobe XD (Windows)
Delete
Edit menu

Del


CodeMirror
Delete the character after the cursor
General (Mac)

Del


Warcraft III
Rotate camera to the right
Game commands

Del


Corel Painter (Mac)
Delete selected (closed) shape
Shape objects tools

Del


Corel Painter
Delete selected (closed) shape
Shape tools

Del


Microsoft Visual Studio 2017 (Most used shortcuts)
[Global, Team Explorer] Edit.Delete
Edit

Del


Adobe Photoshop CC
Delete current tile from Tile History
Result (Pattern Maker only)

Del


WavePad
Delete
Edit Operations

Del


Comodo IceDragon
Delete Selected Autocomplete Entry
Miscellaneous

Del


Clip Studio Paint Pro
click  Cancel a last point
Shortcuts used during operation

Del/→


Microsoft Visual Studio 2017 (All shortcuts)
OtherContextMenus.GraphView.RemovefromWorkspace
XML Schema Designer

Del


Apple Messages
(first, select the message) Delete a single message
Conversation shortcuts

Del


Sweet Home 3D
Delete
General

Del


Apple iBooks
Delete the selected table, border, or border segment, or the contents of selected cells
Work with tables

Del


Mp3tag
Remove file (without deleting it)
General

Del


GoldWave
Deletes the selection.
Editing

Del


LibreOffice Calc
Removes the current field from the area
Using the pivot table

Del


LibreOffice Base
Deletes a table from the query design
Query design

Del


Kodi
Remove from playlist (Playlist editor only)
Music visualisation

Del


WinHex
Remove
Edit menu

Del


Ardour
Delete
Generic editing

Del


Microsoft PowerPoint (Creating presentations)
Delete one character to the right
Delete and copy text and objects

Del


Grand Theft Auto V
Delete marker
Clip edit mode

Del


Tekla Structures 20
Delete
General

Del


Apple GarageBand
Delete
General

Del


MindMeister
Delete an idea
General

Del


Apple iMovie
Rate the selection as rejected, or delete the selection from the timeline
Selecting and editing video

Del


Qt Creator
Delete
General

Del


Apple Pages
Delete the selected table, or the contents of selected cells
Working with tables

Del


The Sims 4
Delete or sell selected object
Buy and Build mode

Del


REAPER
Edit: Delete events
Section: MIDI Inline Editor

Del


Basecamp
Delete forward
Editing

Del


NZBGet
Clear (delete all) messages
Messages tab commands

Del


FileMaker
when one or more relationships are selected  Delete a relationship
Relationships graph shortcuts

Del


NewsBin Pro
Delete group from group tab
Groups tab

Del


Git Tower (Windows)
Discard local changes in selected file
Working copy & local changes

Del


OneDrive
Delete a selected file or folder
Give commands

Del


The Bat!
Delete folder
Working with the Folder Tree

Del


MediaMonkey
Delete selected tracks (recycle bin)
General

Del


Microsoft Excel 2016
In cell editing mode, it deletes the character to the right of the insertion point
Other useful shortcut keys

Del


Microsoft Access 2016
Delete the selection or the character to the right of the insertion point
Edit text or data: Copy, move, or delete text

Del


Krita 3.0
Clear
Painting

Del


Accounting CS
Delete selected item
Editing

Del


Outlook 2016 and Outlook 2013
(when a message, task, or meeting is selected) Delete
Frequently used shortcuts

Del


ACDSee Free
Deletes the current image to your Recycle Bin
General

Del


Kaspersky Internet Security
Delete the next characters
Kaspersky password manager

Del


IrfanView
Delete image
Copy, paste and select

Del


Firefox Quantum
Delete
Miscellaneous

Del


Outlook.com
Delete email
Actions

Del


7-Zip
Delete selected items
File menu

Del


Windows Movie Maker
Delete
General

Del


GOM Player
Fit to video input
Window size

Del


Everything
Move selected items to the recycle bin
Result list

Del


Zimbra Web Client
Remove selected addresses
Address balloon

Del


KeePass
Delete entry / group
KeePass Interface

Del


Windows 3.1
Delete
Menu features

Del


MusicBee
Remove
General

Del


WinSCP
Delete selected files
Selected files

Del


Paint.NET
Erase selection
Edit menu

Del


SQL Server Management Studio (SSMS)
Delete one character to the right of the cursor
Text manipulation in code editor

Del


uTorrent
Remove torrent
General

Del


PeaZip
Recycle bin / Delete form archive
File operations

Del


AIMP
Remove selected tracks
Working with Playlist

Del


Mozilla Thunderbird
Delete selected text, attachment, table cell contents or table
Editing message text

Del


Opera
Delete selection (or character right of cursor)
Text keys: Editing

Del


Yahoo Mail
Sends the selected messages to the Trash
General commands

Del


Microsoft OneNote
Delete the selected note or object
Select notes and objects

Del


Notepad
Delete selected text
Editing

Del


Windows Voice Recorder
Delete the selected recording
General

Del


Audacity
Delete Key
Edit menu

Del


Windows Calculator
Clear current input (select CE)
General

Del


Microsoft Groove
Delete selected item(s)
General

Del


Safari
Delete a bookmark
Bookmarks sidebar and bookmarks view

Del


PhotoScape
Delete selected files
Viewer

Del


Google Calendar
Delete an event
Modify an event

Del


SketchUp
Erase
General

Del


Notepad2
Clear
Editing

Del


Spotify
Delete
General

Del


HeidiSQL
Delete all rows in selected table(s)
Database

Del


Total Commander
Delete files
File manipulation

Del


Tupi (Windows)
Delete object
Animation Module

Del


DBeaver 6.0.3
Delete selected element(s) (if supported)
Database Navigator

Del


Pinnacle Studio 22
Delete selected clips from timeline
Edit tab

Del


Xactimate
Delete
General

Del