IntelliJ (Windows)

Editing

Delete line at caret

Ctrl + Y

All hotkeys for IntelliJ (Windows)

Productivity
To quickly open any class.

Ctrl + N

Productivity
To quickly open any file.

Ctrl + Shift + N

Productivity
Toggle tools (maximize/minimize code window).

Ctrl + Shift + F12

Productivity
Code completion.

Ctrl + Space

Productivity
To find all places where a particular class, method or variable is used in the whole project by positioning the caret at the symbol's name or at its usage in code.

Alt + F7

Productivity
To quickly see the documentation for the class or method used at the editor's caret.

Crtl + P

Editing
Basic code completion (the name of any class, method or variable)

Ctrl + Space

Editing
Smart code completion (filters the list of methods and variables by expected type)

Ctrl + Shift + Space

Editing
Complete statement

Ctrl + Shift + Enter

Editing
Parameter info (within method call arguments)

Ctrl + P

Editing
Quick documentation lookup

Ctrl + Q

Editing
External Doc

Shift + F1

Editing
Brief Info

Ctrl + mouse over code

Editing
Show descriptions of error or warning at caret

Ctrl + F1

Editing
Generate code... (Getters, Setters, Constructors, hashCode/equals, toString)

Alt + Insert

Editing
Override methods

Ctrl + O

Editing
Implement methods

Ctrl + I

Editing
Surround with… (if..else, try..catch, for, synchronized, etc.)

Ctrl + Alt + T

Editing
Comment/uncomment with line comment

Ctrl + /

Editing
Comment/uncomment with block comment

Ctrl + Shift + /

Editing
Select successively increasing code blocks

Ctrl + W

Editing
Decrease current selection to previous state

Ctrl + Shift + W

Editing
Context info

Alt + Q

Editing
Show intention actions and quick-fixes

Alt + Enter

Editing
Reformat code

Ctrl + Alt + L

Editing
Optimize imports

Ctrl + Alt + O

Editing
Auto-indent line(s)

Ctrl + Alt + I

Editing
Indent/unindent selected lines

Tab / Shift + Tab

Editing
Cut current line or selected block to clipboard

Ctrl + X / Shift + Delete

Editing
Copy current line or selected block to clipboard

Ctrl + C / Ctrl + Insert

Editing
Paste from clipboard

Ctrl + V / Shift + Insert

Editing
Paste from recent buffers...

Ctrl + Shift + V

Editing
Duplicate current line or selected block

Ctrl + D

Editing
Delete line at caret

Ctrl + Y

Editing
Smart line join

Ctrl + Shift + J

Editing
Smart line split

Ctrl + Enter

Editing
Start new line

Shift + Enter

Editing
Toggle case for word at caret or selected block

Ctrl + Shift + U

Editing
Select till code block end/start

Ctrl + Shift + ] / [

Editing
Delete to word end

Ctrl + Delete

Editing
Delete to word start

Ctrl + Backspace

Editing
Expand/collapse code block

Ctrl + NumPad plus / -

Editing
Expand all / collapse all

Ctrl + Shift + NumPad plus / -

Editing
Close active editor tab

Ctrl + F4

Editing
Find usages / Find usages in file

Alt + F7 / Ctrl + F7

Editing
Highlight usages in file

Ctrl + Shift + F7

Editing
Show usages

Ctrl + Alt + F7

Editing
Copy

F5

Editing
Move

F6

Editing
Safe Delete

Alt + Delete

Editing
Rename

Shift + F6

Editing
Change Signature

Ctrl + F6

Editing
Inline

Ctrl + Alt + N

Editing
Extract Method

Ctrl + Alt + M

Editing
Extract Variable

Ctrl + Alt + V

Editing
Extract Field

Ctrl + Alt + F

Editing
Extract Constant

Ctrl + Alt + C

Editing
Extract Parameter

Ctrl + Alt + P

Search/Replace
Search everywhere

Double Shift

Search/Replace
Find

Ctrl + F

Search/Replace
Find next / Find previous

F3 / Shift + F3

Search/Replace
Replace

Ctrl + R

Search/Replace
Find in path

Ctrl + Shift + F

Search/Replace
Replace in path

Ctrl + Shift + R

Search/Replace
Search structurally (Ultimate Edition only)

Ctrl + Shift + S

Search/Replace
Replace structurally (Ultimate Edition only)

Ctrl + Shift + M

Compile and Run
Make project (compile modifed and dependent)

Ctrl + F9

Compile and Run
Compile selected file, package or module

Ctrl + Shift + F9

Compile and Run
Select configuration and run

Alt + Shift + F10

Compile and Run
Select configuration and debug

Alt + Shift + F9

Compile and Run
Run

Shift + F10

Compile and Run
Debug

Shift + F9

Compile and Run
Run context configuration from editor

Ctrl + Shift + F10

Debugging
Commit project to VCS

Ctrl + K

Debugging
Update project from VCS

Ctrl + T

Debugging
View recent changes

Alt + Shift + C

Debugging
‘VCS’ quick popup

Alt + `

Debugging
Step over

F8

Debugging
Step into

F7

Debugging
Smart step into

Shift + F7

Debugging
Step out

Shift + F8

Debugging
Run to cursor

Alt + F9

Debugging
Evaluate expression

Alt + F8

Debugging
Resume program

F9

Debugging
Toggle breakpoint

Ctrl + F8

Debugging
View breakpoints

Ctrl + Shift + F8

Live Templates
Surround with Live Template

Ctrl + Alt + J

Live Templates
Insert Live Template

Ctrl + J

Live Templates
Iteration according to Java SDK 1.5 style

Ctrl + J - iter

Live Templates
Check object type with instanceof and downcast it

Ctrl + J - inst

Live Templates
Iterate Collection / Iterate elements of java.util.Collection

Ctrl + J - itco

Live Templates
Iterate Itterator / IIterate elements of java.util.Iterator

Ctrl + J - itit

Live Templates
Iterate List / Iterate elements of java.util.List

Ctrl + J - itli

Live Templates
Public static final

Ctrl + J - psf

Live Templates
throw new

Ctrl + J - thr

Navigation
Go to class

Ctrl + N

Navigation
Go to file

Ctrl + Shift + N

Navigation
Go to symbol

Ctrl + Alt + Shift + N

Navigation
Go to next/previous editor tab

Alt + Right/Left

Navigation
Go back to previous tool window

F12

Navigation
Go to editor (from tool window)

Esc

Navigation
Hide active or last active window

Shift + Esc

Navigation
Close active run/messages/find/... tab

Ctrl + Shift + F4

Navigation
Go to line

Ctrl + G

Navigation
Recent files popup

Ctrl + E

Navigation
Navigate backward / navigate forward

Ctrl + Alt + Arrow Left / Arrow Right

Navigation
Navigate to last edit location

Ctrl + Shift + Backspace

Navigation
Select current file or symbol in any view

Alt + F1

Navigation
Go to declaration

Ctrl + B / Ctrl + Click

Navigation
Go to implementation(s)

Ctrl + Alt + B

Navigation
Open quick definition lookup

Ctrl + Shift + I

Navigation
Go to type declaration

Ctrl + Shift + B

Navigation
Go to super-method/super-class

Ctrl + U

Navigation
Go to previous/next method

Alt + Arrow Up / Arrow Down

Navigation
Move to code block end / move to code start

Ctrl + ] / [

Navigation
File structure popup

Ctrl + F12

Navigation
Type hierarchy

Ctrl + H

Navigation
Method hierarchy

Ctrl + Shift + H

Navigation
Call hierarchy

Ctrl + Alt + H

Navigation
Next/previous highlighted error

F2 / Shift + F2

Navigation
Edit source / View source

F4 / Ctrl + Enter

Navigation
Show navigation bar

Alt + Home

Navigation
Toggle bookmark

F11

Navigation
Toggle bookmark with mnemonic

Ctrl + F11

Navigation
Go to numbered bookmark

Ctrl + 0 ... 9

Navigation
Show bookmarks

Shift + F11

General
Open corresponding tool window

Alt + 0 ... 9

General
Save all

Ctrl + S

General
Synchronize

Ctrl + Alt + Y

General
Toggle maximizing editor

Ctrl + Shift + F12

General
Add to Favorites

Alt + Shift + F

General
Inspect current file with current profile

Alt + Shift + I

General
Quick switch current scheme

Ctrl + `

General
Open Settings dialog

Ctrl + Alt + S

General
Open Project Structure dialog

Ctrl + Alt + Shift + S

General
Find Action

Ctrl + Shift + A

General
Switch between tabs and tool window

Ctrl + Tab

General
Create new scratch file

Ctrl + Shift + Alt + Insert

Multiple Selection
Add/remove a selection

Alt + Shift +Mouse Click

Multiple Selection
Select the next occurrence

Alt + J

Multiple Selection
Unselect the next occurrence

Shift + Alt + J

Multiple Selection
Select all occurrences

Shift + Ctrl + Alt + J

Multiple Selection
Remove all selections

Esc

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


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


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