Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse Multiple Keyboard Shortcuts

Is it possible to bind more than one keyboard shortcut for the same function in Eclipse? In Netbeans, I can add alternative keyboard shortcuts. For example, the image shows that pressing either ctrl+numpad1 or ctrl+alt+numpad1 will trigger the Projects command: https://ibb.co/itrKFT

like image 439
NathanExplosion Avatar asked Jan 27 '23 20:01

NathanExplosion


1 Answers

Go

Window->Preferences->General->Keys

then select the command you would like to define your new key for (type it into the filter input field). Then press the "Copy Command" button. This will create a new command for which you can create a new keybinding.

like image 129
Walmar Avatar answered Jan 31 '23 19:01

Walmar