RStudio (MacOS)

Editing (Console and Source)

Insert currently yanked text

Ctrl + Y

All hotkeys for RStudio (MacOS)

Console
Move cursor to console

Ctrl + 2

Console
Clean console

Ctrl + L

Console
Move cursor to beginning of line

Command + Left

Console
Move cursor to end of line

Command + Right

Console
Navigate command history

Up / Down

Console
Popup command history

Command + Up

Console
Interrupt currently executing command

Esc

Console
Change working directory

Ctrl + Shift + H

Source
Goto file/function

Ctrl + .

Source
Move cursor to source editor

Ctrl + 1

Source
New document (except on chrome/windows)

Command + Shift + N

Source
New document (Chrome only)

Command + Option + Shift + N

Source
Open document

Command + O

Source
Save active document

Command + S

Source
Close active document (except on Chrome)

Command + W

Source
Close active document (Chrome only)

Command + Option + W

Source
Close all open documents

Command + Shift + W

Source
Preview HTML (markdown and HTML)

Command + Shift + K

Source
Compile notebook/compile PDF (TeX and Sweave)

Command + Shift + K

Source
Insert chunk (Sweave and Knitr)

Command + Option + I

Source
Insert code section

Command + Shift + R

Source
Run current line/selection

Command + Enter

Source
Run current line/selection (retain cursor position)

Option + Enter

Source
Re-run previous region

Command + Shift + P

Source
Run current document

Command + Option + R

Source
Run from document beginning to current line

Command + Option + B

Source
Run from current line to document end

Command + Option + E

Source
Run from current line to document end

Command + Option + F

Source
Run the current code section

Command + Option + T

Source
Run previous sweave/Rmd code

Command + Option + P

Source
Run the current Sweave/Rmd chunk

Command + Option + C

Source
Run the next Sweave/Rmd chunk

Command + Option + N

Source
Source a file

Command + Shift + O

Source
Source the current document

Command + Shift + S

Source
Source the current document (with echo)

Command + Shift + Enter

Source
Fold selected

Command + Option + L

Source
Unfold selected

Command + Shift + Option + L

Source
Fold all

Commad + Option + O

Source
Unfold all

Commad + Shift + Option + O

Source
Go to line

Commad + Shift + Option + G

Source
Jump to

Commad + Shift + Option + J

Source
Switch to tab

Ctrl + Shift + .

Source
Previous tab

Ctrl + F11

Source
Next tab

Ctrl + F12

Source
First tab

Ctrl + Shift + F11

Source
Last tab

Ctrl + Shift + F12

Source
Navigate back

Command + F9

Source
Navigate forward

Command + F10

Source
Extract function from selection

Command + Option + X

Source
Extract variable from selection

Command + Option + V

Source
Reindent lines

Command + I

Source
Comment/uncomment current line/selection

Command + Shift + C

Source
Reflow comment

Command + Shift + /

Source
Reformat selection

Command + Shift + A

Source
Show diagnostics

Command + Shift + Shift + P

Source
Move lines Up/Down

Option + Up/Down

Source
Copy lines Up/Down

Command + Option + Up/Down

Source
Jump to matching Brace/Paren

Ctrl + P

Source
Expand to matching Brace/Paren

Ctrl + Shift + E

Source
Select to matching Brace/Paren

Command + Shift + Option + E

Source
Add cursor above current cursor

Ctrl + Option + Up

Source
Add cursor beow current cursor

Command + Option + Down

Source
Move active cursor up

Ctrl + Option + Shift + Up

Source
Move Active Cursor Down

Ctrl + Option + Shift + Down

Source
Find and replace

Command + F

Source
Find next

Commad + G

Source
Find previous

Commad + Shift + F3

Source
Use selection for find

Command + E

Source
Replace and find

Command + Shift + J

Source
Find in files

Command + Shift + F

Source
Check spelling

F7

Completions (Console and Source)
Attempt completion

Tab / Command + Space

Completions (Console and Source)
Navigate candidates

Up / Down

Completions (Console and Source)
Accept selected candidate

Enter / Tab / Right

Completions (Console and Source)
Dismiss completion popup

Esc

Views
Move focus to Source Editor

Command + 1

Views
Move focus to Console

Command + 2

Views
Move focus to Help

Command + 3

Views
Show History

Command + 4

Views
Show files

Command + 5

Views
Show plots

Command + 6

Views
Show packages

Command + 7

Views
Show environment

Command + 8

Views
Show git/svn

Command + 9

Views
Show build

Command + 0

Views
Sync editor & pdf preview

Command + F8

Views
Reference

Option + Shift + K

Build
Build and reload

Command + Shift + B

Build
Load all (devtools)

Command + Shift + L

Build
Test package (desktop)

Command + Shift + T

Build
Test package (web)

Command + Option + F7

Build
Check package

Command + Shift + E

Build
Document package

Command + Shift + D

Debug
Toggle breakpoint

Shift + F9

Debug
Execute next line

F10

Debug
Step into function

Shift + F4

Debug
Finish function/loop

Shift + F6

Debug
Continue

Shift + F5

Debug
Stop debugging

Shift + F8

Plots
Previous plot

Command + Option + F11

Plots
Next plot

Command + Option + F12

Git / SVN
Diff active source document

Ctrl + Option + D

Git / SVN
Commit changes

Ctrl + Option + M

Git / SVN
Scroll diff view

Ctrl + Up/Down

Git / SVN
Stage/unstage(Git)

Spacebar

Git / SVN
Stage/unstage and move to next (Git)

Enter

Session
Quit Session (desktop only)

Command + Q

Session
Restart R Session

Command + Shift + F10

Editing (Console and Source)
Undo

Command + Z

Editing (Console and Source)
Redo

Command + Shift + Z

Editing (Console and Source)
Cut

Command + X

Editing (Console and Source)
Copy

Command + C

Editing (Console and Source)
Paste

Command + V

Editing (Console and Source)
Select all

Command + A

Editing (Console and Source)
Jump to word

Command + Left/Right

Editing (Console and Source)
Jump to start/end

Command + Home/End / Command + Up/Down

Editing (Console and Source)
Delete line

Command + D

Editing (Console and Source)
Select

Shift + Arrow

Editing (Console and Source)
Select word

Option + Shift + Left/Right

Editing (Console and Source)
Select to line start

Command + Shift + Left

Editing (Console and Source)
Select to line end

Command + Shift + RIght

Editing (Console and Source)
Select page up/down

Shift + Page Up / Shift + Page down

Editing (Console and Source)
Select page start/end

Command + Shift + Home/End

Editing (Console and Source)
Delete word left

Option + Backspace

Editing (Console and Source)
Indent

Tab

Editing (Console and Source)
Outdent

Shift + Tab

Editing (Console and Source)
Yank line up to cursor

Ctrl + U

Editing (Console and Source)
Yank line after cursor

Ctrl + K

Editing (Console and Source)
Insert currently yanked text

Ctrl + Y

Editing (Console and Source)
Insert assignment operator

Option + -

Editing (Console and Source)
Insert pipe operator

Command + Shift + M

Editing (Console and Source)
Show help for function at cursor

F1

Editing (Console and Source)
Show source code for function at cursor

F2

Editing (Console and Source)
Find usages for symbol at cursor (C++)

Command + Option + U

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


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