Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redo keyboard shortcut for Eclipse

Does anyone know what the redo keyboard shortcut for Eclipse is?

I'm using Linux Mint based on Ubuntu and do all my programming there. I noticed Eclipse supports C, Java, PHP, HTML, Python. I code in all of these languages so I thought it'd be a nice IDE to use, but the redo shortcut is really important to me. I just use Ctrl+Shift+Z for redo in gedit, but it does not work on Eclipse.

like image 598
answerSeeker Avatar asked Nov 27 '13 01:11

answerSeeker


People also ask

Is there a keyboard shortcut for redo?

Redo an action To redo something you've undone, press Ctrl+Y or F4.

What is Ctrl Shift R in Eclipse?

Switching between Open Editors Ctrl + Page Up and Ctrl + Page Down—Navigate to previous or next file from the list of open files. Ctrl + Shift + T—Display a list of classes from the workspace. Ctrl + Shift + R—Display a list of resources from the workspace.

What is the opposite of Ctrl Z in Eclipse?

The shortcut to do the opposite of CTRL + Z is CTRL + Y :-) Follow this answer to receive notifications.


1 Answers

In Eclipse go to:

Window > Preferences > General >  Keys 

In the keys, scroll down to redo and make it what you want.

Here is documentation.

Here is a screenshot: enter image description here

like image 73
Dan Avatar answered Sep 22 '22 04:09

Dan