GNU Emacs

Leaving Emacs

Suspend or iconify Emacs

Ctrl + Z

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


Open Office Writer 3 (Linux)
Undo
Editing

Ctrl + Z


Google Chrome (Windows)
Undo / Redo Change
Manage Chrome DevTools - Elements Panel

Ctrl + Z / Ctrl + Y


Microsoft Word 2007 (Windows)
Undo the last action.
Common tasks

Ctrl + Z


Microsoft OneNote 2010 (Windows)
Undo / Redo the last action.
Basic Editing and Formatting

ctrl + z / y


Microsoft Excel 2010 (Windows)
Undo last action (multiple levels).
Work with Data Selections - Undo / Redo Shortcuts

Ctrl + Z


Eclipse Helios (Windows)
Undo last action
Edit Text

Ctrl + Z


Microsoft Windows 7 (Windows)
Undo an action
Managing 'Windows' in Windows 7 - Manipulate Items in Explorer

Ctrl + Z


KDevelop (Linux)
Undo
Editing

Ctrl + Z


Visual Studio 2015 (Windows)
Undo
Code Editor - Undo, Redo, Copy, Paste

Ctrl + Z


Google Chrome (Linux)
Undo / Redo Change
Manage Chrome DevTools - Elements Panel

Ctrl + Z / Ctrl + Y


SharpDevelop 4.0 (Windows)
Undo
Standard Editor Shortcuts

Ctrl + Z


Unity3D 3 (Windows)
Undo
Editing

Ctrl + z


Microsoft Word 2007 (Windows)
Undo the last action.
Edit and move text and graphics: Delete text and graphics

Ctrl + Z


Thunderbird (Windows)
Undo
Other Shortcuts

Ctrl + Z


Microsoft Excel 2003 (Windows)
Undo
Basic

Ctrl + z


Thunderbird (Linux)
Undo
Other Shortcuts

Ctrl + Z


Access 2010 (Windows)
Undo Changes
Manage Access Features - Edit Text and Data

Ctrl + Z


Microsoft Windows 7 (Windows)
Undo an action
Windows Explorer - Manipulate Items in Explorer

Ctrl + Z


Phoenix Viewer (Windows)
Undo / Redo
Edit

Ctrl + Z / Ctrl + Y


Zune (Windows)
Zoom video size
Other

Ctrl + Z


Inpage (Windows)
To undo last action
For Editing of Objects

Ctrl + z


Visual Studio 2015 (Windows)
Undo
Coding - Undo, Redo, Copy, Paste

Ctrl + Z


Microsoft Excel 2010 (Windows)
Undo last action (multiple levels).
Insert and Edit Data - Undo / Redo Shortcuts

Ctrl + Z


Tekla Structures 14.0 (Windows)
Undo
General shortcuts

Ctrl + z


Adobe Photoshop CS5 (Windows)
Undo a selection move
Photoshop CS5 Panels - Pattern Maker Only

Ctrl + Z


Microstation v8i (Windows)
Undo / Redo
Editing

Ctrl + Z / Ctrl + R


Google Docs (Windows)
Undo
Edit Documents

Ctrl + Z


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

Ctrl + Z


Microsoft Windows 7 (Windows)
Undo an action
Windows Admin - Manipulate Items in Explorer

Ctrl + Z


Vuescan (Windows)
Zoom In
14 Shortcuts for Vuescan (Windows)

Ctrl + Z


Visual Studio 2015 (Windows)
Undo
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste

Ctrl + Z


Total Commander 8 (Windows)
Edit file comment
Main Shortcuts

Ctrl + z


Opera (Linux)
Undo recent changes
Text Editing

Ctrl + Z


Microsoft Windows 8 (Windows)
Undo an action
Windows Explorer - Manage Items in Explorer

Ctrl + Z


Microsoft Windows 7 (Windows)
Undo an action
Ease of Access and Magnifier - Manipulate Items in Explorer

Ctrl + Z


Oracle SQL Developer 4 (Windows)
Undo/ Redo
Edit

Ctrl + Z / Ctrl + Y


Sublime Text (Windows)
Undo
Undo and Redo

Ctrl + Z


Smartplant Review (Windows)
Undo
Standard Control Keys

Ctrl + z


Microsoft Excel 2010 (Windows)
Undo last action (multiple levels).
Format Data - Undo / Redo Shortcuts

Ctrl + Z


Evernote (Windows)
Undo last edit
Note Editor

Ctrl + z


Access 2010 (Windows)
Undo Changes
Working with Text and Data - Edit Text and Data

Ctrl + Z


UltraEdit (Windows)
Undo the last action if possible
Edit Menu

Ctrl + Z


Microsoft PowerPoint 2010 (Windows)
Undo the last action.
Work with Text and Objects

Ctrl + Z


Adobe Photoshop CS5 (Windows)
Undo a selection move
Extract and Pattern Maker (plug-in) - Pattern Maker Only

Ctrl + Z


Texmaker 4.0.2 (Windows)
Undo
"Edit" menu

Ctrl + Z


Microsoft Outlook 2010 (Windows)
Undo last action
Tasks Shortcuts

Ctrl + Z


CATIA V5 (Windows)
Undo
38 Shortcuts for CATIA V5 (Windows)

Ctrl + Z


AutoCAD 2012 (Windows)
Undo last action
Manage Workflow

Ctrl + Z


Avid Media Composer 7 (Windows)
Undo
Editing

Ctrl + Z


Vuescan (Linux)
Zoom In
12 Shortcuts for Vuescan (Linux)

Ctrl + Z


Adobe Photoshop CS5 (Windows)
Undo last pin adjustment
Puppet Warp

Ctrl + Z


iTunes (Windows)
Undo your last typing change while still in edit mode
Edit Menu

Ctrl + Z


Microsoft Excel 2010 (Windows)
Undo last action (multiple levels).
Formulas and Names - Undo / Redo Shortcuts

Ctrl + Z


Adobe Photoshop CS5 (Windows)
Undo/Redo
Filter Gallery

Ctrl + Z


Audacity 2 (Windows)
Undo
Edit Menu

Ctrl + Z


Directory Opus (Windows)
Undo
Edit Menu

Ctrl + Z


Notepad2 (Windows)
Undo
Edit Menu

Ctrl + Z


Adobe Photoshop CS5 (Windows)
Undo last action
Vanishing Point

Ctrl + Z


Presonus Studio One (Windows)
Undo
Edit Menu

Ctrl + Z


Beyond Compare (Windows)
Undo
Edit Menu

Ctrl + Z


Pro Tools (Windows)
Undo
Edit Menu

Ctrl + Z


Access 2010 (Windows)
Undo Changes
Working with Access Views - Edit Text and Data

Ctrl + Z


Axialis IconWorkshop (Windows)
Undo
Edit Menu

Ctrl + Z


Microsoft Word 2013 (Windows)
Undo the last action
Undo, Copy and Paste

Ctrl + z


Qt Creator (Windows)
Undo
General

Ctrl + Z


Qt Creator (MacOS)
Undo
General

Ctrl + Z


Microsoft Excel 2013 (Windows)
Undo last action (multiple levels)
Excel Basics

Ctrl + Z


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

Alt + Backspace / Ctrl + Z


Comsol 5 (Windows)
Undo the last operation
Model Tree

Ctrl + Z


Comsol 5 (Linux)
Undo the last operation
Model Tree

Ctrl + Z


Microsoft Excel 2010 (Windows)
Undo last action (multiple levels).
The Rest - Undo / Redo Shortcuts

Ctrl + Z


Google Drive (Web Application)
Undo last action
Item Actions

ctrl + z


Notepad++ 6 (Windows)
Undo
Edit menu

Ctrl + Z


Windows 10 Command Prompt (Windows)
Signal end of Line; text afterwards will be ignored
Enter and Manipulate Text

Ctrl + Z


Microsoft Windows 10 (Windows)
Undo an action
Manage Items in Explorer

Ctrl + Z


FileMaker Pro (Windows)
Undo the last command
Layout Mode Shortcuts - Relationships Graph

Ctrl + Z


Linux Mint (Linux)
Undo / redo
General

Ctrl + Z / Ctrl + Y


Prezi (Web Application)
Undo / Redo last action
Editing

Ctrl + Z / Ctrl + Y


Adobe After Effects CC (Windows)
Undo / Redo
Basics

Ctrl + Z / Ctrl + Shift + Z


FileMaker Pro (Windows)
Undo
Text Shortcuts - Delete and Edit Text

Alt + Backspace / Ctrl + Z


Camtasia 8 (Windows)
Undo /Redo
Standard Windows Shortcuts

Ctrl + Z / Ctrl + Y


Adobe Photoshop CC (Windows)
Toggle Undo (one step forwards/ backwards only)
Basic Shortcuts for Photoshop CC 2015 - Edit Basics

Ctrl + Z


Sway 2016 (Windows)
Undo/redo the last action
Basic Commands

Ctrl + Z / Ctrl + Y


Access 2010 (Windows)
Undo Changes
The Rest - Edit Text and Data

Ctrl + Z


Microsoft OneNote 2016 (Windows)
Undo/ redo last action
Basic Editing and Formatting

Ctrl + Z / Y


Skype for Business (Lync) 2016 (Windows)
Undo / Redo
Instant Messaging

Ctrl + Z / Ctrl + Y


Onshape (Windows)
Undo
General

Ctrl + Z


Clink (Windows)
Undo
Clink Commands

Ctrl + Z


Google Slides (Windows)
Undo
General Slides Shortcuts

Ctrl + Z


Clink (Windows)
undo
BASH (GNU Readline) Line Editing

Ctrl + Z


FileMaker Pro (Windows)
Undo the last command
Text Shortcuts - Relationships Graph

Ctrl + Z


Corel VideoStudio X9.5 (Windows)
Undo changes
Edit Tab Operations

Ctrl + Z


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

Ctrl + Z / Alt + Bkspace


Microsoft PowerPoint 2016 (Windows)
Undo changes in presentation
Edit and General Text Operations

Ctrl + Z


Adobe Premiere CC (Windows)
Undo
General Shortcuts

Ctrl + Z


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

Alt + Backspace / Ctrl + Z


Microsoft Visio 2016 (Windows)
Undo Changes
File Operation

Ctrl + Z


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

Ctrl + Z


Microsoft PowerPoint 2016 (Windows)
Undo/Redo changes
Shapes and Various Drawing Objects Shortcuts

Ctrl + Z / Ctrl + Y


Nuke 10 (Windows)
Undo
Global Shortcuts

Ctrl + Z


Nuke 10 (Linux)
Undo
Global Shortcuts

Ctrl + Z


FileMaker Pro (Windows)
Undo the last command
Database Management Shortcuts - Relationships Graph

Ctrl + Z


Adobe Photoshop CC (Windows)
Toggle Undo (one step forwards/ backwards only)
Manage Panels - Edit Basics

Ctrl + Z


Microsoft Outlook 2016 (Windows)
Undo last action
Tasks

Ctrl + Z


FileMaker Pro (Windows)
Undo the last command
General keyboard shortcuts (Windows)

Ctrl + Z


Corel Painter 2017 (Windows)
Undo
General Shortcuts

Ctrl + Z


Finale (Windows)
Undo
Edit Menu

Ctrl + Z


InDesign CC (Windows)
Undo
Edit Menu shortcuts

Ctrl + Z


Anime Studio (Windows)
Undo
General Shortcuts

Ctrl + Z


ArchiCAD 20 (Windows)
Undo
Edit Menu Commands

Ctrl + Z


3D Coat (Windows)
Undo
Edit Menu

Ctrl + Z


ArchiCAD 20 (Windows)
Undo
Edit Commands(Text)

Ctrl + Z


Zoho Sheet (Windows)
Undo last action
Actions

Ctrl + Z


Hexagon 2 (Windows)
Undo
General Shortcuts

Ctrl + Z


Zoho Writer (Windows)
To Undo Last Action
General

Ctrl + Z


Microsoft Word 2016 (Windows)
Undo changes in presentation
Text Editing/Graphics editing Operations

Ctrl + Z


Wondershare Editor (Windows)
Undo
Application control

Ctrl + Z


Dynamics SL 2015 (Windows)
Undo paste
General Shortcuts

Ctrl + Z


GIMP (Linux)
Undo
Edit

Ctrl + Z


Dynamics NAV 2015 (Windows)
Undo
General

Ctrl + Z


Age of Empires (Windows)
Go to lumber camp
Game Commands

Ctrl + Z


Windows Movie Maker (Windows)
Undo the last action
General

Ctrl + Z


Dynamics CRM 2015 (Windows)
Undo / Redo previous text change
General Purpose Shortcuts

Ctrl + Z / Ctrl + Y


Apple Photos (Windows)
Undo last action
Edit

Ctrl + Z


GIMP (Windows)
Undo
Edit Shortcuts

Ctrl + Z


Zoho Show (Windows)
Undo last action
Actions

Ctrl + Z


Autodesk Inventor 2017 (Windows)
Undo
General

Ctrl + Z


AutoCAD 2016 (Windows)
Reverses the last action
General

Ctrl + Z


Autodesk 3ds Max 2017 (Windows)
Undo scene operation
General user interface

Ctrl + Z


CyberLink PhotoDirector 8 (Windows)
Undo
General

Ctrl + Z


Silhouette Studio (Windows)
Undo
General

Ctrl + Z


Ace Projects (Windows)
Undo
Other Shortcuts

Ctrl + Z


Microsoft Projects 2016 (Windows)
Undo the last action.
Working with OfficeArt Objects

Ctrl + Z


Microsoft Projects 2016 (Windows)
Undo.
Working with OfficeArt Objects

Ctrl + Z


AutoCad Architecture 2017 (Windows)
Undo
General

Ctrl + Z


Act! CRM (Windows)
Undo Activity
General Shortcuts

Ctrl + Z


Microsoft Projects 2016 (Windows)
Undo the last action.
Sheet View

Ctrl + Z


Microsoft Excel 2016 (Windows)
Undo
Undo, Redo, and Repeat Action

Ctrl + Z


WordPress (Windows)
Undo
General Editor Shortcuts

Ctrl + Z


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

Ctrl + Z


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

Ctrl + Z


Cloud9 (Windows)
Undo
Clipboard

Ctrl + Z


Logic Pro X (MacOS)
New Zone
Audio File Editor

Ctrl + Z


Autodesk SketchBook Pro (Windows)
Undo
Colors and Brushes

Ctrl + Z


BrainSuite (Windows)
Undo last paint action
Main Window

Ctrl + Z


Windows 10 File Explorer (Windows)
Undo an action
Folder Content (Main Pane) - Manage File/ Folders

Ctrl + Z


Autodesk Mudbox 2017 (Windows)
Undo
Edit Menu

Ctrl + Z


Daz 3D Bryce 7 (Windows)
Undo One Step
Terrain Editing

Ctrl + Z


Adobe RoboHelp (Windows)
Undo
General Shortcuts

Ctrl + Z


Bash (Linux)
Send the signal SIGTSTP to Current Task
Process Controls

Ctrl + Z


Blender 3D (Windows)
Undo
Universal

Ctrl + Z


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

Ctrl + Z


DAZ Studio (Windows)
Undo
Edit Commands

Ctrl + Z


jEdit (Windows)
Undo
Text Editing

Ctrl + Z


DocuSign (Web Application)
Undo
Field Shortcuts

Ctrl + Z


Corel PhotoPaint X6 (Windows)
Undo
Edit Menu

Ctrl + Z


Corel Ventura 10 (Windows)
Undo
Text Formatting

Ctrl + Z


Corel Draw X8 (Windows)
Undo
General

Ctrl + Z / Ctrl + Backspace


Steinberg Cubase 9 (Windows)
Undo
Edit

Ctrl + Z


VMWare Workstation 12 (Windows)
Suspend Virtual Machine
14 Shortcuts for VMWare Workstation 12 (Windows)

Ctrl + Z


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

Ctrl + Z


Opera (Windows)
Undo recent changes
Text Editing

Ctrl + Z


Corel Quattro Pro X8 (Windows)
Undo
Edit Menu

Ctrl + Z


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

Ctrl + Z


Clip Studio Paint (Manga Studio) (Windows)
Undo Last Operation
Frequently Used Shortcuts

Ctrl + Z


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

Ctrl + Z


Gliffy (Windows)
Undo
Shape Shortcuts

Ctrl + Z


Clip Studio Paint (Manga Studio) (Windows)
Undo Last Action
Tool Actions

Ctrl + Z


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

Ctrl + Z


Forte (Windows)
Undo
Main Browser Window

Ctrl + Z


Kingsoft Presentation 2016 (Windows)
Undo
Editing Shortcuts

Ctrl + Z


Poser Pro (Windows)
Undo load library pose
File

Ctrl + Z


Flock (Windows)
Undo
General

Ctrl + Z


Kingsoft Spreadsheets 2016 (Windows)
Undo
Other Shortcuts

Ctrl + Z


IBM Maximo (Windows)
Open/Close table window Filter
Table Windows

Ctrl + Z


SPSS Modeler (Windows)
Undo
General Shortcuts

Ctrl + Z


Brackets (Windows)
Undo
99 Shortcuts for Brackets (Windows)

Ctrl + Z


Adobe Captivate 2017 (Windows)
Undo
General and Miscellaneous Shortcuts

Ctrl + Z


Krita Painting 3 (Windows)
Undo
General

Ctrl + Z


TradeStation (Windows)
Undo
Editor Shortcuts

Ctrl + Z


Informix Genero 2.5.0 (Windows)
Undo
Editing Shortcuts

Ctrl + Z


Amarok (Windows)
Undo
General Shortcuts

Ctrl + Z


MPS 2017 (Windows)
Undo last operation
Basic Editing

Ctrl + Z


Forte (Windows)
Undo
Composition Window

Ctrl + Z


vSphere Client (Windows)
Suspend VM
Miscellaneus Shortcuts

Ctrl + Z


MetaTrader MT4 (Windows)
Undo Previous Object Deletion
Miscellaneous Shortcuts

Ctrl + Z


VideoPad Video Editor (Windows)
Undo
Edit

Ctrl + Z


PotPlayer (Windows)
Mirror Image On/Off
Standard Keyboard Controls

Ctrl + Z


MOTU Digital Performer 9 (Windows)
Undo/redo
General

Ctrl + Z


Siemens NX 11 (Windows)
Undo List
Edit Menu

Ctrl + Z


Soundforge (Windows)
Undo the last action
Data Window

Ctrl + Z


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

Ctrl + Z


KMPlayer (Windows)
Stop
General

Ctrl + Z


ZBrush 4 (Windows)
Undo
General Shortcuts

Ctrl + Z


Pegasus Mail (Web Application)
Undo
Edit menu

Ctrl + Z


Jupyter Notebook (Windows)
undo
Edit Mode (press Enter to enable)

Ctrl + Z


Xamarin Studio (MonoDevelop) (Windows)
Undo
Edit Menu

Ctrl + Z


Unity3D 5 (Windows)
Undo
Edit

Ctrl + Z


Aptana Studio 3 (Windows)
Undo
Other Shortcuts

Ctrl + Z


Editpad 7 (Windows)
Undo
Select and Edit Text

Ctrl + Z


Vegas Pro 14 (Windows)
Undo
General Editing

Ctrl + Z


CrazyTalk 8 (Windows)
Undo
General Shortcuts

Ctrl + Z


Synfig (Windows)
Undo
73 Shortcuts for Synfig (Windows)

Ctrl + Z


Pencil2D (Windows)
Undo
57 Shortcuts for Pencil2D (Windows)

Ctrl + Z


Anim8or (Windows)
Undo
Top Toolbar Shortcuts

Ctrl + Z


iClone 7 (Windows)
Undo
Working Area

Ctrl + Z


GOM Player (Windows)
Shutdown Computer when finished the files
Others

Ctrl + Z


SolidWorks (Windows)
Undo
Edit Menu

Ctrl + Z


Quickbooks Desktop (Windows)
Undo changes made in field
General Editing

Ctrl + z


DrawPlus (Windows)
Undo
Object

Ctrl + Z


Tableau (Windows)
Undo
General

Ctrl + Z


Google Data Studio
Undo
General (Windows)

Ctrl + Z


Solid Edge (Windows)
Undo
Standard Shortcuts

Ctrl + Z


CodeLite 10 (Windows)
Undo last action
Editor

Ctrl + Z


Creo Parametric (Windows)
Undo
26 Shortcuts for Creo Parametric (Windows)

Ctrl + Z


Rhino (Windows)
Undo
Default Shortcuts

Ctrl + Z


QCad (Windows)
Undo (oops)
Editing Shortcuts

OO / Ctrl + Z


QCad (Linux)
Undo (oops)
Editing Shortcuts

OO / Ctrl + Z


Putty (Windows)
Puts whatever you are running into a suspended background process. Typeto restore it.
16 Shortcuts for Putty (Windows)

Ctrl + Z


WeVideo (Web Application)
Undo
General (On Mac Ctrl equals Command)

Ctrl + Z


Solidworks 2019
Undo
Windows

Ctrl + Z


Delphi 10 (Windows)
Undo
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Z


Alphacam (Windows)
Undo
Regular Commands

Ctrl + Z


Webflow (Windows)
Undo
Undo/redo

Ctrl + Z


TurboCAD (Windows)
Undo the last action
171 Shortcuts for TurboCAD (Windows)

Ctrl + Z


winIDEA
Undo the last action
Edit

Ctrl + Z


Xyplorer
Undo
Edit Menu

Ctrl + Z


VMware Workstation 5.0
Suspend.
General

Ctrl + Z


Simplify3D
Undo
Edit menu

Ctrl + Z


RStudio (Windows)
Undo
Editing (Console and Source)

Ctrl + Z


FlashFXP (Web Application)
Transfer queue
54 Shortcuts for FlashFXP (Web Application)

Ctrl + Z


Surfcam (Windows)
Enable the Zoom In function
60 Shortcuts for Surfcam (Windows)

Ctrl + Z


PSPad (Windows)
Undo - Undo last change
Edit

Ctrl + Z


Kate (Linux)
Undo
29 Shortcuts for Kate (Linux)

Ctrl + Z


Kate (Windows)
Undo
38 Shortcuts for Kate (Windows)

Ctrl + Z


CuteFTP (Windows)
Undo (When in HTML editor mode)
General

Ctrl + Z


Xterm
Stop current command (send it to the background)
General

Ctrl + Z


progeCAD (Windows)
Reverses the last command action
51 Shortcuts for progeCAD (Windows)

Ctrl + Z


Modo (Windows)
Undo
General/System

Ctrl + Z


Moldflow Insight (Windows)
Undo
Editing Shortcuts

Ctrl + Z


Most used text editing
Undo
Editing text

Ctrl + Z


Comodo IceDragon (Windows)
Undo
Editing Options

Ctrl + Z


Moldflow Adviser (Windows)
Undo
Editing Shortcuts

Ctrl + Z


App Maker
Undo
Global shortcuts

Ctrl + Z


Affinity Photo
Undo
Edit

Ctrl + Z


VariCAD (Windows)
Undo
Hot Keys

Ctrl + Z


Vivaldi
Re-open last closed tab
Tab

Ctrl + Z


FEKO (Windows)
Undo
General Shortcuts

Ctrl + Z


FEKO (Linux)
Undo
General Shortcuts

Ctrl + Z


Geany (Windows)
Undo
Editting

Ctrl + Z


Geany (Linux)
Undo
Editting

Ctrl + Z


Dropbox Paper
Undo
Editing

Ctrl + Z


SAP Web IDE (Windows)
Undo
47 Shortcuts for SAP Web IDE (Windows)

Ctrl + Z


IRONCAD (Windows)
Undo
File/Editing Keys

Ctrl + Z


Ulead PhotoImpact 8 (Windows)
Undoes the last menu command
Edit Menu

Ctrl + Z


Inkscape (Windows)
Cancel changes
Control Bar

Ctrl + Z


Roblox Studio
Undo
General Editing

Ctrl + Z


ChessBase 13
Archive current database
Database window

Ctrl + Z


Easel
Undo
General

Ctrl + Z


Chromebook (Linux)
Undo last action
34 Shortcuts for Chromebook (Linux)

Ctrl + Z


Ableton Live 9 (Windows)
Undo
Editing

Ctrl + Z


PhotoFiltre (Windows)
Undo last action
Others

Ctrl + Z


KiCad 5.0.2
Undo
Page Layout Editor

Ctrl + Z


GibbsCAM (Windows)
Undo
Edit Menu

Ctrl + Z


Vectorworks (Windows)
Undo
Edit Menu

Ctrl + Z


KiCAD (Windows)
Undo
PCB

Ctrl + Z


KiCAD (Linux)
Undo
PCB

Ctrl + Z


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

Ctrl + Z


ArtRage 4.5 5 (Windows)
Undo
Menus

Ctrl + Z


DaVinci Resolve 14 (Windows)
Undo
Edit

Ctrl + Z


FaceRig Studio
Undo. Camera editor, interpolation editor and the timeline view each stores separate undo stack. When you save or exit the camera editor, undo stack will be cleared
Camera editor

Ctrl + Z


SpaceClaim (Windows)
Undo
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Z


Cisco IOS
Apply the command line and exit from config mode (return to previleged EXEC mode)
Functional

Ctrl + Z


Huggle
Previous contribution
Navigation

Ctrl + Z


Target 3001! (Windows)
Undo
Editing Shortcuts

Ctrl + Z / Backspace


RStudio
Undo
Editing (Console and Source)

Ctrl + Z


Sage Simply Accounting (Windows)
Undo changes
General

Ctrl + Z


WavePad Sound Editor (Windows)
Undo
Edit Operations

Ctrl + Z


AVS Audio Editor (Windows)
Undo, reverses the last command or action
Edit

Ctrl + Z


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

Ctrl + Z


Substance Painter
Undo
General

Ctrl + Z


AVS Video Editor (Windows)
Undo
Top Menu Files and Effects Area

Ctrl + Z


Balsamiq Mockups (Windows)
Redo last command
Edit/History

Ctrl + Z


GeoGebra
Undo
Windows shortcuts

Ctrl + Z


SolveSpace (Windows)
Undo
Edit menu

Ctrl + Z


AVS Video Editor (Windows)
Undo
Timeline Shortcuts

Ctrl + Z


KeyCreator (Windows)
Undo
General Shortcuts

Ctrl + Z


AVS Video Editor (Windows)
Redo
Timeline Shortcuts

Ctrl + Z / Ctrl + Y


BobCAD (Windows)
Undo
22 Shortcuts for BobCAD (Windows)

Ctrl + Z


AVS Video Editor (Windows)
Undo
Trim

Ctrl + Z


CamBam (Windows)
Undo the last operation
32 Shortcuts for CamBam (Windows)

Ctrl + Z


Brave Browser (Windows)
Undo
Page Navigation and Display

Ctrl + Z


DraftSight (Windows)
Undo
37 Shortcuts for DraftSight (Windows)

Ctrl + Z


BricsCAD (Windows)
Undoes the last action (UNDO command)
Other Shortcuts

Ctrl + Z


BricsCAD (Linux)
Undoes the last action (UNDO Ctrl)
Other Shortcuts

Ctrl + Z


Adobe Illustrator
Undo
Frequently used shortcuts

Ctrl + Z


eMachineShop (Windows)
Undo the last action
38 Shortcuts for eMachineShop (Windows)

Ctrl + Z


NetHack
Suspend (Unix only)
Game options

Ctrl + Z


TopSolid (Windows)
Undo Step By Step
Part Clamping

Ctrl + Z


Solidwork Composer (Windows)
Undoes the last operation
35 Shortcuts for Solidwork Composer (Windows)

Ctrl + Z


FlexiSign Pro 8.1 (Windows)
Undo
Selection

Ctrl + Z


Tinkercad (Windows)
Undo
26 Shortcuts for Tinkercad (Windows)

Ctrl + Z


LDCad
Undo the last editing action
Editor

Ctrl + Z


Aspire (Windows)
Edit Undo
Node Editing

Ctrl + Z


VCarve Pro (Windows)
Edit Undo
Node Editing

Ctrl + Z


Ableton Live 10
Undo
Editing

Ctrl + Z


SuperMemo (Windows)
Undo
129 Shortcuts for SuperMemo (Windows)

Ctrl + Z


Cisco Jabber
Undo
Instant messages

Ctrl + Z


Altium Designer (Windows)
Undo
CAM Editor Shortcuts

Ctrl + Z / Alt + Backspace


Cisco Webex
Undo the last action
Windows

Ctrl + Z


GitHub Desktop
Undo
Edit menu

Ctrl + Z


BlackBerry Classic
Undo
Ctrl shortcuts

Ctrl + Z


Tableau
Undo
Web authoring (Tableau Online or Tableau Server)

Ctrl + Z


Altium Designer (Windows)
Undo
Common Shortcuts

Ctrl + Z


Lacerte
Undo the last change
Letter Editor

Ctrl + Z


AVImark
Undo
Follow up list

Ctrl + Z


draw.io
Undo
Document

Ctrl + Z


Ubuntu
Undo the last change you made
Common application shortcuts

Ctrl + Z


AutoCAD
Undo last action
Manage Workflow

Ctrl + Z


Microsoft Sticky Notes
Undo
Formatting

Ctrl + Z


Claws Mail
Undo
Compose window

Ctrl + Z


Siemens NX
Undo List
Edit menu

Ctrl + Z


Shotcut
Undo
Main Menu

Ctrl + Z


Jupyter Notebook
Undo
Edit mode

Ctrl + Z


HitFilm
Undo
General

Ctrl + Z


Tibia
Bug Report (only tutors)
Help and Report Functions

Ctrl + Z


FastMail
Undo
Calendar

Ctrl + Z


PyCharm 2018.2
Undo last operation.
Basic editing

Ctrl + Z


QuickBooks Desktop
Undo
Standard Text Editing

Ctrl + Z


Ace Editor
Undo
Other

Ctrl + Z


Nimbus Note
Undo
General

Ctrl + Z


ArtRage Studio Pro
Undo
Edit Commands

Ctrl + Z


Evernote for Windows
Undo
Note Editor

Ctrl + Z


Autodesk Stingray
Undo
Edit operations

Ctrl + Z


Confluence
Undo
Editor

Ctrl + Z


Bash (Unix shell)
Suspend the current foreground process running in bash
Working with processes

Ctrl + Z


ActivePresenter 7
Undo
General

Ctrl + Z


Aegisub
Undo last action
Default

Ctrl + Z


Bluebeam Revu
Undo
Markup & editing

Ctrl + Z


Alteryx
Undo
Undo and redo, copy and paste

Ctrl + Z


YouTube Studio
Undo
General

Ctrl + Z


Kerbal Space Program
Undo last action
VAB/SPH Commands

Ctrl + Z


Gravit Designer
Undo
Edit

Ctrl + Z


Unreal Engine
Undo
Common commands

Ctrl + Z


Unity
Undo
Edit

Ctrl + Z


Nuke
Undo last action
Global

Ctrl + Z


PaintShop Pro 2018
Undo
Shortcuts with Ctrl

Ctrl + Z


ProgeCAD
Undo
General

Ctrl + Z


jEdit
Undo.
Text editing

Ctrl + Z


Magic: The Gathering Online
Undo
General

Ctrl + Z


Adobe Dimension CC (Windows)
Undo
Edit menu

Ctrl + Z