GNU Emacs

Killing and deleting

Yank back last thing killed

Ctrl + Y

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


Microsoft Outlook 2010 (Windows)
Go to another folder as specified
Messages in Main View - Main Window

Ctrl + Y


Open Office Writer 3 (Linux)
Redo
Editing

Ctrl + Y


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

Ctrl + Z / Ctrl + Y


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

Ctrl + Y


Adobe Reader 9 (Linux)
Zoom to specific Magnification
Zoom Features

Ctrl + y


Adobe Reader X (Windows)
Zoom to specific Magnification
Zoom Features

Ctrl + Y


Emacs 23.2.1 (Linux)
Paste
Edit

Ctrl + Y


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

Ctrl + Y


VLC Media Player (Windows)
Save playlist
Manage VLC, Playlists, and Special Commands

Ctrl + Y


Novell Evolution 2 (Linux)
Apply message filters
Mail

ctrl + y


Eclipse Helios (Windows)
Redo last (undone) action
Edit Text

Ctrl + Y


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

Ctrl + Y


KDevelop (Linux)
Redo
Editing

Ctrl + Y


Visual Studio 2015 (Windows)
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)
Code Editor - Undo, Redo, Copy, Paste

Ctrl + Y


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

Ctrl + Z / Ctrl + Y


SharpDevelop 4.0 (Windows)
Redo
Standard Editor Shortcuts

Ctrl + Y


Unity3D 3 (Windows)
Redo
Editing

Ctrl + y


Thunderbird (Windows)
Redo
Other Shortcuts

Ctrl + Y


Microsoft Excel 2003 (Windows)
Redo
Basic

Ctrl + y


Thunderbird (Linux)
Redo
Other Shortcuts

Ctrl + Y


Microsoft Outlook 2010 (Windows)
Go to another folder as specified
Messages in Compose View - Main Window

Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y


Phoenix Viewer (Windows)
Undo / Redo
Edit

Ctrl + Z / Ctrl + Y


Visual Studio 2015 (Windows)
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)
Coding - Undo, Redo, Copy, Paste

Ctrl + Y


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

Ctrl + Y


Microsoft PowerPoint 2003 (Windows)
Repeat/Redo
40 Shortcuts for Microsoft PowerPoint 2003 (Windows)

Ctrl + Y


Tekla Structures 14.0 (Windows)
Redo
General shortcuts

Ctrl + y


Inpage (Windows)
To import text or picture
For File Releated

Ctrl + y


Google Docs (Windows)
Redo
Edit Documents

Ctrl + Y


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

Ctrl + Y


Microsoft Outlook 2010 (Windows)
Go to another folder as specified
Calendar Shortcuts - Main Window

Ctrl + Y


Visual Studio 2015 (Windows)
Redo (or Shift+Alt+Backspace, or Ctrl+Shift+Z)
Code Snippets (Visual C# Scheme) - Undo, Redo, Copy, Paste

Ctrl + Y


Opera (Linux)
Redo recent changes
Text Editing

Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y


Oracle SQL Developer 4 (Windows)
Undo/ Redo
Edit

Ctrl + Z / Ctrl + Y


Sublime Text (Windows)
Redo or repeat
Undo and Redo

Ctrl + Y


Smartplant Review (Windows)
Redo
Standard Control Keys

Ctrl + y


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

Ctrl + Y


Evernote (Windows)
Redo last undone edit
Note Editor

Ctrl + y


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

Ctrl + Y


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

Ctrl + Y


Microsoft Outlook 2010 (Windows)
Go to different folder
Contacts Shortcuts

Ctrl + Y


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

Ctrl + Y


Microsoft Outlook 2010 (Windows)
Open Go to Folder dialog box
Tasks Shortcuts

Ctrl + Y


Texmaker 4.0.2 (Windows)
Redo
"Edit" menu

Ctrl + Y


VLC Media Player (MacOS)
Save playlist
Manage VLC, Playlists, and Special Commands

Ctrl + Y


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

Ctrl + Y


AutoCAD 2012 (Windows)
Redo last action
Manage Workflow

Ctrl + Y


IntelliJ (Linux)
Delete line at caret
Editing

Ctrl + Y


IntelliJ (Windows)
Delete line at caret
Editing

Ctrl + Y


Avid Media Composer 7 (Windows)
Adds a new video track.
Timeline

Ctrl + Y


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

Ctrl + Y


Audacity 2 (Windows)
Redo
Edit Menu

Ctrl + Y


Adobe Reader X (Linux)
Zoom to specific Magnification
Zoom Features

Ctrl + Y


Directory Opus (Windows)
Synchronize
Tools Menu

Ctrl + Y


Gwenview (Linux)
When multiple images are displayed in View Mode, this synchronizes their views.
30 Shortcuts for Gwenview (Linux)

Ctrl + Y


Beyond Compare (Windows)
Redo
Edit Menu

Ctrl + Y


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

Ctrl + Y


Axialis IconWorkshop (Windows)
Redo
Edit Menu

Ctrl + Y


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

Ctrl + Y


Qt Creator (Windows)
Redo
General

Ctrl + Y


Qt Creator (MacOS)
Redo
General

Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y / Ctrl + Shift + Z


Comsol 5 (Windows)
Redo the last undone operation
Model Tree

Ctrl + Y


Comsol 5 (Linux)
Redo the last undone operation
Model Tree

Ctrl + Y


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

Ctrl + Y


FileMaker Pro (Windows)
Select all tables directly related to the currently selected table
Layout Mode Shortcuts - Select and Arrange Table and Relationship

Ctrl + Y


Notepad++ 6 (Windows)
Redo
Edit menu

Ctrl + Y


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

Ctrl + Y


Linux Mint (Linux)
Undo / redo
General

Ctrl + Z / Ctrl + Y


Prezi (Web Application)
Undo / Redo last action
Editing

Ctrl + Z / Ctrl + Y


Camtasia 8 (Windows)
Undo /Redo
Standard Windows Shortcuts

Ctrl + Z / Ctrl + Y


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

Ctrl + Y / Ctrl + Shift + Z


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

Ctrl + Z / Ctrl + Y


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

Ctrl + Y


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

Ctrl + Z / Ctrl + Y


Microsoft Outlook 2016 (Windows)
Go to a different folder
Basic Navigation

Ctrl + Y


Onshape (Windows)
Redo
General

Ctrl + Y


FileMaker Pro (Windows)
Select all tables directly related to the currently selected table
Text Shortcuts - Select and Arrange Table and Relationship

Ctrl + Y


Google Slides (Windows)
Redo
General Slides Shortcuts

Ctrl + Y


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

Ctrl + Y


Android Studio (Windows)
Delete line
General Shortcuts

Ctrl + Y


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

Ctrl + Y


Microsoft PowerPoint 2016 (Windows)
Redo operation
Edit and General Text Operations

Ctrl + Y


Adobe After Effects CC (Windows)
New solid Layer
Layers

Ctrl + Y


Adobe Premiere CC (Windows)
Redo
General Shortcuts

Ctrl + Y / Ctrl + Shift + Z


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

Ctrl + Y / Ctrl + Shift + Z


FileMaker Pro (Windows)
Select all tables directly related to the currently selected table
Database Management Shortcuts - Select and Arrange Table and Relationship

Ctrl + Y


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

Ctrl + Z / Ctrl + Y


Microsoft Outlook 2016 (Windows)
Go to a different folder
People

Ctrl + Y


Microsoft Outlook 2016 (Windows)
Open the Go to Folder dialog box
Tasks

Ctrl + Y


Corel Painter 2017 (Windows)
Redo
General Shortcuts

Ctrl + Y


Finale (Windows)
Redo
Edit Menu

Ctrl + Y


InDesign CC (Windows)
Edit in Story Editor
Edit Menu shortcuts

Ctrl + Y


IMVU (Windows)
Furni Copy Tool
Tools

Ctrl + Y


IMVU (Windows)
Redo furniture undo
Screen and View

Ctrl + Y


3D Coat (Windows)
Redo
Edit Menu

Ctrl + Y


Zoho Sheet (Windows)
Redo last action
Actions

Ctrl + Y


Anime Studio (Windows)
Tracing image
View Shortcuts

Ctrl + Y


Zoho Writer (Windows)
To Redo Last Action
General

Ctrl + Y


ArchiCAD 20 (Windows)
3D Cutaway
Images

Ctrl + Y


Dynamics GP 2015 (Windows)
Analysis
General Shortcuts

Ctrl + Y


Microsoft Word 2016 (Windows)
Redo operation
Text Editing/Graphics editing Operations

Ctrl + Y


Wondershare Editor (Windows)
Redo
Application control

Ctrl + Y


GIMP (Linux)
Redo
Edit

Ctrl + Y


Windows Movie Maker (Windows)
Redo the last action
General

Ctrl + Y


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

Ctrl + Z / Ctrl + Y


Adobe Photoshop CC (Windows)
Proof Colors
Manage Views

Ctrl + Y


GIMP (Windows)
Redo
Edit Shortcuts

Ctrl + Y


Zoho Show (Windows)
Redo last action
Actions

Ctrl + Y


Autodesk Inventor 2017 (Windows)
Redo
General

Ctrl + Y


AutoCAD 2016 (Windows)
Cancels the preceding Undo action
General

Ctrl + Y


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

Ctrl + Y


CyberLink PhotoDirector 8 (Windows)
Redo
General

Ctrl + Y


Ace Projects (Windows)
Redo
Other Shortcuts

Ctrl + Shift + Z / Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y


AutoCad Architecture 2017 (Windows)
Redo
General

Ctrl + Y


Sublime Text (Linux)
Redo
General Editing Shortcuts

Ctrl + Y


Microsoft Excel 2016 (Windows)
Redo (after undo) or Repeat (e.g. when applying formats)
Undo, Redo, and Repeat Action

Ctrl + Y


WordPress (Windows)
Redo
General Editor Shortcuts

Ctrl + Y


JetBrains RubyMine (Windows)
Delete line at caret
Editing Shortcuts

Ctrl + Y


JetBrains RubyMine (Linux)
Delete line at caret
Editing Shortcuts

Ctrl + Y


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

Ctrl + Y


FileZilla (Windows)
Toggle synchronized browsing
28 Shortcuts for FileZilla (Windows)

Ctrl + Y


JetBrains PyCharm (Windows)
Delete line at caret
Editing

Ctrl + Y


Logic Pro X (MacOS)
Defeat Interpretation
Score Editor

Ctrl + Y


Autodesk SketchBook Pro (Windows)
Redo
Colors and Brushes

Ctrl + Y


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

Ctrl + Y


Bash (Linux)
Paste Last Thing to be Cut
Editing

Ctrl + Y


Adobe RoboHelp (Windows)
Redo
General Shortcuts

Ctrl + Y


JetBrains PhpStorm (Windows)
Delete line at caret
Editing

Ctrl + Y


Blender 3D (Windows)
Redo
Universal

Ctrl + Y


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

Ctrl + Y


JetBrains PhpStorm (Linux)
Delete line at caret
Editing

Ctrl + Y


DAZ Studio (Windows)
Redo
Edit Commands

Ctrl + Y


DocuSign (Web Application)
Redo
Field Shortcuts

Ctrl + Y


Daz 3D Bryce 7 (Windows)
Start Fly-Around
Fly Around View

Ctrl + Y


Corel Ventura 10 (Windows)
Redo
Text Formatting

Ctrl + Y


Corel PhotoPaint X6 (Windows)
Snap to Grid
View Menu

Ctrl + Y


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

Ctrl + Y


Opera (Windows)
Redo recent changes
Text Editing

Ctrl + Y


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

Ctrl + Y


Gliffy (Windows)
Redo
Shape Shortcuts

Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y


Chief Architect (Windows)
Redo
General Editing

Ctrl + Y


Kingsoft Presentation 2016 (Windows)
Redo
Editing Shortcuts

Ctrl + Y


Kingsoft Spreadsheets 2016 (Windows)
Repeats the last command or action, if possible
Other Shortcuts

Ctrl + Y


Final Fantasy XV (Windows)
Fish guide
Hotbar And Main Menu

Ctrl + Y


Brackets (Windows)
Redo
99 Shortcuts for Brackets (Windows)

Ctrl + Y


Adobe Captivate 2017 (Windows)
Redo
General and Miscellaneous Shortcuts

Ctrl + Y


TradeStation (Windows)
Redo
Editor Shortcuts

Ctrl + Y


Informix Genero 2.5.0 (Windows)
Redo
Editing Shortcuts

Ctrl + Y


MetaTrader MT4 (Windows)
Show/Hide Period Seperation
Miscellaneous Shortcuts

Ctrl + Y


Jetbrains CLion (Windows)
Delete line at caret
Editing Shortcuts

Ctrl + Y


MOTU Digital Performer 9 (Windows)
Split
Editing

Ctrl + Y


GOM Player (Windows)
Flip - Input
Video Control

Ctrl + Y


MPS 2017 (Windows)
Delete the line where the caret is currently located
Basic Editing

Ctrl + Y


Siemens NX 11 (Windows)
Redo
Edit Menu

Ctrl + Y


Soundforge (Windows)
Repeat last process, effect, or tool
Data Window

Ctrl + Y


Libreoffice Writer (Windows)
Redo last action
General

Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y


Delphi 10 (Windows)
Delete current line
193 Shortcuts for Delphi 10 (Windows)

Ctrl + Y


Unity3D 5 (Windows)
Redo
Edit

Ctrl + Y


Aptana Studio 3 (Windows)
Redo
Other Shortcuts

Ctrl + Y


Xamarin Studio (MonoDevelop) (Windows)
Redo
Edit Menu

Ctrl + Y


Editpad 7 (Windows)
Redo
Select and Edit Text

Ctrl + Y


Quickbooks Desktop (Windows)
Open transaction journal
Access Main Functions / Windows

Ctrl + Y


Pencil2D (Windows)
Redo
57 Shortcuts for Pencil2D (Windows)

Ctrl + Y


Anim8or (Windows)
Redo
Top Toolbar Shortcuts

Ctrl + Y


iClone 7 (Windows)
Redo
Working Area

Ctrl + Y


SolidWorks (Windows)
Redo
Edit Menu

Ctrl + Y


DrawPlus (Windows)
Redo
Object

Ctrl + Y


Tableau (Windows)
Redo
General

Ctrl + Y


TVPaint Animation (Windows)
Flip vertically
89 Shortcuts for TVPaint Animation (Windows)

Ctrl + Y


Google Data Studio
Redo
General (Windows)

Ctrl + Y


Solid Edge (Windows)
Redo
Standard Shortcuts

Ctrl + Y


Impro-Visor (Windows)
open the style editor
Editors

Ctrl + Y


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

Ctrl + Y


Rhino (Windows)
Redo
Default Shortcuts

Ctrl + Y


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

Ctrl + Y


Solid Edge (Windows)
Local Symmetry
Advance Sunchronous Edit

Ctrl + Y


Solidworks 2019
Redo
Windows

Ctrl + Y


TurboCAD (Windows)
Redo the previously undone action
171 Shortcuts for TurboCAD (Windows)

Ctrl + Y


winIDEA
Redo the previously  the undone action
Edit

Ctrl + Y


FlashFXP (Web Application)
Creates a new folder on the opposite site using the current directory name on when connected to two FTP sites.
54 Shortcuts for FlashFXP (Web Application)

Ctrl + Y


RStudio (Windows)
Insert currently yanked text
Editing (Console and Source)

Ctrl + Y


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

Ctrl + Y


progeCAD (Windows)
Reverses the action of the last Undo
51 Shortcuts for progeCAD (Windows)

Ctrl + Y


RStudio (MacOS)
Insert currently yanked text
Editing (Console and Source)

Ctrl + Y


Comodo IceDragon (Windows)
Redo
Editing Options

Ctrl + Y


Moldflow Insight (Windows)
Redo
Editing Shortcuts

Ctrl + Y


Most used text editing
Redo
Editing text

Ctrl + Y


Moldflow Adviser (Windows)
Redo
Editing Shortcuts

Ctrl + Y


VariCAD (Windows)
Redo
Hot Keys

Ctrl + Y


ChessBase 13
Delete variation
Board window

Ctrl + Y


Affinity Photo
Redo
Edit

Ctrl + Y


FEKO (Windows)
Redo
General Shortcuts

Ctrl + Y


FEKO (Linux)
Redo
General Shortcuts

Ctrl + Y


Geany (Windows)
Redo
Editting

Ctrl + Y


Geany (Linux)
Redo
Editting

Ctrl + Y


Dropbox Paper
Redo
Editing

Ctrl + Y


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

Ctrl + Y


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

Ctrl + Y


Roblox Studio
Redo
General Editing

Ctrl + Y


Ableton Live 9 (Windows)
Redo
Editing

Ctrl + Y


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

Ctrl + Y


PhotoFiltre (Windows)
Redo last action
Others

Ctrl + Y


KiCad 5.0.2
Redo
Page Layout Editor

Ctrl + Y


GibbsCAM (Windows)
Redo
Edit Menu

Ctrl + Y


Vectorworks (Windows)
Redo
Edit Menu

Ctrl + Y


KiCAD (Windows)
Redo
PCB

Ctrl + Y


KiCAD (Linux)
Redo
PCB

Ctrl + Y


ArtRage 4.5 5 (Windows)
Redo
Menus

Ctrl + Y


FaceRig Studio
Redo
Camera editor

Ctrl + Y


SpaceClaim (Windows)
Redo
71 Shortcuts for SpaceClaim (Windows)

Ctrl + Y


Cisco IOS
Paste most recent entry in the delete buffer ("Y" is for "Yank" from the buffer)
Using the delete buffer

Ctrl + Y


Target 3001! (Windows)
Redo
Editing Shortcuts

Ctrl + Y / Alt + Backspace


WavePad Sound Editor (Windows)
Redo
Edit Operations

Ctrl + Y


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

Ctrl + Y


Substance Painter
Redo
General

Ctrl + Y


Balsamiq Mockups (Windows)
Undo last command
Edit/History

Ctrl + Y


Sage Simply Accounting (Windows)
Show tax summary for this line
Keyboard Shortcuts in Transaction Windows

Ctrl + Y


GeoGebra
Redo
Windows shortcuts

Ctrl + Y


RStudio (Mac)
Insert currently yanked text
Editing (Console and Source)

Ctrl + Y


Banner 9 (Windows, Mac)
View Recently Opened Pages Menu
Mac shortcuts

Ctrl + Y


RStudio
Insert currently yanked text
Editing (Console and Source)

Ctrl + Y


SolveSpace (Windows)
Redo
Edit menu

Ctrl + Y


IPython Shell
Yank (e.g. paste) text that was previously cut
Text entry

Ctrl + Y


AVS Video Editor (Windows)
Redo
Timeline Shortcuts

Ctrl + Z / Ctrl + Y


KeyCreator (Windows)
Redo
General Shortcuts

Ctrl + Y / Ctrl + Shift + Z


BobCAD (Windows)
Redo
22 Shortcuts for BobCAD (Windows)

Ctrl + Y


CamBam (Windows)
Redo the last undone operation
32 Shortcuts for CamBam (Windows)

Ctrl + Y


DraftSight (Windows)
Redo
37 Shortcuts for DraftSight (Windows)

Ctrl + Y


BricsCAD (Windows)
Redoes the last action undone (REDO command)
Other Shortcuts

Ctrl + Y


BricsCAD (Linux)
Redoes the last action undone (REDO Ctrl)
Other Shortcuts

Ctrl + Y


Brave Browser (Windows)
View Browsing History
Bookmarks/History/Settings/Tools

Ctrl + Y


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

Ctrl + Y


FlexiSign Pro 8.1 (Windows)
Redo
Selection

Ctrl + Y


Aspire (Windows)
Edit Redo
Node Editing

Ctrl + Y


VCarve Pro (Windows)
Edit Redo
Node Editing

Ctrl + Y


SuperMemo (Windows)
Redo
129 Shortcuts for SuperMemo (Windows)

Ctrl + Y


Ableton Live 10
Redo
Editing

Ctrl + Y


Cisco Jabber
Repeat
Instant messages

Ctrl + Y


Altium Designer (Windows)
Redo
CAM Editor Shortcuts

Ctrl + Y / Ctrl + Backspace


JS Bin
Toggle archive state on the current bin
Application level

Ctrl + Y


Adobe Illustrator
Toggle between Outline and GPU Preview of the document
View artwork

Ctrl + Y


Cisco Webex
Redo the last action
Windows

Ctrl + Y


GitHub Desktop
Redo
Edit menu

Ctrl + Y


BlackBerry Classic
Redo
Ctrl shortcuts

Ctrl + Y


Tableau
Redo
Web authoring (Tableau Online or Tableau Server)

Ctrl + Y


Evolution
Apply filters
Mail Component - Selection

Ctrl + Y


Altium Designer (Windows)
Redo or restore the changes by the Undo.
Common Shortcuts

Ctrl + Y


draw.io
Redo (Windows)
Document

Ctrl + Y


AutoCAD
Redo last action
Manage Workflow

Ctrl + Y


Microsoft Sticky Notes
Redo
Formatting

Ctrl + Y


Claws Mail
Redo
Compose window

Ctrl + Y


Siemens NX
Redo
Edit menu

Ctrl + Y


Shotcut
Add Video Track
Timeline

Ctrl + Y


Jupyter Notebook
Redo
Edit mode

Ctrl + Y


HitFilm
Redo
General

Ctrl + Y


QuickBooks Desktop
Transaction Journal (Used inside a transaction)
Opening Windows/List

Ctrl + Y


PyCharm 2018.2
Delete the line where the caret is currently located.
Basic editing

Ctrl + Y


Ace Editor
Redo
Other

Ctrl + Y


Nimbus Note
Redo
General

Ctrl + Y


ArtRage Studio Pro
Redo
Edit Commands

Ctrl + Y


Evernote for Windows
Redo
Note Editor

Ctrl + Y


Autodesk Stingray
Redo
Edit operations

Ctrl + Y


Quicken 2018
Go to the Security List
Investments

Ctrl + Y


Confluence
Redo
Editor

Ctrl + Y


ActivePresenter 7
Redo
General

Ctrl + Y


Aegisub
Redo last undone action
Default

Ctrl + Y


Bash (Unix shell)
Paste the last thing you cut from the clipboard. The y here stands for “yank”
Cut and paste

Ctrl + Y


Bluebeam Revu
Redo
Markup & editing

Ctrl + Y


Alteryx
Redo
Undo and redo, copy and paste

Ctrl + Y


YouTube Studio
Redo
General

Ctrl + Y


Kerbal Space Program
Redo last action
VAB/SPH Commands

Ctrl + Y


Unreal Engine
Redo
Common commands

Ctrl + Y


Unity
(Windows only) Redo
Edit

Ctrl + Y


PaintShop Pro 2018
Repeat
Shortcuts with Ctrl

Ctrl + Y


ProgeCAD
Redo
General

Ctrl + Y


jEdit
Go to marker with shortcut key.
Markers

Ctrl + Y


Nuance Power PDF
Redo last operation
Operations

Ctrl + Y


Windows PowerShell ISE
(Script pane, Command Pane) Redo
Editing text

Ctrl + Y


Kindle for PC
Open and close X-Ray for Textbooks (only works on eligible Textbooks)
While Reading a Book

Ctrl + Y


CorelDRAW Graphics Suite 2018
Snap to Grid
General

Ctrl + Y


BSPlayer
Previous chapter
Playback

Ctrl + Y


ZenWriter 2
Redo
General

Ctrl + Y


Metapad
Redo
File format

Ctrl + Y


SimpleMind
Redo
General

Ctrl + Y


Microsoft Paint
Redo action
Powers of Ctrl

Ctrl + Y


Inkscape
Redo
Object

Ctrl + Y


Clip Studio Paint Pro
Redo
Edit menu

Ctrl + Y


Xodo
Redo
Annotating

Ctrl + Y


Autodesk SketchBook (Windows)
Redo
Hotkeys in SketchBook for Windows 10

Ctrl + Y


LightWave 3D
Path tool
Layout: Modify

Ctrl + Y


Corel Painter
Redo
Edit menu

Ctrl + Y


PDF-XChange Editor
Redo
General

Ctrl + Y


Oracle PeopleTools
Expands the Main Menu.
Navigating drop-down menus

Ctrl + Y


Camtasia
Redo
Recorder's ScreenDraw

Ctrl + Y


Atom (Windows)
core:redo
All shortcuts

Ctrl + Y


Arch Linux
Paste the previous cut text
Terminal: Readline

Ctrl + Y


E-Sword
Redo Editors only
General

Ctrl + Y


CodeMirror
Redo the last undone change
General (Windows)

Ctrl + Y


Nuke
Create a new tag. You can only add tags to the Tags panel
Project / tags / versions bin

Ctrl + Y


WavePad
Redo
Edit Operations

Ctrl + Y


Adobe XD (Windows)
Layers
-View menu

Ctrl + Y


Microsoft Visual Studio 2017 (Most used shortcuts)
Edit.Redo
Edit

Ctrl + Y


Comodo IceDragon
Redo
Edit Options

Ctrl + Y


IntelliJ IDEA (Windows, Linux)
Delete line at caret
Editing

Ctrl + Y


Sweet Home 3D
Redo
General

Ctrl + Y


Microsoft Visual Studio 2017 (All shortcuts)
Edit.Redo
Edit

Ctrl + Y


GoldWave
Redoes last change (reverse undo).
Editing

Ctrl + Y


Brackets
Redo
General

Ctrl + Y


GIMP
Redo
View

Ctrl + Y


Zim
Redo
General

Ctrl + Y


Microsoft PowerPoint (Creating presentations)
Redo the last action
Delete and copy text and objects

Ctrl + Y


Tekla Structures 20
Redo
General

Ctrl + Y


LibreOffice Writer
Redo last action
General

Ctrl + Y


LibreOffice
Redoes last action
Editing and formatting documents

Ctrl + Y


Google Sheets (Android)
Redo
Common actions

Ctrl + Y


Google Sheets
Redo
Common actions

Ctrl + Y


WriteMonkey
Redo
Editing

Ctrl + Y


Qt Creator
Redo
General

Ctrl + Y


MindMeister
Redo
More shortcuts

Ctrl + Y


Maple
Move One Word Left
Command line interface

Ctrl + Y


TinyMCE
Redo
Editor body

Ctrl + Y


The Sims 4
Redo last action you undid
Buy and Build mode

Ctrl + Y


NewsBin Pro
Add to download list, bypass filters
Post and search tab

Ctrl + Y


FocusWriter
Redo
General

Ctrl + Y


FileMaker
Select all tables directly related to the currently selected table
Table and relationship selection and arrangement

Ctrl + Y


Google Translator Toolkit
Redo
Editing

Ctrl + Y


Sublime Text
Redo, or repeat last keyboard shortcut command
Editing

Ctrl + Y


Delphi
Delete current line
General

Ctrl + Y


Freemind
Copy single
Edit commands

Ctrl + Y


WPS Office
Repeats the last command or action, if possible
General

Ctrl + Y


WinMerge
Redo previously undone action
Comparing files

Ctrl + Y


Eclipse
Redo last undone action
Editing text

Ctrl + Y


Accounting CS
Redo
Saving and printing

Ctrl + Y


FileZilla
Toggle synchronized browsing
General

Ctrl + Y


VLC Media Player
Save playlist
Miscellaneous

Ctrl + Y


PlayerUnknown's Battlegrounds
Switch voice channel
Other

Ctrl + Y


IrfanView
Crop image to selection
Copy, paste and select

Ctrl + Y


Outlook 2016 and Outlook 2013
Open the Go to Folder dialog box
Tasks

Ctrl + Y


Outlook.com
Insert emoji
Compose

Ctrl + Y


Chrome DevTools
Redo change
Elements panel

Ctrl + Y