Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)

Delete current line

Ctrl + Y

All hotkeys for Delphi 10 (Windows)

193 Shortcuts for Delphi 10 (Windows)
Selects parent control in design mode Left mouse click+Esc drags the parent control

Esc

193 Shortcuts for Delphi 10 (Windows)
After selecting control in form designer, click on it with Shift again to select top most parent Form

Shift + Click

193 Shortcuts for Delphi 10 (Windows)
In Object Inspector activates incremental search for properties. Press again Tab to move focus to property value

Tab

193 Shortcuts for Delphi 10 (Windows)
Invoke Code Templates also called Code Snippets

Ctrl + J

193 Shortcuts for Delphi 10 (Windows)
Delete text from cursor position until end of word

Ctrl + T

193 Shortcuts for Delphi 10 (Windows)
Incremental Search

Ctrl + E

193 Shortcuts for Delphi 10 (Windows)
Delete current line

Ctrl + Y

193 Shortcuts for Delphi 10 (Windows)
Invoke buffer window when focus is on editor. The buffer window shows a list of all different tabs.

Ctrl + B

193 Shortcuts for Delphi 10 (Windows)
Insert a new GUID at the cursor position

Ctrl + Shift + G

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block

Ctrl + Shift + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block

Ctrl + Shift + U

193 Shortcuts for Delphi 10 (Windows)
Indent the current selected block or current line in case of no selection

Ctrl + K + I

193 Shortcuts for Delphi 10 (Windows)
Unindent the current selected block or current line in case of no selection

Ctrl + K + U

193 Shortcuts for Delphi 10 (Windows)
Invoke SyncEdit

Ctrl + Shift + J

193 Shortcuts for Delphi 10 (Windows)
Automatically Declare Variable at cursor position

Ctrl + Shift + V

193 Shortcuts for Delphi 10 (Windows)
Delete to the end of line

Ctrl + Shift + Y

193 Shortcuts for Delphi 10 (Windows)
Match pair forward

Alt + [

193 Shortcuts for Delphi 10 (Windows)
Match pair backward

Alt + ]

193 Shortcuts for Delphi 10 (Windows)
Browse Forward (hotlink history)

Alt + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse Backward (hotlink history)

Alt + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Browse to symbol under editor cursor (invoke a hotlink and add it to the hotlink history)

Alt + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Run program to current cursor position

F4

193 Shortcuts for Delphi 10 (Windows)
Toggle Breakpoint

F5

193 Shortcuts for Delphi 10 (Windows)
Debugger step into

F7

193 Shortcuts for Delphi 10 (Windows)
Trace into next source line

Shift + F7

193 Shortcuts for Delphi 10 (Windows)
Debugger step over

F8

193 Shortcuts for Delphi 10 (Windows)
Run until return

Shift + F8

193 Shortcuts for Delphi 10 (Windows)
Run program under debugger

F9

193 Shortcuts for Delphi 10 (Windows)
Program Reset

Ctrl + F2

193 Shortcuts for Delphi 10 (Windows)
Evaluate/modify

Ctrl + F7

193 Shortcuts for Delphi 10 (Windows)
Add Watch

Ctrl + F5

193 Shortcuts for Delphi 10 (Windows)
View units

Ctrl + F12

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Alt + G

193 Shortcuts for Delphi 10 (Windows)
Goto line number in editor

Ctrl + O + G

193 Shortcuts for Delphi 10 (Windows)
Start/stop Recording editor macro

Ctrl + Shift + R

193 Shortcuts for Delphi 10 (Windows)
Play editor macro

Ctrl + Shift + P

193 Shortcuts for Delphi 10 (Windows)
Invoke code completion

Ctrl + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Invoke code parameter hints

Ctrl + Shift + Spacebar

193 Shortcuts for Delphi 10 (Windows)
Open file at cursor

Ctrl + Enter

193 Shortcuts for Delphi 10 (Windows)
Find all references

Ctrl + Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Invoke class completion for the class that currently contains the cursor

Ctrl + Shift + C

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to method implementation/declaration

Ctrl + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Set a bookmark at current row in the source

Ctrl + Shift + 1..9

193 Shortcuts for Delphi 10 (Windows)
Go to a bookmark row in the source

Ctrl + 1..9

193 Shortcuts for Delphi 10 (Windows)
Opens the drop-down on the top-right corner of the code editor, listing all open files

Ctrl + Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Navigate to previous or next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Mouse Wheel

193 Shortcuts for Delphi 10 (Windows)
Navigate to previous method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to next method implementation in lexical order in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Navigate to the lexically first method implementation in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + Home

193 Shortcuts for Delphi 10 (Windows)
Navigate to the lexically last method implementation in this source unit, or within the class to which scope has been limited using Ctrl+Q+L

Ctrl + Alt + End

193 Shortcuts for Delphi 10 (Windows)
Activate the Tool Palette in filtering mode (start typing, press Enter to drop component)

Ctrl + Alt + P

193 Shortcuts for Delphi 10 (Windows)
Adds current date to source code

Ctrl + Alt + A

193 Shortcuts for Delphi 10 (Windows)
Toggle comment per line or selected block and cursors goes down one line, Ctrl+#

Ctrl + /

193 Shortcuts for Delphi 10 (Windows)
Add Todo list item

Ctrl + Shift + T

193 Shortcuts for Delphi 10 (Windows)
Toggle between Form as text mode or design mode

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Use unit dialog

Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Open Project Dialog

Ctrl + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Project manager window

Ctrl + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Object Inspector window

F11

193 Shortcuts for Delphi 10 (Windows)
Toggle between code view and design view

F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Window list

Alt + 0

193 Shortcuts for Delphi 10 (Windows)
Invoke Structure window

Shift + Alt + F11

193 Shortcuts for Delphi 10 (Windows)
Invoke Browser window

Ctrl + Shift + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Breakpoint window

Ctrl + Alt + B

193 Shortcuts for Delphi 10 (Windows)
Invoke Call Stack window

Ctrl + Alt + S

193 Shortcuts for Delphi 10 (Windows)
Invoke Watches window

Ctrl + Alt + W

193 Shortcuts for Delphi 10 (Windows)
Invoke Local Variables window

Ctrl + Alt + L

193 Shortcuts for Delphi 10 (Windows)
Invoke Threads window

Ctrl + Alt + T

193 Shortcuts for Delphi 10 (Windows)
Invoke FPU window

Ctrl + Alt + F

193 Shortcuts for Delphi 10 (Windows)
Invoke CPU window

Ctrl + Alt + C

193 Shortcuts for Delphi 10 (Windows)
Invoke Event window

Ctrl + Alt + V

193 Shortcuts for Delphi 10 (Windows)
Invoke Modules window

Ctrl + Alt + M

193 Shortcuts for Delphi 10 (Windows)
Invoke Forms window

Shift + F12

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to uses clause window

Ctrl + Shift + A

193 Shortcuts for Delphi 10 (Windows)
Invoke Project Options window

Ctrl + Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Compile Project

Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Build Project

Shift + F9

193 Shortcuts for Delphi 10 (Windows)
Invoke Add to project window

Shift + F11

193 Shortcuts for Delphi 10 (Windows)
Run without debugging

Shift + Ctrl + F9

193 Shortcuts for Delphi 10 (Windows)
Find

Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Find in Files

Shift + Ctrl + F

193 Shortcuts for Delphi 10 (Windows)
Previous/Next result (for Find in Files and Build Error Messages)

Alt + F7/F8

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase and deselects selection

Ctrl + K + E

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase and deselects selection

Ctrl + K + F

193 Shortcuts for Delphi 10 (Windows)
Changes a word to lowercase

Ctrl + K + O

193 Shortcuts for Delphi 10 (Windows)
Changes a word to uppercase

Ctrl + K + N

193 Shortcuts for Delphi 10 (Windows)
Toggles case

Ctrl + O + U

193 Shortcuts for Delphi 10 (Windows)
Toggles Code folding between On and Off

Ctrl + Shift + K + O

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expands All blocks of code

Ctrl + Shift + K + A

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse current block of code

Ctrl + Shift + K + E

193 Shortcuts for Delphi 10 (Windows)
Code folding: Expand current block of code

Ctrl + Shift + K + U

193 Shortcuts for Delphi 10 (Windows)
Code folding: Toggle Current block (expand & collapse)

Ctrl + Shift + K + T

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses All Regions {$region 'comment'}..{$endregion}

Ctrl + Shift + K + R

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse Nested Procedures

Ctrl + Shift + K + P

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Methods

Ctrl + Shift + K + M

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapse All Classes

Ctrl + Shift + K + C

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses down to Primary Groups (Interface/Implementation)

Ctrl + Shift + K + G

193 Shortcuts for Delphi 10 (Windows)
Code folding: Collapses Namespace/Unit

Ctrl + Shift + K + N

193 Shortcuts for Delphi 10 (Windows)
Switch to the next open file in the editor

Ctrl + Tab

193 Shortcuts for Delphi 10 (Windows)
Switch to the previous open file in the editor

Ctrl + Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Invokes Print selection dialog

Ctrl + K + P

193 Shortcuts for Delphi 10 (Windows)
Invokes Write block to file(selected text)

Ctrl + K + W

193 Shortcuts for Delphi 10 (Windows)
Invokes Read block from file(inserts text at cursor)

Ctrl + K + R

193 Shortcuts for Delphi 10 (Windows)
Copies selected text at the end of the selection

Ctrl + K + C

193 Shortcuts for Delphi 10 (Windows)
Select word at cursor position

Ctrl + K + T

193 Shortcuts for Delphi 10 (Windows)
Turns on block selection mode

Ctrl + O + C

193 Shortcuts for Delphi 10 (Windows)
Selects current Line (and turns off block selection mode)

Ctrl + O + L

193 Shortcuts for Delphi 10 (Windows)
Toggles between limiting the Ctrl+Alt navigation shortcuts to the current class, or limiting it to the current unit

Ctrl + Q + L

193 Shortcuts for Delphi 10 (Windows)
Go to next item of Messages Window

Ctrl + Q + W

193 Shortcuts for Delphi 10 (Windows)
Switches between source (.cpp) and header (.h)

Ctrl + F6

193 Shortcuts for Delphi 10 (Windows)
Undo

Alt + Backspace

193 Shortcuts for Delphi 10 (Windows)
Display Popup menu

Alt + F10

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the left of the starting cursor position

Alt + Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current line

Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current line

Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects the column from the right of the starting cursor position

Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects the column from the left of the starting cursor position

Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects the column from the left of the starting cursor position

Alt + Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Cut word under cursor / current selected block

Alt + X

193 Shortcuts for Delphi 10 (Windows)
Copy word under Cursor / selected block

Ctrl + C

193 Shortcuts for Delphi 10 (Windows)
Select all

Ctrl + A

193 Shortcuts for Delphi 10 (Windows)
Delete the word to the beginning

Ctrl + Backspace

193 Shortcuts for Delphi 10 (Windows)
Deletes a currently selected block

Ctrl + D

193 Shortcuts for Delphi 10 (Windows)
Scrolls down one line

Ctrl + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves to the end of a file

Ctrl + End

193 Shortcuts for Delphi 10 (Windows)
Topic Search

Ctrl + F1

193 Shortcuts for Delphi 10 (Windows)
Open Main Menu

Ctrl + F10

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a file

Ctrl + Home

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + H

193 Shortcuts for Delphi 10 (Windows)
Inserts a tab character

Ctrl + I

193 Shortcuts for Delphi 10 (Windows)
Copy selected Block

Ctrl + Insert

193 Shortcuts for Delphi 10 (Windows)
Find again

Ctrl + L

193 Shortcuts for Delphi 10 (Windows)
Moves one word left

Ctrl + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Insert new line

Ctrl + M

193 Shortcuts for Delphi 10 (Windows)
Insert new line after cursor (cursor stays in current line)

Ctrl + N

193 Shortcuts for Delphi 10 (Windows)
Open file at cursor

Ctrl + O + A

193 Shortcuts for Delphi 10 (Windows)
Browse symbol at cursor

Ctrl + O + B

193 Shortcuts for Delphi 10 (Windows)
Inserts compiler options and directives

Ctrl + O + O

193 Shortcuts for Delphi 10 (Windows)
Moves to the bottom of a screen

Ctrl + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves to the top of a screen

Ctrl + PgUp

193 Shortcuts for Delphi 10 (Windows)
Search Replace Dialog

Ctrl + Q + A

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a block

Ctrl + Q + B

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to end of a file

Ctrl + Q + C

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a line

Ctrl + Q + D

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + E

193 Shortcuts for Delphi 10 (Windows)
Search Find Dialog

Ctrl + Q + F

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the end of a block

Ctrl + Q + K

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to previous position

Ctrl + Q + P

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a file

Ctrl + Q + R

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the beginning of a line

Ctrl + Q + S

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the top of the window

Ctrl + Q + T

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + U

193 Shortcuts for Delphi 10 (Windows)
Moves cursor to the bottom of the window

Ctrl + Q + X

193 Shortcuts for Delphi 10 (Windows)
Deletes to the end of Line

Ctrl + Q + Y

193 Shortcuts for Delphi 10 (Windows)
Replace Dialog

Ctrl + R

193 Shortcuts for Delphi 10 (Windows)
Moves one word right

Ctrl + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Save

Ctrl + S

193 Shortcuts for Delphi 10 (Windows)
Save All

Ctrl + Shift + S

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current file

Ctrl + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current file

Ctrl + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the left of the cursor

Ctrl + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the bottom of the screen

Ctrl + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the top of the screen

Ctrl + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the word to the right of the cursor

Ctrl + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Redo

Ctrl + Shift + Z

193 Shortcuts for Delphi 10 (Windows)
Scrolls up one line

Ctrl + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Paste

Ctrl + V

193 Shortcuts for Delphi 10 (Windows)
Undo

Ctrl + Z

193 Shortcuts for Delphi 10 (Windows)
Display Help

F1

193 Shortcuts for Delphi 10 (Windows)
Find again

F3

193 Shortcuts for Delphi 10 (Windows)
Insert Mode On / Off

Insert

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position.

Shift + Down Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the end of the current line

Shift + End

193 Shortcuts for Delphi 10 (Windows)
Inserts a new line with a carriage return

Shift + Enter

193 Shortcuts for Delphi 10 (Windows)
Selects from the cursor position to the start of the current line

Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Paste from clipboard

Shift + Insert

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the left of the cursor

Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor down one line and selects from the right of the starting cursor position

Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one screen and selects from the left of the starting cursor position

Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the character to the right of the cursor

Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor to the left one tab position

Shift + Tab

193 Shortcuts for Delphi 10 (Windows)
Moves the cursor up one line and selects from the left of the starting cursor position

Shift + Up Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the end of the current file

Ctrl + Alt + Shift + End

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the start of the current file

Ctrl + Alt + Shift + Home

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the left of the cursor

Ctrl + Alt + Shift + Left Arrow

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the top of the screen

Ctrl + Alt + Shift + PgDn

193 Shortcuts for Delphi 10 (Windows)
Selects the column from the cursor position to the bottom of the screen

Ctrl + Alt + Shift + PgUp

193 Shortcuts for Delphi 10 (Windows)
Selects the column to the right of the cursor

Ctrl + Alt + Shift + Right Arrow

193 Shortcuts for Delphi 10 (Windows)
Select editor window tab

Alt + F12

193 Shortcuts for Delphi 10 (Windows)
IDE Insight

F6 / Ctrl + .

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


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


GNU Emacs
Yank back last thing killed
Killing and deleting

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