GNU Emacs

Info

Return to directory node

D

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


Remember the Milk (Web Application)
Edit the due date of the selected task
Editing Tasks

d


Dropbox (Web Application)
Show/hide deleted files
16 Shortcuts for Dropbox (Web Application)

d


VLC Media Player (Windows)
Toggle Deinterlace
Manage VLC, Playlists, and Special Commands

D


Adobe Photoshop CS4 (MacOS)
Thaw Mask tool
Shortcut Keys for selecting tools in the Extract toolbox

D


Microstation v8i (Windows)
Toggle the lock status for the Distance value.
Microstation AccuDraw/ AccuSnap Shortcuts - Lock Elements

D


AutoCAD 2012 (Windows)
DIMSTYLE / Creates and modifies dimension styles.
Command Shortcuts - D Command Shortcuts

D


Tekla Structures 14.0 (Windows)
Drag and drop
General shortcuts

d


Photoshop Lightroom 4 (MacOS)
Open selected photo in the Develop module
Changing Views and Screen Modes

D


Jaws 11.0 (Windows)
Next Different Type Element (Shift + D for previous)
Navigation in HTML (Internet browsing)

D


Adobe Illustrator CS5 (MacOS)
Set fill and stroke to default
Painting Objects

d


VLC Media Player (MacOS)
Show movie path
Manage VLC, Playlists, and Special Commands

D


Adobe Photoshop CS5 (MacOS)
Thaw Mask tool
Liquify

D


Adobe Photoshop CS5 (Windows)
Thaw Mask tool
Liquify

D


Adobe Illustrator CS5 (Windows)
Set fill and stroke to default
Painting Objects

d


Presonus Studio One (Windows)
Duplicate
Edit Menu

D


FL Studio (Windows)
Delete tool
Playlist Action

D


Calibre (Windows)
Send to device
Syncing to e-book reader devices

D


Adobe Flash Professional (Windows)
Dropper
Tools

D


Axialis IconWorkshop (Windows)
Adjustments / effects - Drop Shadow...
Image Menu

D


Audacity 2 (Windows)
Next-tool
Tools Toolbar

D


Axialis IconWorkshop (Windows)
Adjustments / effects - Drop Shadow...
Draw Menu

D


Google Drive (Web Application)
Show or hide the details pane
Navigation and Views

d


FL Studio (Windows)
Delete tool
Piano Roll Action

D


Adobe Acrobat Pro (Windows)
Current drawing markup tool
Comments

D


Atom (text editor) 1.0 (Linux)
Duplicate selected item
Tree View

d


Atom (text editor) 1.0 (Windows)
Duplicate selected item
Tree View

D


Photoshop Lightroom CC (Windows)
Open selected photo in Develop module
Changing Views and Screen Modes

D


Photoshop Lightroom CC (MacOS)
Open selected photo in Develop module
Changing Views and Screen Modes

D


Adobe After Effects CC (Windows)
Scroll to current time in Timeline Panel
Time Navigation

D


Adobe After Effects CC (MacOS)
Scroll to current time in Timeline Panel
Time Navigation

D


Onshape (Windows)
Dimension
Sketch

D


Onshape (MacOS)
Dimension
Sketch

D


Onshape (Windows)
Linear dimension
Drawings

D


Onshape (MacOS)
Linear dimension
Drawings

D


Corel Painter 2017 (MacOS)
Dropper
Color Selection

D


Adobe Audition CC (Windows)
Lasso selection tool
Marker/Tool/Clip Shortcuts

D


Corel Painter 2017 (Windows)
Dropper
Color Selection

D


Adobe Audition CC (MacOS)
Lasso selection tool
Marker/Tool/Clip Shortcuts

D


Adobe Illustrator CC (MacOS)
Set fill and stroke to default
Painting Objects

D


Adobe Illustrator CC (Windows)
Set fill and stroke to default
Painting Objects

D


Nuke 10 (Windows)
Eanble/Disable selected clip instance
Timeline

D


Nuke 10 (MacOS)
Eanble/Disable selected clip instance
Timeline

D


Nuke 10 (Linux)
Eanble/Disable selected clip instance
Timeline

D


Apple Keynote (MacOS)
Scroll notes down in presenter display
Slideshow

D


Adobe After Effects CC (Windows)
Set paint foreground color to black and background to white
Paint Tools

D


Nuke 10 (Windows)
Toggle Dodge/Burn
RotoPaint

D


Nuke 10 (Linux)
Toggle Dodge/Burn
RotoPaint

D


Nuke 10 (MacOS)
Toggle Dodge/Burn
RotoPaint

D


Adobe After Effects CC (MacOS)
Set paint foreground color to black and background to white
Paint Tools

D


Nuke 10 (Windows)
Disable/Enable node
Node Graph

D


Nuke 10 (Linux)
Disable/Enable node
Node Graph

D


Nuke 10 (MacOS)
Disable/Enable node
Node Graph

D


3D Coat (MacOS)
Depth Channel
PopUps

D


Anime Studio (Windows)
Delete edge
A to Z shortcuts

D


3D Coat (Windows)
Depth Channel
PopUps

D


ArchiCAD 20 (Windows)
Special snap relative construction
Actions

D


Anime Studio (MacOS)
Delete edge
A to Z shortcuts

D


ArchiCAD 20 (MacOS)
Special snap relative construction
Actions

D


Battlefield 12 (Windows)
Move as direction
Beginner's Approch by PC Keyboard

W / A / S / D


Adobe Photoshop CC (Windows)
Thaw Mask tool
Liquify Window

D


Adobe Photoshop CC (MacOS)
Thaw Mask tool
Liquify Window

D


GIMP (Linux)
Default Colors (Sets foreground to black and background to white)
General

D


Age of Empires (Windows)
Defensive
Millitary units (After Clicking Military Units)

D


GIMP (MacOS)
Default Colors (Sets foreground to black and background to white)
General

D


GIMP (Windows)
Default Colors (Sets foreground to black and background to white)
General

D


Adobe Flash Professional (MacOS)
Dropper
Tools

D


Call of Duty (Windows)
Right
General Game Controls

D


Adobe Acrobat Pro (MacOS)
Current drawing markup tool
Comments

D


Autodesk 3ds Max 2017 (Windows)
Right
Walk through mode

D


Counter Strike Source (Windows)
Move Right
Movement Shortcuts

D


GTA V Cheats (Windows)
Move Right
Movement Controls

D


tmux (Linux)
Detach
Manage Sessions

D


Atom (text editor) 1.0 (MacOS)
Duplicate selected item
Tree View

D


Trello (Web Application)
Due Date
General Shortcuts

D


SalesForce (Web Application)
Open Dropdown button on tabs
Console Controls

D


GTA V Cheats (Windows)
Steer Right
Vehicle Controls

D


Atlasian JIRA Agile (Web Application)
Dashboard DropDown Menu
General Shortcuts

+ + D


GTA V Cheats (Windows)
Aircraft Yaw Left/Right
Aircraft Controls

A / D


Mac OS Sierra 10.12 (MacOS)
Start up to either Apple Hardware Test or Apple Diagnostics, depending on which Mac you're using.
Start Up and Boot Options

D


GTA V Cheats (Windows)
Sub Hard Turn Right
Submercible Controls

D


GTA V Cheats (Windows)
Parachute Turn Right
Parachute Controls

D


Microsoft Excel 2016 (Windows)
Set Default width (for all columns that haven't been changed yet)
Column Width and Row Height

D


WordPress (Windows)
Move Current Selected Comment to Trash
Comment Shortcuts

D


WordPress (MacOS)
Move Current Selected Comment to Trash
Comment Shortcuts

D


Zimbra Collaboration Suite 8 (Windows)
Show Single Day View
Calender

D / 1


BrainSuite (Windows)
Show Diffusion Toolbox
Toolboxes

D


BrainSuite (MacOS)
Show Diffusion Toolbox
Toolboxes

D


Logic Pro X (MacOS)
Note E
Step Input

D


Autodesk SketchBook Pro (Windows)
Snap or Not
Tools

D


Daz 3D Carrara 8 (Windows)
Dolly
Application - Tools

D


Zoho Mail (Web Application)
Move to
Customizable Keys

D


Zoho Desk (Windows)
Add Dashboard
Quick Add Shortcuts

D + +


ZBrush 4 (Windows)
Higher Res
Edit Move Navigation - Geometry

D


Blender 3D (Windows)
Draw Mode Menu
Object Mode

D


Zoho Projects (Windows)
Add Document File
Tab Specific Actions

D


Daz 3D Carrara 8 (Windows)
Dolly
Spline Modeler - Tools

D


Fifa Football 17 (Windows)
FInesse shot/Modifier
Attacking (Keyboard + Mouse )

D


Fifa Football 17 (Windows)
Teammate contain
Defending (Mouse + Keyboard)

D


DAZ Studio (Windows)
Move right
Keyboard Navigation Commands

D


ZBrush 4 (Windows)
Higher Res
Inner Ring Actions - Geometry

D


Steinberg Cubase 9 (Windows)
Right selection side to curser
Edit

D


Steinberg Cubase 9 (MacOS)
Right selection side to curser
Edit

D


Pinnacle Studio Ultimate 20 (Windows)
Go to Mark In
Navigation

D


DAZ Studio (MacOS)
Move right
Keyboard Navigation Commands

D


Daz 3D Carrara 8 (Windows)
Dolly
Vertex Modeler - Tools

D


ZBrush 4 (Windows)
Higher Res
Sculpting Brushes - Geometry

D


Chief Architect (Windows)
Move Camera Tools - Move Camera Down
Camera View

D


Corel Draw X8 (Windows)
Graph paper tool
Toolbox Tool Selection

D


Chief Architect (MacOS)
Move Camera Tools - Move Camera Down
Camera View

D


Edius (Windows)
Delete between in/out
General

D


Yahoo Mail (Web Application)
Move message to a folder
General

D


Final Fantasy XV (Windows)
Turn right
Movement

D


Opera (MacOS)
Redirect message
Email

D


Opera (Windows)
Redirect message
Email

D


ZBrush 4 (Windows)
Higher Res
3D Models - Geometry

D


Houdini (Windows)
Dispay options
Particle/Contex/Scene View

D


Forte (Windows)
Down to Next Message
Main Browser Window

D


Houdini (Windows)
Display options
Network View

D


ZBrush 4 (Windows)
Higher Res
ZSpheres - Geometry

D


Final Fantasy XV (Windows)
Turn right
Movement While Riding a Flying Mount

D


Krita Painting 3 (Windows)
Reset picker - BW
Set/Reset

D


Forte (Windows)
Move down
Task Manager

D


Transmission BT (Windows)
Remove Selected Torrents
10 Shortcuts for Transmission BT (Windows)

D / Delete / Backspace


Houdini (Windows)
Duplicate entry
Material Palette

D


Transmission BT (MacOS)
Remove Selected Torrents
10 Shortcuts for Transmission BT (MacOS)

D / Delete


Soundforge (Windows)
Select previous/next editing tool
Data Window

D / Shift + D


ZBrush 4 (Windows)
Higher Res
Canvas and 2.5D - Geometry

D


Pegasus Mail (Web Application)
Delete the message
Message Reader

D


PotPlayer (Windows)
Move Previous Frame
Standard Keyboard Controls

D


Houdini (Windows)
Display options
Render View

D


Jupyter Notebook (Windows)
delete selected cell
Command Mode (press Esc to enable)

D


Vegas Pro 14 (Windows)
Switch to next editing tool
General Editing

D


DrawPlus (Windows)
Dimension Tool
Tools Shortcuts

D


GOM Player (Windows)
DVD Control Menu
DVD Control

D


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

D


Soundforge (Windows)
Select the previous/next editing tool (Edit tool, Magnify tool, Pencil tool, Event tool)
Event Tool

D / Shift + D


Roundcube (Web Application)
Delete message
Mailbox View

d


Tableau (Windows)
Use Lasso Selection Tool
General

D


Anim8or (Windows)
Drag Select
Object Editor Shortcuts

D


GeoModeller3D (Windows)
Move selected points Down in list
Points List

D


Tableau (MacOS)
Use Lasso Selection Tool
General

D


Sculptris (Windows)
Draw
Brushes

D


Impro-Visor (Windows)
transpose selected notes down a half+step
Transposition

D


TurboCAD (Windows)
Single Snap to the Dividepoint of a line or arc
171 Shortcuts for TurboCAD (Windows)

D


Miscreated
Vehicle turn right
Vehicle

D


Netvibes (Windows)
Remove the app from your page
Apps view shortcuts

D


Warframe
Move Right
Movement

D


Shadow Tactics: Blades of the Shogun
Select ability
General

D


War Thunder (Tank)
Tank steering
Movement

D


Dota Auto Chess
Re-draw the pool of heroes to buy (costs gold)
General

D


Vim (Linux)
Delete marked text
Visual commands

d


Solid Edge (Windows)
Maintain Perpendicular Faces
Advance Sunchronous Edit

D


Webflow (Windows)
Show Settings tab
Right-hand tabs

D


Fortnite (PC)
Move camera
Replay

D


Smite (Windows)
Strafe Right
Movement Controls

D


Webflow (MacOS)
Show Settings tab
Right-hand tabs

D


Smite (MacOS)
Strafe Right
Movement Controls

D


Solidworks 2019
Confirmation corner / breadcrumbs
Commands

D


Vegas Pro 14 (Windows)
Cycle default/narrow/wide channel strips
Mixing Console

D / N / W


Anno 1800
Destruction mode
Modes

D


Open Rails 0.6.2
Throttle increase
Speed

D


ViaCAD (Windows)
Top View
View Orientation

D


Webflow
Show Settings tab
Right hand tabs

D


ViaCAD (MacOS)
Top View
View Orientation

D


Roblox
Move right
Movement

D


Roblox Studio
Right
Camera Controls

D


Astroneer
Move Astroneer
General

D


Ableton Live 9 (Windows)
Toggle DrumRack/last-selected Pad
Showing and Hiding Results

D


PhotoFiltre (Windows)
Rhombus selection
Selection, past and text

D


Ableton Live 9 (MacOS)
Toggle DrumRack/last-selected Pad
Showing and Hiding Results

D


Apex Legends (PC)
Movement
Movement

D


Flyff
Standing: Rotates your character to the left. Walking/Running: Makes your character move to the left. Flying: Leans your character to the left
Movement

D


Hotline Miami
Move
General

D


DaVinci Resolve 14 (Windows)
Enable / Disable Clip
View and Color

D


DaVinci Resolve 14 (MacOS)
Enable / Disable Clip
View and Color

D


SpaceClaim (Windows)
3D mode
71 Shortcuts for SpaceClaim (Windows)

D


Spintires (PC)
Move right
Crane

D


Discourse
Delete post
Actions

D


Bus Simulator 18
Right
Movement and camera

D


Cobalt (Windows)
Device
70 Shortcuts for Cobalt (Windows)

D


Car Mechanic Simulator 2018
Move
General

D


KiCAD (Windows)
Drag Track, Keep Slope
PCB

D


KiCAD (Linux)
Drag Track, Keep Slope
PCB

D


DaVinci Resolve 15 (Mac)
Enable clip
Clip

D


Life Is Strange 2
Movement
General

D


KiCAD (MacOS)
Drag Track, Keep Slope
PCB

D


gEDA (Linux)
Display pin or pad name
Other Important Shortcuts

D


LDView
Move right
Fly-through mode

D


DaVinci Resolve 14 (Windows)
Clip Enable
Edit

D


DaVinci Resolve 14 (MacOS)
Clip Enable
Edit

D


ArtRage 4.5 5 (Windows)
Reset Canvas to Default Position, Scale, and Rotation
General

D


The Curse of Monkey Island
Check what level of difficulty you are playing, Easy or Mega Monkey
General

D


KiCad 5.0.2
DCodes display mode
GerbView

D


Huggle
Show diff to current revision
Navigation

D


Ulead PhotoImpact 8 (Windows)
Goes through all the various Path tools
Tool panel

D


NetHack
Drop single
Exploration

D


Modo (Windows)
Subdivide selected geometry
Tools

D


ArtRage 4.5 5 (MacOS)
Reset Canvas to Default Position, Scale, and Rotation
General

D


Europa Universalis IV
Detach siege/blockade
General

D


Target 3001! (Windows)
Displace Selected Elements
Editing Shortcuts

D


Modo (MacOS)
Subdivide selected geometry
Tools

D


Battlezone 98 Redux
Strafe right
Vehicle control

D


MyPaint (Windows)
Smaller
Show Brush Menu

D


Modo (Windows)
Image ink scale up/down
Paint And Sculpt

D / F


Xyplorer
Double Size
Other Shortcuts

D


Modo (MacOS)
Image ink scale up/down
Paint And Sculpt

D / F


Assetto Corsa
Zenith minus
Showroom

D


Kingdom Come: Deliverance
Movement
General

D


CoSpaces Edu
Move
Walking camera mode

D


Vectorworks (Windows)
Smart Points
Toggle Snapping Palette Settings

D


Substance Painter
Lazy Mouse
General

D


Vectorworks (MacOS)
Smart Points
Toggle Snapping Palette Settings

D


Substance Painter (Mac)
Lazy Mouse
General

D


The Forest
Turn right
Boats

D


American Truck Simulator
Turn right
Main vehicle controls

D


The Binding of Isaac: Afterbirth
Walk right
General

D


SolveSpace (Windows)
Distance / Diameter
Constraint

D


SolveSpace (MacOS)
Distance / Diameter
Constraint

D


CamBam (Windows)
Draw a point list (dots)
32 Shortcuts for CamBam (Windows)

D


Subnautica
Move right
Mac

D


DayZ
Strafe Right
Movement

D


FlexiSign Pro 8.1 (Windows)
Select by Attributes
Selection

D


FlexiSign Pro 8.1 (MacOS)
Select by Attributes
Selection

D


Ableton Live 10 (Mac)
Toggle Drum Rack/last-selected Pad
Showing and hiding views

D


Ableton Live 10
Toggle Drum Rack/last-selected Pad
Showing and hiding views

D


Aspire (Windows)
Delete Point / Span
Node Editing

D


Pharaoh
Shows "Risks: Damage" Overlay
Risks and overlays

D


KeyCreator (Windows)
Linear Dimension Submenu
Various Submenu Options

D


VCarve Pro (Windows)
Delete Point / Span
Node Editing

D


BlackBerry Classic
Go to the schedule view
Calendar app

D


Adobe Photoshop Elements (MacOS)
Default forground and background colors
Tools

D


Adobe Photoshop Elements (Windows)
Default forground and background colors
Tools

D


Tableau (Mac)
Use Lasso Selection Tool
Selection tools (Tableau Desktop)

D


Madden NFL 19
Cut out of press
Advanced player locked receiver

D


RimWorld
Right
Movement

D


Altium Designer (Windows)
Dynamic panning mode
CAM Editor Shortcuts

D


Fallout 76
Move right
Movement

D


Tableau
Use Lasso Selection Tool
Selection tools (Tableau Desktop)

D


ARK: Survival Evolved
Strafe Right
Movement

D


Final Cut Pro X
Overwrite at the skimmer or playhead position
Editing

D


K-9 Mail
Delete
Message details

D


Rust
Movement
General

D


FastMail
Delete
File

D


Nier: Automata
Move right (double tap to evade)
Genel

D


For Honor
Move right
Movement

D


Adobe Illustrator
Set fill and stroke to default
Work with objects

D


Adobe Illustrator (Mac)
Set fill and stroke to default
Work with objects

D


Adobe Photoshop Elements
Default foreground and background colors
General

D


Adobe Photoshop Elements (Mac)
Default foreground and background colors
Tool selection

D


AutoCAD
DIMSTYLE / Creates and modifies dimension styles
D, E, F

D


Trello
Due date picker
General

D


Remember the Milk
Change the due date of the selected task
Actions

D


WorkZone Client
Day
Set a date

D


Autodesk Stingray
Move right
Navigate the viewport in gameplay mode

D


Unturned
Right
Movement

D


Total War: Attila (Mac)
Scroll right
Camera

D


Total War: Attila
Scroll right
Camera

D


Adobe Lightroom Classic (Mac)
Open selected photo in the Develop module
Changing views and screen modes

D


Adobe Lightroom Classic
Open selected photo in the Develop module
Changing views and screen modes

D


Autodesk Revit
ALIGNED DIMENSION / Creates an aligned dimension.
Create

D


Kerbal Space Program
Rotate part clockwise (flat)
VAB/SPH Commands

D


Airodump-ng
Reset sorting to defaults (Power)
General

D


ArtRage Studio Pro
Reset All Canvas Properties
Canvas Commands

D


Call of Duty: Black Ops 4
Navigate right
Interface

D


Black Desert Online
Move the camera relative to your view
Free cam mode

D


Path of Exile
Detonate a mine
General

D


Gravit Designer
Sub select
Main tools

D


Aegisub
Rotate subtitles on their Z axis
Video

D


AI War Classic
Display ModeAll Constructors
Galaxy Map

D


Minecraft Bedrock Edition
Strafe right
Keyboard & mouse controls

D


Terraria
Right
Gameplay

D


CorelDRAW Graphics Suite 2018
Graph Paper
General

D


Minecraft Java Edition
Strafe right
Configurable hotkeys

D


Rocket League
Air steer and pitch
Default keyboard controls

D


Destiny 2
Move Right
Common and character

D


Fez
Rotate right
General

D


Enter the Gungeon
Move right
"Recommended" preset

D


Nuke
Toggle Dodge/Burn
Roto / RotoPaint

D


Bluebeam Revu
Strikethrough text
Advanced text

D


World of Tanks
Move vehice
Battle controls

D


No Man's Sky
Roll right
Flight

D


StarCraft 2
Dark Templar
Protoss units

D


Waze Map Editor
Delete a geometry node from a road segment while hovering the cursor over it during road geometry editing
Editing Segments

D


Adobe Photoshop CC
Thaw Mask tool
Using liquify filter

D


Don't Starve (PC)
Move right
General

D


DuckDuckGo
(when a result is highlighted) Domain search
Results

D


Euro Truck Simulator 2
Turn right
Vehicle controls

D


BSPlayer
Desktop mode
Misc

D


Clip Studio Paint Pro
Operation (Select layer)
Tool

D


Tom Clancy's Rainbow Six Siege
Move
General

D


Roll20
Show Dice Rolling GUI
Advanced shortcuts

D


LightWave 3D
Display options
Layout: General

D


Corel Painter (Mac)
Deselect all tiles
Mosaics

D


Corel Painter
Deselect all tiles
Mosaics

D


MyPaint
Smaller
Brush

D


Xodo
Draw
Annotating

D


Zoho Mail
Move to menu
Mail: Shortcuts when mail(s) selected

D


Dota 2
Select / use 4th ability
Abilities

D


ImageJ
Draw selection
General

D


Autodesk SketchBook (Mac)
Snap or not
Tools

D


Autodesk SketchBook (Windows)
Snap or not
Tools

D


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

D


World of Warcraft
turn right
Movement

D


Adobe Premiere Pro (Mac)
Select Clip at Playhead
Multi camera

D


Adobe Premiere Pro (Windows)
Select Clip at Playhead
Multi camera

D


Pixelmator Pro
Reset foreground and background colors to white and black
Paint and erase

D


Counter Strike: Global Offensive
Move right (strafe)
Movement

D


Grand Theft Auto V
Move
Edit free camera

D


GIMP
Default Colors
Toolbox

D


Kodi
Move item down (Playlist editor & Favorites window)
Global

D


Sea of Thieves
Aim Cannon
Sailing

D


Tekla Structures 20
Drag and drop
General

D


Wikipedia
Delete / undelete current page
Access keys

D


REAPER
Item: Dynamic split items...
Section: Main

D


Vimeo
Debug panel (for diagnosing technical issues)
General

D


The Sims 4
Move view right
Camera controls in live and build mode

D


Pocket (Web)
Toggle full screen mode
When viewing an article

D


Guitar Pro
Directions
Bar - General

D


NZBGet
Clear (delete all) messages
Messages tab commands

D


Vim
Delete a word
Modify selected text

D


Claymore
Select current pool
General

D


Maple
Δ or δ
Entering Greek characters

D


FastStone Image Viewer
Draw texts, arrowed lines, highlights and other annotation objects on the image
General

D


League of Legends
Cast 1st Summoner spell
General

D


PlayerUnknown's Battlegrounds
Right
Vehicle

D


Krita 3.0
Reset picker - BW
Set/Reset

D


IrfanView
Delete (Not: this command removes the file from the program's display, it doesn't delete the file)
Handling files

D


VLC Media Player
Toggle interlacing
Miscellaneous

D


NVDA Screen Reader
Go to next landmark/region
Basics: Landmarks

D


Zimbra Web Client
Day view
Calendar

D


Blender
Draw brush
Sculpt mode

D


Google Maps
Rotate camera 45 degrees in clockwise direction
Street View

D


GOM Player
DVD control menu
DVD control

D


Portal 2
Move camera
Portal 2 Puzzle Maker

D


Yahoo Mail
Press 1-9 to move message to one of your first 9 folders
Inbox

D


WordPress
Delete comment
Comments screen

D


Windows Calculator
Select Mod
Scientific mode

D


Overwatch
Right
Movement

D


Google Calendar
Day view
Change calendar view

D


Adobe Acrobat 2017 (Mac)
Current drawing markup tool
Working with comments

D


Adobe Acrobat 2017 (Windows and Unix)
Current drawing markup tool
Working with comments

D


Narrator
Move to the next or previous landmark
Scan mode keyboard commands

D


SketchUp
Erase
General

D


Opera
Cycle through elements in page
Spatial navigation keys

D


Audacity
Next tool
Tools toolbar

D


Google Drive
Show or hide details pane
Navigation and Views

D


Gmail
Compose in a new tab
Application

D


IrfanView 4.42 (Windows)
Edit delete (NOTE: this command removes the file from the program\\\'s display, bit does NOT delete the file.)
File Handling

D


Adobe Photoshop CS4 (Windows)
Thaw Mask tool
Shortcut Keys for selecting tools in the Extract toolbox

D


Adobe After Effects CS5 (MacOS)
Scroll to current time in Timeline panel
Time Navigation

D


Adobe After Effects CS5 (Windows)
Scroll to current time in Timeline panel
Time Navigation

D