PyCharm 2018.2

Basic editing

Delete the line where the caret is currently located.

Ctrl + Y

All hotkeys for PyCharm 2018.2

Advanced editing
Comment/uncomment current line or selected block with line comments.

Ctrl + /

Advanced editing
Comment/uncomment code with block comments.

Ctrl + ↑   Shift + /

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Ctrl + Q

Advanced editing
Show a pop-up window with the documentation for the symbol at the caret.

Alt + Mouse right click

Advanced editing
Show the Highlighting level pop-up window to configure highlighting in the current file.

Ctrl + ↑   Shift + Alt + H

Advanced editing
Show parameters of the method call at the caret.

Ctrl + P

Advanced editing
Show the current method or class declaration when it is not visible.

Alt + Q

Advanced editing
Show an error or warning description at the caret.

Ctrl + F1

Advanced editing
Open browser with the documentation for the selected item.

↑   Shift + F1

Advanced editing
Override base class methods in the current class.

Ctrl + O

Advanced editing
Surround selected code fragment with if, do, tags or other constructs.

Ctrl + Alt + T

Advanced editing
Code completion for any class, method or variable.

Ctrl + Space

Advanced editing
Goes through the names of classes, methods, keywords and variables in the current visibility scope.

Alt + /

Advanced editing
Code Completion filtering the lookup list basing on expected type.

Ctrl + ↑   Shift + Space

Advanced editing
Show a pop-up list of starting with a specified prefix.

Ctrl + J

Advanced editing
Surround the selection with one of the templates.

Ctrl + Alt + J

Basic editing
Move the selected block to the next indentation level.

⭾ Tab

Basic editing
Move the selected block to the previous indentation level.

↑   Shift + ⭾ Tab

Basic editing
In the editor: enter a new line and set the caret at its beginning. On pressing Enter, PyCharm adds backslash character to avoid syntactical errors.

⤶ Enter

Basic editing
In other views: remove selected items

Del

Basic editing
Delete a character to the left of the caret.

⬅ Backspace

Basic editing
Undo last operation.

Ctrl + Z

Basic editing
Redo last undone operation.

Ctrl + ↑   Shift + Z

Basic editing
Cut a current line or a selected code block to the Clipboard.

Ctrl + X

Basic editing
Copy a current line or a selected code block to the Clipboard.

Ctrl + C

Basic editing
Paste from the Clipboard to the caret location.

Ctrl + V

Basic editing
Paste selected entry from the Clipboard to the caret location.

Ctrl + ↑   Shift + V

Basic editing
Move the caret one line up.

Basic editing
Move the caret one line up selecting the text.

↑   Shift +

Basic editing
Move the caret one line down.

Basic editing
Move the caret one line down selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the left.

Basic editing
Move the caret one character to the left selecting the text.

↑   Shift +

Basic editing
Move the caret one character to the right.

Basic editing
Move the caret one character to the right selecting the text.

↑   Shift +

Basic editing
Move the caret down to the page bottom.

Ctrl + Page Down

Basic editing
Move the caret down to the page bottom, selecting the text.

Ctrl + Shift + Page Down

Basic editing
Move the caret up to the page top.

Ctrl + Page Up

Basic editing
Move the caret up to the page bottom, selecting the text.

Ctrl + Shift + Page Up

Basic editing
Move the caret one page down.

Page Down

Basic editing
Move the caret one page down, selecting the text.

Shift + Page Down

Basic editing
Move the caret one page up.

Page Up

Basic editing
Move the caret one page up, selecting the text.

Shift + Page Up

Basic editing
Scroll the text one line down.

Ctrl +

Basic editing
Scroll a line at caret to the center of the screen.

Ctrl + M

Basic editing
Scroll the text one line up.

Ctrl +

Basic editing
Move the caret to the end of line.

End

Basic editing
Move the caret to the end of line, selecting the text.

↑   Shift + End

Basic editing
Move the caret to the beginning of line.

Home

Basic editing
Move the caret to the beginning of line, selecting the text.

↑   Shift + Home

Basic editing
Move the caret to the next word.

Ctrl +

Basic editing
Move the caret to the next word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the previous word.

Ctrl +

Basic editing
Move the caret to the previous word, selecting it.

Ctrl + ↑   Shift +

Basic editing
Move the caret to the end of text.

Ctrl + End

Basic editing
Move the caret to the end of text, selecting it.

Ctrl + ↑   Shift + End

Basic editing
Move the caret to the beginning of text.

Ctrl + Home

Basic editing
Move the caret to the beginning of text, selecting it.

Ctrl + ↑   Shift + Home

Basic editing
Select the entire text opened in the editor.

Ctrl + A

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

Ctrl + Y

Basic editing
Delete the word starting from the current caret location up to the word end.

Ctrl + Del

Basic editing
Delete the word starting from the current caret location up to the word start.

Ctrl + ⬅ Backspace

Basic editing
Toggle insert/overwrite modes.

Insert

Basic editing
Duplicate selected block or the line at the caret.

Ctrl + D

Basic editing
Toggle case of the selected text block.

Ctrl + ↑   Shift + U

Navigation in source code
Navigate to the end of the current code block.

Ctrl + ]

Basic editing
Move the caret to the current code block end, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + ]

Navigation in source code
Navigate to the start of the current code block.

Ctrl + [

Basic editing
Move the caret to the current code block start, selecting the code beginning from the initial caret location.

Ctrl + ↑   Shift + [

Basic editing
Start a new line after the current one positioning the caret in accordance with the current indentation level.

↑   Shift + ⤶ Enter

Basic editing
Start a new line before the current one.

Ctrl + Alt + ⤶ Enter

Basic editing
Concatenate the selected lines into one or concatenate the line where the caret is currently located with the next line.

Ctrl + ↑   Shift + J

General
In the editor: Intelligently split the current line into 2 lines, shifting quotes, etc. as necessary.

Ctrl + ⤶ Enter

Basic editing
Select successively increasing code blocks starting from the current caret location.

Ctrl + W

Basic editing
Remove sequentially the selection made by the action.

Ctrl + ↑   Shift + W

Basic editing
Indent the current line or selected block according to the Code Style settings.

Ctrl + Alt + I

Navigation Between IDE Components
Expand all nodes in a tree view.

Ctrl + Num +

Navigation Between IDE Components
Collapse all nodes in a tree view.

Ctrl + Num -

Code folding
Expand the current folded fragment and all the subordinate collapsed folding regions within that fragment

Ctrl + Alt + Num +

Code folding
Collapse the current folding region and all the subordinate folding regions within it

Ctrl + Alt + Num -

Code folding
Expand all collapsed fragments within the selection, or, if nothing is selected, expand all the collapsed fragments in the current file

Ctrl + ↑   Shift + Num +

Code folding
Collapse all folding regions within the selection, or, if nothing is selected, collapse all the folding regions in the current file

Ctrl + ↑   Shift + Num -

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 1

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 2

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 3

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 4

Code folding
Expand the current fragment and all the nested fragments up to the specified level

Ctrl + Num * then 5

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 1

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 2

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 3

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 4

Code folding
Expand all the collapsed fragments in the file up to the specified nesting level

Ctrl + ↑   Shift + Num * then 5

Code folding
Collapse the selected fragment and create a custom folding region for it to make it "foldable" / Expand the current fragment and remove the corresponding custom folding region to make the fragment "unfoldable"

Ctrl + .

Running and debugging
Repeat execution with the same settings, with the same tab of the editor having the focus.

↑   Shift + F10

Running and debugging
Quickly select run/debug configuration and run or edit it.

↑   Shift + Alt + F10

Running and debugging
Repeat execution with the same settings, with the same tab of the Run tool window having the focus.

Ctrl + F5

Running and debugging
Debug a program.

↑   Shift + F9

Running and debugging
Quickly select run/debug configuration and debug or edit it.

↑   Shift + Alt + F9

Running and debugging
Step to the next line in the current file. See Stepping Through the Program.

F8

Navigation Between IDE Components
Navigate to the next difference in view.

F7

Navigation Between IDE Components
Navigate to the previous difference in view.

↑   Shift + F7

Running and debugging
Step to a first executed line after returning from the current method. See Stepping Through the Program.

↑   Shift + F8

Running and debugging
Run until the next line in this method or file, skipping the methods referenced at the current execution point and ignoring breakpoints. See Stepping Through the Program.

↑   Shift + Alt + F8

Running and debugging
Steps into the method called in the current execution point even if this method is to be skipped. See Stepping Through the Program.

↑   Shift + Alt + F7

Running and debugging
Run to the line where the caret is located. See Stepping Through the Program.

Alt + F9

Running and debugging
Run to the line where the caret is located, ignoring breakpoints. See Stepping Through the Program.

Ctrl + Alt + F9

Running and debugging
Resume program execution.

F9

Navigation in source code
Navigate to the previous found error/warning.

↑   Shift + F2

Running and debugging
Evaluate an arbitrary expression.

Alt + F8

Running and debugging
Evaluate an arbitrary expression without calling Evaluate Expression dialog.

Ctrl + Alt + F8

Running and debugging
Toggle breakpoint at the current line.

Ctrl + F8

Running and debugging
View/manage all breakpoints.

Ctrl + ↑   Shift + F8

General
Close an active tab in a tool window (for example, Find tool window).

Ctrl + ↑   Shift + F4

General
Close an active editor.

Ctrl + F4

General
Open an editor for the selected item or items and give focus to the last opened file.

F4

General
In a tool window: return focus to the editor.

Esc

General
Export contents of a tool window to a text file. This feature applies to the Version Control Tool Window, Messages Tool Window, and the other tool windows that provide the export button icons toolbarDecorator export svg on the window toolbar.

Alt + O

General
Create a new class, file or directory. See Populating Modules.

Alt + Insert

General
Save all files and settings.

Ctrl + S

General
When several tabs are open in the editor or a view, open the next tab to the right (or first tab if the current one is the last).

Alt +

General
When several tabs are open in the editor or a view, open the next tab to the left (or last tab if the current one is the first).

Alt +

General
Display intention actions (if any) for the code where the caret is currently located, or the selected GUI component in a form.

Alt + ⤶ Enter

General
Detect all externally changed files and reload them from disk.

Ctrl + Alt + Y

Search
Initiate text search.

Ctrl + F

Search
Initiate text search and replace.

Ctrl + R

Search
Navigate to the next/previous occurrence of a selected word in the editor.

F3

Search
Navigate to the next/previous occurrence of a selected word in the editor.

↑   Shift + F3

Search
Search in the editor for the word where the caret is currently located.

Ctrl + F3

Search
Initiate search for a text string in the specified scope.

Ctrl + ↑   Shift + F

Search
Initiate search and replace in the specified scope.

Ctrl + ↑   Shift + R

Search
Initiate search for usages of the selected symbol in the specified scope.

Alt + F7

Search
Initiate search for usages of the selected symbol in the current file.

Ctrl + F7

Search
Highlight usages of a symbol at caret.

Ctrl + ↑   Shift + F7

Search
Show usages of a symbol at caret in a pop-up window. Use list of found usages to jump to the desired location

Ctrl + Alt + F7

Search
Find an action, bypassing menus. See Finding Actions.

Ctrl + ↑   Shift + A

Navigation between bookmarks
Navigate to a numbered bookmark with the corresponding number.

Ctrl + 1 - 9

Navigation between bookmarks
Turn anonymous bookmark on or off.

F11

Navigation between bookmarks
Turn bookmark with mnemonic on or off.

Ctrl + F11

Navigation between bookmarks
Open Bookmarks dialog to manage existing bookmarks and navigate between them.

↑   Shift + F11

Navigation in source code
Move focus from the current file, class, method or reference to a data source table to a view suggested in the Select Target pop-up menu. See Navigating Between IDE Components.

Alt + F1

Navigation Between IDE Components
Navigate between files opened in the editor, and tool windows.

Ctrl + ⭾ Tab

Navigation Between IDE Components
Open a tool window with the specified number.

Alt + 1 - 9

Navigation Between IDE Components
Hide the currently active tool window.

↑   Shift + Esc

Navigation Between IDE Components
Activate the last focused tool window.

F12

Navigation in source code
Display the Structure pop-up window for quick navigation through the current file.

Ctrl + F12

Navigation in source code
Show the list of recently opened files.

Ctrl + E

Navigation in source code
Show the list of recently updated files .

Ctrl + ↑   Shift + E

Navigation in source code
Browse hierarchy for the selected class class.

Ctrl + H

Navigation in source code
Navigate directly to a class in project by specifying its name in a pop-up dialog box.

Ctrl + N

Navigation in source code
Navigate directly to a file in project by specifying its name in a pop-up dialog box.

Ctrl + ↑   Shift + N

Navigation in source code
Navigate to any line in the current file by specifying its number.

Ctrl + G

Navigation in source code
Navigate to declaration of a symbol at caret.

Ctrl + B

Navigation in source code
Navigate to implementation of the item at caret.

Ctrl + Alt + B

Navigation in source code
Navigate to a type declaration of a symbol at caret, the symbol being a variable or a method call.

Ctrl + ↑   Shift + B

Navigation in source code
Navigate to a super method declaration of a method under the caret.

Ctrl + U

Navigation in source code
Navigate to a test for the class at caret, if any, or navigate from a test to a test subject.

Ctrl + ↑   Shift + T

Navigation in source code
Navigate between files with complicated relationships between them. For example, use this shortcut to navigate between views and templates

Ctrl + Alt + Home

Navigation in source code
Navigate to the next method declaration in the active editor tab.

Alt +

Navigation in source code
Navigate to the previous method declaration in the active editor tab.

Alt +

Navigation in source code
Undo last navigation operation.

Ctrl + Alt +

Navigation in source code
Redo last undone navigation operation.

Ctrl + Alt +

Navigation in source code
Navigate to a previous found item.

Ctrl + Alt +

Navigation in source code
Navigate to a next found item.

Ctrl + Alt +

Navigation in source code
Move through the most recent change points.

Ctrl + ↑   Shift + ⬅ Backspace

Navigation in source code
Navigate to the next found error/warning.

F2

Refactoring
Rename the selected file, class, field, method, etc. and change all references to it accordingly.

↑   Shift + F6

Refactoring
Change the signature of the selected method and update all the corresponding method calls.

Ctrl + F6

Refactoring
Move the selected class, package or static member to another package or class and update all the corresponding references.

F6

Refactoring
Create a copy of the selected class, file or directory in the same or different directory or package.

F5

Refactoring
Delete the selected class, method or field checking its usages.

Alt + Del

Refactoring
Turn the selected code fragment into a method.

Ctrl + Alt + M

Refactoring
Create a new variable and use the selected expression as its value.

Ctrl + Alt + V

Refactoring
Create a new field and use the selected expression as its value.

Ctrl + Alt + F

Refactoring
Create a new constant (static final field) and use the selected expression as its value.

Ctrl + Alt + C

Refactoring
Turn the selected expression into a new method parameter.

Ctrl + Alt + P

Refactoring
Inline the selected method or variable.

Ctrl + Alt + N

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


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