Java – Eclipse copy/paste entire line keyboard shortcut

copyeclipsejavakeyboard shortcutspaste

Anyone know the keyboard shortcut to copy/paste a line into a new line in Eclipse, without having to highlight the entire line?

ctrlaltdown turns my whole screen upside down (I'm on windows). Interestingly, that's what's specified in the windows->preferences.

Best Answer

Ctrl-Alt-Down: copies current line or selected lines to below

Ctrl-Alt-Up:: copies current line or selected lines to above

Ctrl-Shift-L: brings up a List of shortcut keys

See Windows/Preference->General->Keys.